Update to activesupport 6.1.4.1.
This commit is contained in:
parent
9d87f7d511
commit
2dfbcf40a2
2 changed files with 10 additions and 7 deletions
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
Name: rubygem-%{gem_name}
|
||||
Epoch: 1
|
||||
Version: 6.1.4
|
||||
Release: 2%{?dist}
|
||||
Version: 6.1.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A support libraries and Ruby core extensions extracted from the Rails framework
|
||||
License: MIT
|
||||
URL: http://rubyonrails.org
|
||||
|
|
@ -13,12 +13,12 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}%{?prerelease}.gem
|
|||
# The activesupport gem doesn't ship with the test suite.
|
||||
# You may check it out like so
|
||||
# git clone http://github.com/rails/rails.git
|
||||
# cd rails/activesupport && git archive -v -o activesupport-6.1.4-tests.txz v6.1.4 test/
|
||||
# cd rails/activesupport && git archive -v -o activesupport-6.1.4.1-tests.txz v6.1.4.1 test/
|
||||
Source1: %{gem_name}-%{version}%{?prerelease}-tests.txz
|
||||
# The tools are needed for the test suite, are however unpackaged in gem file.
|
||||
# You may get them like so
|
||||
# git clone http://github.com/rails/rails.git --no-checkout
|
||||
# cd rails && git archive -v -o rails-6.1.4-tools.txz v6.1.4 tools/
|
||||
# cd rails && git archive -v -o rails-6.1.4.1-tools.txz v6.1.4.1 tools/
|
||||
Source2: rails-%{version}%{?prerelease}-tools.txz
|
||||
|
||||
# ruby package has just soft dependency on rubygem({bigdecimal,json}), while
|
||||
|
|
@ -116,6 +116,9 @@ popd
|
|||
%doc %{gem_instdir}/README.rdoc
|
||||
|
||||
%changelog
|
||||
* Fri Sep 17 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.4.1-1
|
||||
- Update to activesupport 6.1.4.1.
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:6.1.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
6
sources
6
sources
|
|
@ -1,3 +1,3 @@
|
|||
SHA512 (activesupport-6.1.4.gem) = 20a551bd6ac66e8631cac5f61d791b87659f9716e968328739509280a1ed10c0a1caa72f0e869c4b2ec110188de8d67bae40cbfe6d105ce5638d57fc4c974138
|
||||
SHA512 (activesupport-6.1.4-tests.txz) = 9b946171d6066a33b4464b86286c87a5f9bbebe508749dffa204593a029700cdaa56ab89ba08fc7c6ec22a5f290250ef3bc79fdfa909c5a65399983b0d1068be
|
||||
SHA512 (rails-6.1.4-tools.txz) = acc3c9ba7c13817c27cb2bb06829b87c2bc82ca73b214e2ab20380ed9ac6fac221aa8a9183bb2aaf8685c21f049583ece09aa01660b191830879e086e286cb69
|
||||
SHA512 (activesupport-6.1.4.1.gem) = f3bd8dcfaafa3e1ad57fce217f5bbf74255b10656f24b7bb8d8c1bda764b499810174b14eec3e21659d35ff359bb2bbe656a18a3684eefd50554691c0d2185cc
|
||||
SHA512 (activesupport-6.1.4.1-tests.txz) = bc1cb2588cc9bcc5192ae3ac5652db141df2e77932a5b0111ae99feafa58429f7943bf74459b8cb993e17cf383784978200c3abc3bb891d86b95d0bacafe8dd3
|
||||
SHA512 (rails-6.1.4.1-tools.txz) = f9288f32bc7e195ec6080a3d03dd42c0d73f14ce64ee70f2eba5ea763a844e77da100907af79e96d41fffe6cc87a746e4713a2ab7a8bdfe45b3761512ab69e14
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue