summaryrefslogtreecommitdiffstats
path: root/rubygem-actionpack.spec
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2011-03-28 16:21:27 +0200
committerVít Ondruch <vondruch@redhat.com>2011-03-28 16:21:27 +0200
commitc4b905298bfbbe4ae473bf2b798b2e5dfe11bf3b (patch)
tree139ce73fd55e3a221a5111c0e1fe3465c384fc7c /rubygem-actionpack.spec
parent3c401a3a0a1005bb3e5337ddd0dcf586aa6d0015 (diff)
downloadrubygem-actionpack-c4b905298bfbbe4ae473bf2b798b2e5dfe11bf3b.tar.gz
rubygem-actionpack-c4b905298bfbbe4ae473bf2b798b2e5dfe11bf3b.tar.xz
rubygem-actionpack-c4b905298bfbbe4ae473bf2b798b2e5dfe11bf3b.zip
Updated to ActionPack 3.0.5.
Diffstat (limited to 'rubygem-actionpack.spec')
-rw-r--r--rubygem-actionpack.spec20
1 files changed, 9 insertions, 11 deletions
diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec
index e3ed902..00766a1 100644
--- a/rubygem-actionpack.spec
+++ b/rubygem-actionpack.spec
@@ -8,8 +8,8 @@
Summary: Web-flow and rendering framework putting the VC in MVC
Name: rubygem-%{gemname}
Epoch: 1
-Version: 3.0.3
-Release: 4%{?dist}
+Version: 3.0.5
+Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: http://www.rubyonrails.org
@@ -22,7 +22,7 @@ Source1: http://github.com/rails/rails/raw/v%{version}/%{gemname}/Rakefile
# You may check it out like so
# git clone http://github.com/rails/rails.git
# cd rails/actionpack/
-# git checkout v3.0.3
+# git checkout v3.0.5
# tar czvf actionpack-tests.tgz test/
Source2: actionpack-tests.tgz
@@ -40,16 +40,11 @@ Patch3: actionpack-downgrade-dependencies.patch
Patch4: actionpack-add-rack-mount-deps.patch
-#
-# Please someone fix the following Patch2!! (mtasaka)
-#
-#Patch2: rubygem-actionpack-2.3.5-rack-compat.patch
-
Requires: rubygems
Requires: rubygem(activesupport) = %{version}
Requires: rubygem(activemodel) = %{version}
Requires: rubygem(builder) = 2.1.2
-Requires: rubygem(i18n) = 0.4.2
+Requires: rubygem(i18n) >= 0.5.0
Requires: rubygem(rack) >= 1.0.0
Requires: rubygem(rack-test)
Requires: rubygem(rack-mount)
@@ -65,7 +60,7 @@ BuildRequires: rubygem(activemodel) = %{version}
BuildRequires: rubygem(activerecord) = %{version}
BuildRequires: rubygem(sqlite3)
BuildRequires: rubygem(builder) = 2.1.2
-BuildRequires: rubygem(i18n) = 0.4.2
+BuildRequires: rubygem(i18n) >= 0.5.0
BuildRequires: rubygem(rack) >= 1.0.0
BuildRequires: rubygem(rack-test)
BuildRequires: rubygem(rack-mount)
@@ -100,7 +95,7 @@ tar xzvf %{SOURCE2} -C .%{geminstdir}
pushd .%{geminstdir}
%patch0 -p0
-#%patch1 -p0
+%patch1 -p0
%patch2 -p0
# create missing symlink
@@ -173,6 +168,9 @@ rake test --trace
%changelog
+* Fri Mar 25 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.5-1
+- Updated to ActionPack 3.0.5
+
* Wed Feb 16 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.3-4
- Relaxed erubis dependency
- Fixed build compatibility with RubyGems 1.5