diff --git a/.gitignore b/.gitignore index 61742bb..d61c4ad 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,5 @@ activesupport-2.3.8.gem /activesupport-4.1.0.gem /activesupport-4.1.1-tests.tgz /activesupport-4.1.1.gem +/activesupport-4.1.4-tests.tgz +/activesupport-4.1.4.gem diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec index 2afcff1..5666c10 100644 --- a/rubygem-activesupport.spec +++ b/rubygem-activesupport.spec @@ -3,8 +3,8 @@ Summary: Support and utility classes used by the Rails framework Name: rubygem-%{gem_name} Epoch: 1 -Version: 4.1.1 -Release: 2%{?dist} +Version: 4.1.4 +Release: 1%{?dist} Group: Development/Languages License: MIT URL: http://www.rubyonrails.org @@ -15,8 +15,8 @@ Source0: http://rubygems.org/downloads/activesupport-%{version}.gem # Rails rpms, you may check it out like so # git clone http://github.com/rails/rails.git # cd rails/activesupport/ -# git checkout v4.1.1 -# tar czvf activesupport-4.1.1-tests.tgz test/ +# git checkout v4.1.4 +# tar czvf activesupport-4.1.4-tests.tgz test/ Source2: activesupport-%{version}-tests.tgz # Removes code which breaks the test suite due to a @@ -41,7 +41,7 @@ BuildRequires: rubygem(builder) BuildRequires: rubygem(dalli) BuildRequires: rubygem(i18n) >= 0.6.9 BuildRequires: rubygem(i18n) < 1.0 -BuildRequires: rubygem(minitest) +BuildRequires: rubygem(minitest) >= 5.0.0 BuildRequires: rubygem(mocha) BuildRequires: rubygem(rack) BuildRequires: rubygem(thread_safe) @@ -95,6 +95,9 @@ popd %changelog +* Fri Jul 04 2014 Josef Stribny - 1:4.1.4-1 +- Update to ActiveSupport 4.1.4 + * Sun Jun 08 2014 Fedora Release Engineering - 1:4.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 8ba8da8..48913d1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -c7d4c9073a0fd8abec6f6746b63dfa93 activesupport-4.1.1-tests.tgz -09abf2d8e8cbdda42593141bff2901d2 activesupport-4.1.1.gem +a73dac7641cb00f042169b0a1d1b53d3 activesupport-4.1.4-tests.tgz +77c0831ffa5ea70c6ffa7a8730ca33d6 activesupport-4.1.4.gem