Update to 1.6.0

epel9
Josef Stribny 10 years ago
parent 354b1c42fb
commit 02614e8875

1
.gitignore vendored

@ -5,3 +5,4 @@ rack-1.1.0.gem
/rack-1.4.4.gem /rack-1.4.4.gem
/rack-1.4.5.gem /rack-1.4.5.gem
/rack-1.5.2.gem /rack-1.5.2.gem
/rack-1.6.0.gem

@ -15,8 +15,8 @@ Name: rubygem-%{gem_name}
Summary: Common API for connecting web frameworks, web servers and layers of software Summary: Common API for connecting web frameworks, web servers and layers of software
# Introduce Epoch (related to bug 552972) # Introduce Epoch (related to bug 552972)
Epoch: 1 Epoch: 1
Version: 1.5.2 Version: 1.6.0
Release: 4%{?dist} Release: 1%{?dist}
Group: Development/Languages Group: Development/Languages
# lib/rack/backports/uri/* are taken from Ruby which is (Ruby or BSD) # lib/rack/backports/uri/* are taken from Ruby which is (Ruby or BSD)
License: MIT and (Ruby or BSD) License: MIT and (Ruby or BSD)
@ -95,6 +95,8 @@ pushd .%{gem_instdir}
PID=%(mktemp) PID=%(mktemp)
memcached -d -P "$PID" 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 bacon -Ilib --automatic --quiet
# Kill memcached daemon. # Kill memcached daemon.
@ -124,6 +126,9 @@ popd
%doc %{gem_instdir}/contrib %doc %{gem_instdir}/contrib
%changelog %changelog
* Mon Feb 09 2015 Josef Stribny <jstribny@redhat.com> - 1:1.6.0-1
- Update to 1.6.0
* Thu Sep 25 2014 Steve Traylen <steve.traylen@cern.ch> - 1:1.5.2-4 * Thu Sep 25 2014 Steve Traylen <steve.traylen@cern.ch> - 1:1.5.2-4
- Add enable_check flag and disable check for .el7. - Add enable_check flag and disable check for .el7.
- Rely on autorequires and autoprovides. - Rely on autorequires and autoprovides.

@ -1 +1 @@
02067ea717f5d2e4b8e0bcd5155fcbc5 rack-1.5.2.gem 9c1281dd0c486b931a52445a703a4eaa rack-1.6.0.gem

Loading…
Cancel
Save