[rubygem-actionpack] Update to ActivePack 4.0.3

Josef Stribny jstribny at fedoraproject.org
Wed Feb 26 17:09:12 UTC 2014


commit 6011aeafa1df6858e0fe25e97ee1ed7d1865149f
Author: Josef Stribny <jstribny at redhat.com>
Date:   Wed Feb 26 18:09:55 2014 +0100

    Update to ActivePack 4.0.3

 .gitignore              |    2 ++
 rubygem-actionpack.spec |    9 ++++++---
 sources                 |    4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 98f152f..44af899 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,5 @@ actionpack-2.3.8.gem
 /actionpack-4.0.1.gem
 /actionpack-4.0.2-tests.tgz
 /actionpack-4.0.2.gem
+/actionpack-4.0.3-tests.tgz
+/actionpack-4.0.3.gem
diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec
index c962c96..aee743a 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.0.2
+Version: 4.0.3
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -15,8 +15,8 @@ Source0: http://rubygems.org/downloads/actionpack-%{version}.gem
 # You may check it out like so
 # git clone http://github.com/rails/rails.git
 # cd rails/actionpack/
-# git checkout v4.0.2
-# tar czvf actionpack-4.0.2-tests.tgz test/
+# git checkout v4.0.3
+# tar czvf actionpack-4.0.3-tests.tgz test/
 Source2: actionpack-%{version}-tests.tgz
 Patch0: rubygem-actionpack-enable-test.patch
 
@@ -152,6 +152,9 @@ popd
 %{gem_instdir}/test/
 
 %changelog
+* Wed Feb 26 2014 Josef Stribny <jstribny at redhat.com> - 1:4.0.3-1
+- Update to ActivePack 4.0.3
+
 * Thu Dec 05 2013 Josef Stribny <jstribny at redhat.com> - 1:4.0.2-1
 - Update to ActivePack 4.0.2
   - Fixes CVE-2013-6417, CVE-2013-6414, CVE-2013-6415, CVE-2013-6416 and CVE-2013-4491
diff --git a/sources b/sources
index c63fe61..a947599 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-f154042e073d5ade783a86dbc8ad7eaa  actionpack-4.0.2-tests.tgz
-ca242d06d1462ca192740f69acdf3219  actionpack-4.0.2.gem
+fce4a471bf3f8db767e113c550b9951b  actionpack-4.0.3-tests.tgz
+5e75f9c0010aa47469ed5957b7d33f99  actionpack-4.0.3.gem


More information about the scm-commits mailing list