Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a7a53ddac3 | ||
|
|
f1acb95b05 |
2 changed files with 12 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: rubygem-%{gem_name}
|
||||
Epoch: 1
|
||||
Version: 6.1.2.1
|
||||
Version: 6.1.3.2
|
||||
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-6.1.2.1-tests.txz v6.1.2.1 test/
|
||||
# cd rails/activesupport && git archive -v -o activesupport-6.1.3.2-tests.txz v6.1.3.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-6.1.2.1-tools.txz v6.1.2.1 tools/
|
||||
# cd rails && git archive -v -o rails-6.1.3.2-tools.txz v6.1.3.2 tools/
|
||||
Source2: rails-%{version}%{?prerelease}-tools.txz
|
||||
|
||||
# ruby package has just soft dependency on rubygem({bigdecimal,json}), while
|
||||
|
|
@ -116,6 +116,12 @@ popd
|
|||
%doc %{gem_instdir}/README.rdoc
|
||||
|
||||
%changelog
|
||||
* Tue May 18 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.3.2-1
|
||||
- Update to activesupport 6.1.3.2.
|
||||
|
||||
* Fri Apr 09 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.3.1-1
|
||||
- Update to activesupport 6.1.3.1.
|
||||
|
||||
* Mon Feb 15 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.2.1-1
|
||||
- Update to activesupport 6.1.2.1.
|
||||
|
||||
|
|
|
|||
6
sources
6
sources
|
|
@ -1,3 +1,3 @@
|
|||
SHA512 (activesupport-6.1.2.1.gem) = 9d5e2b2b0df869d1b5c174572fe4c8e277c61f7bfb351249709ed4436aaa3dc8aa6ead00c78d260fc8dee1bf6dc7a333bf7627376b69d78e5008de0650b91c8d
|
||||
SHA512 (activesupport-6.1.2.1-tests.txz) = 891f318bba819960375ee7cdfd0c0980010f843413312888046114bbf9b8b1902016ab9df497a9227815555ef043c94555de896a77593eafb2682baa76d803d7
|
||||
SHA512 (rails-6.1.2.1-tools.txz) = 206e1a5b611c673ad4829cefdbd9e1b4db5eb4f5007264ba847192947c89508489b5f62c1e2d5bd140cb7ed27798713e4427d74a8bf0b48becb2749a07530a61
|
||||
SHA512 (activesupport-6.1.3.2.gem) = 47cc9ef0f83fa29b04fc341c76453b939f015f6c99a49566e8785bfd4db351387b486972aa0b697dda7b339321333b548e73c918c6567a25a539008c514e9029
|
||||
SHA512 (activesupport-6.1.3.2-tests.txz) = b57af625d8d548032d938d52cdf3776a0600d9bb03ad7c7846093fa42ed46a6f65dffe510e99969dc4b2d0950a036b6372f9f2bcc3e3bf6a6e209a6c3422f5cb
|
||||
SHA512 (rails-6.1.3.2-tools.txz) = b95f9606f9257da6491ff76bf963af4fe0e55b92a8ffdf20a9a9e34c6d414aeb861d0d12408db0ba595311ff7a3ba73b2f4d86b58226cee7b20cbece093b2a7e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue