summaryrefslogtreecommitdiffstats
path: root/rubygem-actionpack.spec
diff options
context:
space:
mode:
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 1045ba6..dfd3ceb 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.7
-Release: 2%{?dist}
+Version: 3.2.8
+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.7
-# tar czvf actionpack-3.2.7-tests.tgz test/
+# git checkout v3.2.8
+# tar czvf actionpack-3.2.8-tests.tgz test/
Source2: actionpack-%{version}-tests.tgz
Patch0: rubygem-actionpack-enable-test.patch
@@ -157,6 +157,9 @@ popd
%{gem_instdir}/test/
%changelog
+* Mon Aug 13 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.8-1
+- Update to the ActionPack 3.2.8.
+
* Wed Aug 01 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1:3.2.7-2
- Remove the unneded symlink used for tests in previous versions (RHBZ #840119).