[rubygem-activesupport] Update to ActiveSupport 4.1.5

Josef Stribny jstribny at fedoraproject.org
Mon Aug 25 07:46:47 UTC 2014


commit 5c46adc6448fae493e00a55fc0863afb7382474b
Author: Josef Stribny <jstribny at redhat.com>
Date:   Mon Aug 25 09:43:18 2014 +0200

    Update to ActiveSupport 4.1.5

 .gitignore                 |    2 ++
 rubygem-activesupport.spec |    9 ++++++---
 sources                    |    4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d61c4ad..145980e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,5 @@ activesupport-2.3.8.gem
 /activesupport-4.1.1.gem
 /activesupport-4.1.4-tests.tgz
 /activesupport-4.1.4.gem
+/activesupport-4.1.5-tests.tgz
+/activesupport-4.1.5.gem
diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec
index 5666c10..c45f091 100644
--- a/rubygem-activesupport.spec
+++ b/rubygem-activesupport.spec
@@ -3,7 +3,7 @@
 Summary: Support and utility classes used by the Rails framework
 Name: rubygem-%{gem_name}
 Epoch: 1
-Version: 4.1.4
+Version: 4.1.5
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -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.4
-# tar czvf activesupport-4.1.4-tests.tgz test/
+# git checkout v4.1.5
+# tar czvf activesupport-4.1.5-tests.tgz test/
 Source2: activesupport-%{version}-tests.tgz
 
 # Removes code which breaks the test suite due to a
@@ -95,6 +95,9 @@ popd
 
 
 %changelog
+* Tue Aug 19 2014 Josef Stribny <jstribny at redhat.com> - 4.1.5-1
+- Update to activesupport 4.1.5
+
 * Fri Jul 04 2014 Josef Stribny <jstribny at redhat.com> - 1:4.1.4-1
 - Update to ActiveSupport 4.1.4
 
diff --git a/sources b/sources
index 48913d1..b8adef8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-a73dac7641cb00f042169b0a1d1b53d3  activesupport-4.1.4-tests.tgz
-77c0831ffa5ea70c6ffa7a8730ca33d6  activesupport-4.1.4.gem
+d814333c69540a253bbd6275ba19ab8b  activesupport-4.1.5-tests.tgz
+bd1aa266047ff3866286cc41cbd091ba  activesupport-4.1.5.gem


More information about the scm-commits mailing list