[rubygem-actionpack] Update to actionpack 4.1.5

Josef Stribny jstribny at fedoraproject.org
Mon Aug 25 11:27:51 UTC 2014


commit c93a770369e8339260988f900f229da7944be723
Author: Josef Stribny <jstribny at redhat.com>
Date:   Mon Aug 25 13:27:48 2014 +0200

    Update to actionpack 4.1.5

 .gitignore              |    2 ++
 rubygem-actionpack.spec |    7 +++++--
 sources                 |    4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6a88ca1..15c2443 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,5 @@ actionpack-2.3.8.gem
 /actionpack-4.1.1.gem
 /actionpack-4.1.4-tests.tgz
 /actionpack-4.1.4.gem
+/actionpack-4.1.5-tests.tgz
+/actionpack-4.1.5.gem
diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec
index 10aab58..630fce9 100644
--- a/rubygem-actionpack.spec
+++ b/rubygem-actionpack.spec
@@ -4,7 +4,7 @@
 Summary: Web-flow and rendering framework putting the VC in MVC
 Name: rubygem-%{gem_name}
 Epoch: 1
-Version: 4.1.4
+Version: 4.1.5
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -16,7 +16,7 @@ Source0: http://rubygems.org/downloads/actionpack-%{version}.gem
 # git clone http://github.com/rails/rails.git
 # cd rails/actionpack/
 # git checkout v4.1.0
-# tar czvf actionpack-4.1.4-tests.tgz test/
+# tar czvf actionpack-4.1.5-tests.tgz test/
 Source2: actionpack-%{version}-tests.tgz
 
 # Let's keep Requires and BuildRequires sorted alphabeticaly
@@ -128,6 +128,9 @@ popd
 %{gem_instdir}/test/
 
 %changelog
+* Mon Aug 25 2014 Josef Stribny <jstribny at redhat.com> - 4.1.5-1
+- Update to actionpack 4.1.5
+
 * Fri Jul 04 2014 Josef Stribny <jstribny at redhat.com> - 4.1.4-1
 - Update to actionpack 4.1.4
 
diff --git a/sources b/sources
index 97df908..7d82b13 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-e79a3ee557e0624b460bd3bfffa6c3a9  actionpack-4.1.4-tests.tgz
-8840d2dce57800eedfaa7ae74d04f7dc  actionpack-4.1.4.gem
+54fe0bfa204c36516983136bc69bb2d8  actionpack-4.1.5-tests.tgz
+3ca1163c9863685f418798ad8d6219fe  actionpack-4.1.5.gem


More information about the scm-commits mailing list