[rubygem-rack] Update to rack 1.5.2

Josef Stribny jstribny at fedoraproject.org
Thu Jul 25 11:11:36 UTC 2013


commit 917c8be4b1b24b5c7fa4bd162d03e3f61241f2fb
Author: Josef Stribny <jstribny at redhat.com>
Date:   Thu Jul 25 13:11:20 2013 +0200

    Update to rack 1.5.2

 .gitignore                                  |    1 +
 rubygem-rack-1.5.0-Fix-Ruby-2.0-build.patch |   25 -------------------------
 rubygem-rack.spec                           |   18 +++++++-----------
 sources                                     |    2 +-
 4 files changed, 9 insertions(+), 37 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fde71cd..f9207cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ rack-1.1.0.gem
 /rack-1.4.1.gem
 /rack-1.4.4.gem
 /rack-1.4.5.gem
+/rack-1.5.2.gem
diff --git a/rubygem-rack.spec b/rubygem-rack.spec
index 024a841..4fd51b1 100644
--- a/rubygem-rack.spec
+++ b/rubygem-rack.spec
@@ -1,21 +1,18 @@
 %global gem_name rack
 
 # There is circular dependency between thin and rack.
-%global bootstrap_thin 0
+%global bootstrap_thin 1
 
 Name:           rubygem-%{gem_name}
 Summary:        Common API for connecting web frameworks, web servers and layers of software
 # Introduce Epoch (related to bug 552972)
 Epoch:          1
-Version:        1.4.5
-Release:        3%{?dist}
+Version:        1.5.2
+Release:        1%{?dist}
 Group:          Development/Languages
 License:        MIT
 URL:            http://rubyforge.org/projects/%{gem_name}/
 Source0:        http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem
-# Fix test suite for Ruby 2.0
-# https://github.com/rack/rack/commit/0a74380d2e5157d94c7e9141242af33e5c0bf951
-Patch0:         rubygem-rack-1.5.0-Fix-Ruby-2.0-build.patch
 Requires:       ruby(rubygems)
 Requires:       ruby(release)
 BuildRequires:  ruby
@@ -50,10 +47,6 @@ Documentation for %{name}
 %setup -q -c -T
 %gem_install -n %{SOURCE0}
 
-pushd .%{gem_instdir}
-%patch0 -p1
-popd
-
 %build
 
 %install
@@ -85,7 +78,7 @@ pushd .%{gem_instdir}
 PID=%(mktemp)
 memcached -d -P "$PID"
 
-bacon --automatic --quiet
+bacon -Ilib --automatic --quiet
 
 # Kill memcached daemon.
 kill -TERM $(< "$PID")
@@ -114,6 +107,9 @@ popd
 
 
 %changelog
+* Wed Jul 24 2013 Josef Stribny <jstribny at redhat.com> - 1:1.5.2-1
+- Update to rack 1.5.2
+
 * Fri Mar 01 2013 Vít Ondruch <vondruch at redhat.com> - 1:1.4.5-3
 - Enable thin test suite.
 
diff --git a/sources b/sources
index e6a0591..92f8574 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6661d225210f6b48f83fb279aba0a149  rack-1.4.5.gem
+02067ea717f5d2e4b8e0bcd5155fcbc5  rack-1.5.2.gem


More information about the scm-commits mailing list