|
|
@ -4,7 +4,7 @@
|
|
|
|
%bcond_with bootstrap
|
|
|
|
%bcond_with bootstrap
|
|
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 2.0.7
|
|
|
|
Version: 2.0.8
|
|
|
|
# Introduce Epoch (related to bug 552972)
|
|
|
|
# Introduce Epoch (related to bug 552972)
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
@ -12,7 +12,7 @@ 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
|
|
|
|
URL: https://rack.github.io/
|
|
|
|
URL: https://rack.github.io/
|
|
|
|
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
|
|
|
Source0: https://rubygems.org/downloads/%{gem_name}-%{version}.gem
|
|
|
|
BuildRequires: ruby(release)
|
|
|
|
BuildRequires: ruby(release)
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
BuildRequires: ruby >= 2.2.2
|
|
|
|
BuildRequires: ruby >= 2.2.2
|
|
|
@ -124,6 +124,10 @@ popd
|
|
|
|
%doc %{gem_instdir}/contrib
|
|
|
|
%doc %{gem_instdir}/contrib
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Dec 19 2019 Pavel Valena <pvalena@redhat.com> - 1:2.0.8-1
|
|
|
|
|
|
|
|
- Update to Rack 2.0.8.
|
|
|
|
|
|
|
|
- Change the source URL
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Pavel Valena <pvalena@redhat.com> - 1:2.0.7-1
|
|
|
|
* Wed Jul 24 2019 Pavel Valena <pvalena@redhat.com> - 1:2.0.7-1
|
|
|
|
- Update to Rack 2.0.7.
|
|
|
|
- Update to Rack 2.0.7.
|
|
|
|
|
|
|
|
|
|
|
|