From c4b905298bfbbe4ae473bf2b798b2e5dfe11bf3b Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Mon, 28 Mar 2011 16:21:27 +0200 Subject: Updated to ActionPack 3.0.5. --- rubygem-actionpack.spec | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'rubygem-actionpack.spec') 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 - 1:3.0.5-1 +- Updated to ActionPack 3.0.5 + * Wed Feb 16 2011 Vít Ondruch - 1:3.0.3-4 - Relaxed erubis dependency - Fixed build compatibility with RubyGems 1.5 -- cgit