[rubygem-activesupport] Update to ActiveSupport 4.1.4

Josef Stribny jstribny at fedoraproject.org
Fri Jul 4 06:13:05 UTC 2014


commit a1b72085dba500f3e7fb7b370072dad88c5a3107
Author: Josef Stribny <jstribny at redhat.com>
Date:   Fri Jul 4 08:08:00 2014 +0200

    Update to ActiveSupport 4.1.4

 .gitignore                 |    2 ++
 rubygem-activesupport.spec |   13 ++++++++-----
 sources                    |    4 ++--
 3 files changed, 12 insertions(+), 7 deletions(-)
---
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 <jstribny at redhat.com> - 1:4.1.4-1
+- Update to ActiveSupport 4.1.4
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list