Update to Rack 2.0.7

also use bcond_with for bootstrap.
epel9
Pavel Valena 6 years ago
parent 92f7ca7afa
commit 416ede87a1

@ -1,13 +1,13 @@
%global gem_name rack %global gem_name rack
# There is circular dependency between thin and rack. # There is circular dependency between thin and rack.
%{?_with_bootstrap: %global bootstrap 1} %bcond_with bootstrap
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 2.0.6 Version: 2.0.7
# Introduce Epoch (related to bug 552972) # Introduce Epoch (related to bug 552972)
Epoch: 1 Epoch: 1
Release: 4%{?dist} Release: 1%{?dist}
Summary: A modular Ruby webserver interface Summary: A modular Ruby webserver interface
# 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.
License: MIT and BSD License: MIT and BSD
@ -20,7 +20,7 @@ BuildRequires: rubygem(concurrent-ruby)
BuildRequires: memcached BuildRequires: memcached
BuildRequires: rubygem(memcache-client) BuildRequires: rubygem(memcache-client)
BuildRequires: rubygem(minitest) BuildRequires: rubygem(minitest)
%if ! 0%{?bootstrap} %if ! %{with bootstrap}
BuildRequires: rubygem(thin) BuildRequires: rubygem(thin)
%endif %endif
BuildArch: noarch BuildArch: noarch
@ -124,6 +124,9 @@ popd
%doc %{gem_instdir}/contrib %doc %{gem_instdir}/contrib
%changelog %changelog
* Wed Jul 24 2019 Pavel Valena <pvalena@redhat.com> - 1:2.0.7-1
- Update to Rack 2.0.7.
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.6-4 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (rack-2.0.6.gem) = f1b93bbd16b7e44423c0977444183d9685e3c82e806304f304620731e5b4590920dcc363026277aa4b9ee0a2151c54570be341dcb9265517c7315ca4a504ef22 SHA512 (rack-2.0.7.gem) = caefa4c3b6a76dd3f57f229fa0a6b0e1d84b7e9a029c6b473695b44467ae1400d098132b206092cd900e636af6d734117fba02ec21a90500f7fab8aa9dd84cd2

Loading…
Cancel
Save