summaryrefslogtreecommitdiffstats
path: root/rubygem-actionpack.spec
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2012-07-30 14:28:15 +0200
committerVít Ondruch <vondruch@redhat.com>2012-07-30 14:28:15 +0200
commite410ad68d5e98c74966f23bec7df2a174b1edb30 (patch)
tree8416f14a4f093f356feed93a33d22d3a81a3efe9 /rubygem-actionpack.spec
parentfec4251bfd066921fd0c2c5af4f08ebe74a0f394 (diff)
downloadrubygem-actionpack-e410ad68d5e98c74966f23bec7df2a174b1edb30.tar.gz
rubygem-actionpack-e410ad68d5e98c74966f23bec7df2a174b1edb30.tar.xz
rubygem-actionpack-e410ad68d5e98c74966f23bec7df2a174b1edb30.zip
Update to the ActionPack 3.2.7.
Diffstat (limited to 'rubygem-actionpack.spec')
-rw-r--r--rubygem-actionpack.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec
index 839b6e5..eed369b 100644
--- a/rubygem-actionpack.spec
+++ b/rubygem-actionpack.spec
@@ -6,8 +6,8 @@
Summary: Web-flow and rendering framework putting the VC in MVC
Name: rubygem-%{gem_name}
Epoch: 1
-Version: 3.2.6
-Release: 2%{?dist}
+Version: 3.2.7
+Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: http://www.rubyonrails.org
@@ -17,8 +17,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 v3.2.6
-# tar czvf actionpack-3.2.6-tests.tgz test/
+# git checkout v3.2.7
+# tar czvf actionpack-3.2.7-tests.tgz test/
Source2: actionpack-%{version}-tests.tgz
Patch0: rubygem-actionpack-enable-test.patch
@@ -163,6 +163,9 @@ popd
%{gem_instdir}/test/
%changelog
+* Mon Jul 30 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.7-1
+- Update to the ActionPack 3.2.7.
+
* Tue Jul 24 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.6-2
- Fixed missing epoch in -doc subpackage.