Update to activesupport 7.0.4.2.

f38
Pavel Valena 2 years ago
parent 78ab423330
commit c5bf26a778

@ -4,8 +4,8 @@
Name: rubygem-%{gem_name}
Epoch: 1
Version: 7.0.4
Release: 3%{?dist}
Version: 7.0.4.2
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-7.0.4-tests.txz v7.0.4 test/
# cd rails/activesupport && git archive -v -o activesupport-7.0.4.2-tests.txz v7.0.4.2 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-tools.txz v7.0.4 tools/
# cd rails && git archive -v -o rails-7.0.4.2-tools.txz v7.0.4.2 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
* Wed Jan 25 2023 Pavel Valena <pvalena@redhat.com> - 1:7.0.4.2-1
- Update to activesupport 7.0.4.2.
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:7.0.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

@ -1,3 +1,3 @@
SHA512 (activesupport-7.0.4.gem) = 54859a1cccda0940a91be3be8a68087a4cb8ae6f5850dc3ae92bb79a722b04f34a5d9a61456146c2d7c994e95cd5f1b40c16766e0ef54828acc91edb5aba1d2b
SHA512 (activesupport-7.0.4-tests.txz) = 3f4919e88d21aee8dd3c21b7b7a913abdcd213e4b3f434102980cb470e014201bd8ebdd9d785895018b9aed1736e686aa76fe098be438b90f114b1f423d2deab
SHA512 (rails-7.0.4-tools.txz) = 8cab3982844ffe8eadfa67ec7b3e788aafd766035eb60be03f32544482f704da9c817fd3562ff248a71ed50e724de7be96d90376a61141dc1d51efd775875547
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

Loading…
Cancel
Save