Update to Rack 2.0.5.

epel9
Pavel Valena 6 years ago
parent 24bd3d6f2b
commit ededd053be

@ -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

@ -1 +1 @@
SHA512 (rack-2.0.4.gem) = d6624d52c456654ab4c98554d544c6cb0bd15fad5a494575ad329bd1892dca2ac612b5730f4e3f6eddf2c0496afc393f215fb7d60795c264d2251896c27f450a SHA512 (rack-2.0.5.gem) = ac820997ec5804816e26275630797d0c86e2dc04d43572e66e99a25067d531c8a6fcdfb7b5157ce44d039d1690bb015567d859a13a85dc7d22fa0f7454ea0aa2

Loading…
Cancel
Save