Update to activesupport 7.0.4.3.
This commit is contained in:
parent
1782c73af2
commit
1fff8bd681
2 changed files with 9 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: rubygem-%{gem_name}
|
||||
Epoch: 1
|
||||
Version: 7.0.4.2
|
||||
Version: 7.0.4.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A support libraries and Ruby core extensions extracted from the Rails framework
|
||||
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.
|
||||
# You may check it out like so
|
||||
# git clone http://github.com/rails/rails.git
|
||||
# cd rails/activesupport && git archive -v -o activesupport-7.0.4.2-tests.txz v7.0.4.2 test/
|
||||
# cd rails/activesupport && git archive -v -o activesupport-7.0.4.3-tests.txz v7.0.4.3 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-7.0.4.2-tools.txz v7.0.4.2 tools/
|
||||
# cd rails && git archive -v -o rails-7.0.4.3-tools.txz v7.0.4.3 tools/
|
||||
Source2: rails-%{version}%{?prerelease}-tools.txz
|
||||
# Fixes for Minitest 5.16+
|
||||
# https://github.com/rails/rails/pull/45380
|
||||
|
|
@ -136,6 +136,9 @@ popd
|
|||
%doc %{gem_instdir}/README.rdoc
|
||||
|
||||
%changelog
|
||||
* Tue Mar 14 2023 Pavel Valena <pvalena@redhat.com> - 1:7.0.4.3-1
|
||||
- Update to activesupport 7.0.4.3.
|
||||
|
||||
* Wed Mar 01 2023 Pavel Valena <pvalena@redhat.com> - 1:7.0.4.2-1
|
||||
- Update to activesupport 7.0.4.2.
|
||||
- Backport upstream fix for test failure with ruby3.2 wrt class_serial removal
|
||||
|
|
|
|||
6
sources
6
sources
|
|
@ -1,3 +1,3 @@
|
|||
SHA512 (activesupport-7.0.4.2.gem) = bdd86b80d3e5e5df3483200ef7f4dbc00bb1cd10643e116d4b9bb5b7f40e973e04830fd169044f9481fea5514d9dfd81b5fa793dc40dd86d2eb1c560b22213cd
|
||||
SHA512 (activesupport-7.0.4.2-tests.txz) = b00be020b352e74961ace00d33851979d68a967cab94ee47018d34999c16d47978ad643924d716768b63f44882485a62a8db5e3545a3d05553632fbf80750a95
|
||||
SHA512 (rails-7.0.4.2-tools.txz) = 8102a03035eef294942f6ae5eb0d0cb2f84dc1229456b0eda7479fcc0c2c17b440f29e06500a383a8aeb4b3490419e67073a45436d5f5e402271e650e181b2d2
|
||||
SHA512 (activesupport-7.0.4.3.gem) = 3592b76089b1d0a8cecf04af8270a17f53c9551e945076afa9a8419be689b3ebbf60864c2d6392493802b63e1afcae84ce00c2b6acdc2b9973e5b160e64c3eff
|
||||
SHA512 (activesupport-7.0.4.3-tests.txz) = 95f6629e259ae833d4bfbbf92c2f103256f2d24b01a37638bea6ffcf58b8068a270491321b44e3056b48a14ae6319ff538157e129787f5205446e512cb649c6a
|
||||
SHA512 (rails-7.0.4.3-tools.txz) = 927315a00681680f3fd2aa9bcf95f6867b6ecafbfe0caf16d4f434e6a4abe77393dab1b909ad2b309eebd821da107f7b4ce7f2739c07b439cb3f16853b2f0dcf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue