Update to activesupport 6.1.3.1.

f38
Pavel Valena 4 years ago
parent 94a7bca8dc
commit 48430de477

@ -4,7 +4,7 @@
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Epoch: 1 Epoch: 1
Version: 6.1.3 Version: 6.1.3.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: A support libraries and Ruby core extensions extracted from the Rails framework Summary: A support libraries and Ruby core extensions extracted from the Rails framework
License: MIT License: MIT
@ -13,12 +13,12 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}%{?prerelease}.gem
# The activesupport gem doesn't ship with the test suite. # The activesupport gem doesn't ship with the test suite.
# You may check it out like so # You may check it out like so
# git clone http://github.com/rails/rails.git # git clone http://github.com/rails/rails.git
# cd rails/activesupport && git archive -v -o activesupport-6.1.3-tests.txz v6.1.3 test/ # cd rails/activesupport && git archive -v -o activesupport-6.1.3.1-tests.txz v6.1.3.1 test/
Source1: %{gem_name}-%{version}%{?prerelease}-tests.txz Source1: %{gem_name}-%{version}%{?prerelease}-tests.txz
# The tools are needed for the test suite, are however unpackaged in gem file. # The tools are needed for the test suite, are however unpackaged in gem file.
# You may get them like so # You may get them like so
# git clone http://github.com/rails/rails.git --no-checkout # git clone http://github.com/rails/rails.git --no-checkout
# cd rails && git archive -v -o rails-6.1.3-tools.txz v6.1.3 tools/ # cd rails && git archive -v -o rails-6.1.3.1-tools.txz v6.1.3.1 tools/
Source2: rails-%{version}%{?prerelease}-tools.txz Source2: rails-%{version}%{?prerelease}-tools.txz
# ruby package has just soft dependency on rubygem({bigdecimal,json}), while # ruby package has just soft dependency on rubygem({bigdecimal,json}), while
@ -116,6 +116,9 @@ popd
%doc %{gem_instdir}/README.rdoc %doc %{gem_instdir}/README.rdoc
%changelog %changelog
* Fri Apr 09 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.3.1-1
- Update to activesupport 6.1.3.1.
* Thu Feb 18 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.3-1 * Thu Feb 18 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.3-1
- Update to activesupport 6.1.3. - Update to activesupport 6.1.3.

@ -1,3 +1,3 @@
SHA512 (activesupport-6.1.3.gem) = 0cad1a00c41fa9d23d6374659d8db588a24cf129551c3ef821b0daeaa14376ab2ae7faff40c123e71155ab9460f6da5479a8e165f7e323c7433c739f423d3612 SHA512 (activesupport-6.1.3.1.gem) = f592f7d044a975e3333dabc8473c5b8c07a6aabc56f0d8783ef5e5838451edd7a999e4f37d64cf6da4498dbdffd5d9cbd8b464f599ef20b4bfa21651a35782b4
SHA512 (activesupport-6.1.3-tests.txz) = bbf29fc9476d3c471f766c66682f71d467c706a84113994442aef405f213c6d7a0089c65d7fffc31c565628e82c9aee5b39352fccfbe16c5d4552e07d6d789ca SHA512 (activesupport-6.1.3.1-tests.txz) = 48e8d45249261774c2f1e3f7eeb823a38a506fc9ba5d01160683c50c9983c104490b88ddac94e575e96ab95dda87a79f29d9bee0a534a5fd522a137fc8c9ca5f
SHA512 (rails-6.1.3-tools.txz) = abdeda943f2eef9cec62c679499a2d5ebaf8234277d1cbf2357732c245c01c01c787ee231256d6b17557e8987679fcca4e6cc2c78484d8c34dfe3496dfe47a74 SHA512 (rails-6.1.3.1-tools.txz) = 0fede5d26aaa07856af67a61d6a182976207df273586d19e50323e23354644699162762c961222343b972e2d5b8746d4b6ea91596ba7d39a366b9566f2914a7e

Loading…
Cancel
Save