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