|
|
@ -4,10 +4,10 @@
|
|
|
|
%{?_with_bootstrap: %global bootstrap 1}
|
|
|
|
%{?_with_bootstrap: %global bootstrap 1}
|
|
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 2.0.4
|
|
|
|
Version: 2.0.5
|
|
|
|
# Introduce Epoch (related to bug 552972)
|
|
|
|
# Introduce Epoch (related to bug 552972)
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A modular Ruby webserver interface
|
|
|
|
Summary: A modular Ruby webserver interface
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
# lib/rack/show_{status,exceptions}.rb contains snippets from Django under BSD license.
|
|
|
|
# lib/rack/show_{status,exceptions}.rb contains snippets from Django under BSD license.
|
|
|
@ -89,6 +89,10 @@ sed -i '/^ it "check pid file presence and not owned process" do$/,/^ end$/ s/
|
|
|
|
PID=%(mktemp)
|
|
|
|
PID=%(mktemp)
|
|
|
|
memcached -d -P "$PID"
|
|
|
|
memcached -d -P "$PID"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Rack::Session::Memcache#test_0009_maintains freshness
|
|
|
|
|
|
|
|
# requires encoding set to UTF-8:
|
|
|
|
|
|
|
|
# https://github.com/rack/rack/issues/1305
|
|
|
|
|
|
|
|
LC_ALL=en_US.UTF-8 \
|
|
|
|
ruby -Ilib:test -e 'Dir.glob "./test/spec_*.rb", &method(:require)'
|
|
|
|
ruby -Ilib:test -e 'Dir.glob "./test/spec_*.rb", &method(:require)'
|
|
|
|
|
|
|
|
|
|
|
|
# Kill memcached daemon.
|
|
|
|
# Kill memcached daemon.
|
|
|
@ -117,6 +121,9 @@ popd
|
|
|
|
%doc %{gem_instdir}/contrib
|
|
|
|
%doc %{gem_instdir}/contrib
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Sep 24 2018 pvalena <pvalena@redhat.com> - 1:2.0.5-1
|
|
|
|
|
|
|
|
- Update to rack 2.0.5.
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.4-3
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|