[rubygem-actionpack] Removed regin and multimap dependencies. They were added into rack-mount where they actually belongs

Vít Ondruch vondruch at fedoraproject.org
Fri Jun 3 11:28:59 UTC 2011


commit 6415f27dc2928e0ed75ba1f5f339d19d3dbcff1a
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Fri Jun 3 13:28:11 2011 +0200

    Removed regin and multimap dependencies. They were added into rack-mount where they actually belongs.

 actionpack-add-rack-mount-deps.patch |   29 -----------------------------
 rubygem-actionpack.spec              |    9 +++++----
 2 files changed, 5 insertions(+), 33 deletions(-)
---
diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec
index 00766a1..393c402 100644
--- a/rubygem-actionpack.spec
+++ b/rubygem-actionpack.spec
@@ -9,7 +9,7 @@ Summary: Web-flow and rendering framework putting the VC in MVC
 Name: rubygem-%{gemname}
 Epoch: 1
 Version: 3.0.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -38,8 +38,6 @@ Patch2: actionpack-tests-fix.patch
 
 Patch3: actionpack-downgrade-dependencies.patch
 
-Patch4: actionpack-add-rack-mount-deps.patch
-
 Requires: rubygems
 Requires: rubygem(activesupport) = %{version}
 Requires: rubygem(activemodel) = %{version}
@@ -107,7 +105,6 @@ popd
 
 pushd .%{gemdir}
 %patch3 -p0
-%patch4 -p0
 
 # Remove backup files
 # No! these are needed for rake test
@@ -168,6 +165,10 @@ rake test --trace
 
 
 %changelog
+* Fri Jun 03 2011 Vít Ondruch <vondruch at redhat.com> - 1:3.0.5-2
+- Removed regin and multimap dependencies. They were added into rack-mount
+  where they actually belongs.
+
 * Fri Mar 25 2011 Vít Ondruch <vondruch at redhat.com> - 1:3.0.5-1
 - Updated to ActionPack 3.0.5
 


More information about the scm-commits mailing list