|
|
|
@ -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 <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
|
|
|
|
|
- Add enable_check flag and disable check for .el7.
|
|
|
|
|
- Rely on autorequires and autoprovides.
|
|
|
|
|