From 02614e8875d85abaa634848775a36676cdb8ba95 Mon Sep 17 00:00:00 2001 From: Josef Stribny Date: Mon, 9 Feb 2015 09:54:38 +0100 Subject: [PATCH] Update to 1.6.0 --- .gitignore | 1 + rubygem-rack.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f9207cc..5a54534 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ rack-1.1.0.gem /rack-1.4.4.gem /rack-1.4.5.gem /rack-1.5.2.gem +/rack-1.6.0.gem diff --git a/rubygem-rack.spec b/rubygem-rack.spec index 49f1a62..9238beb 100644 --- a/rubygem-rack.spec +++ b/rubygem-rack.spec @@ -15,8 +15,8 @@ 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.5.2 -Release: 4%{?dist} +Version: 1.6.0 +Release: 1%{?dist} Group: Development/Languages # lib/rack/backports/uri/* are taken from Ruby which is (Ruby or BSD) License: MIT and (Ruby or BSD) @@ -95,6 +95,8 @@ pushd .%{gem_instdir} PID=%(mktemp) memcached -d -P "$PID" +# Rack version protocol is already at 1.3 for rack 1.6 +sed -i 's|response\[\"rack\.version\"\]\.should\.equal \[1,2\]|response\[\"rack\.version\"\]\.should\.equal \[1,3\]|' test/spec_webrick.rb bacon -Ilib --automatic --quiet # Kill memcached daemon. @@ -124,6 +126,9 @@ popd %doc %{gem_instdir}/contrib %changelog +* Mon Feb 09 2015 Josef Stribny - 1:1.6.0-1 +- Update to 1.6.0 + * Thu Sep 25 2014 Steve Traylen - 1:1.5.2-4 - Add enable_check flag and disable check for .el7. - Rely on autorequires and autoprovides. diff --git a/sources b/sources index 92f8574..331e9a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -02067ea717f5d2e4b8e0bcd5155fcbc5 rack-1.5.2.gem +9c1281dd0c486b931a52445a703a4eaa rack-1.6.0.gem