|
|
@ -4,10 +4,10 @@
|
|
|
|
%bcond_with bootstrap
|
|
|
|
%bcond_with bootstrap
|
|
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 2.1.1
|
|
|
|
Version: 2.2.2
|
|
|
|
# Introduce Epoch (related to bug 552972)
|
|
|
|
# Introduce Epoch (related to bug 552972)
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Release: 2%{?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
|
|
|
@ -117,8 +117,9 @@ popd
|
|
|
|
%doc %{gem_docdir}
|
|
|
|
%doc %{gem_docdir}
|
|
|
|
%doc %{gem_instdir}/CHANGELOG.md
|
|
|
|
%doc %{gem_instdir}/CHANGELOG.md
|
|
|
|
%doc %{gem_instdir}/README.rdoc
|
|
|
|
%doc %{gem_instdir}/README.rdoc
|
|
|
|
|
|
|
|
%doc %{gem_instdir}/CONTRIBUTING.md
|
|
|
|
|
|
|
|
%doc %{gem_instdir}/SPEC.rdoc
|
|
|
|
%{gem_instdir}/Rakefile
|
|
|
|
%{gem_instdir}/Rakefile
|
|
|
|
%{gem_instdir}/SPEC
|
|
|
|
|
|
|
|
%{gem_instdir}/%{gem_name}.gemspec
|
|
|
|
%{gem_instdir}/%{gem_name}.gemspec
|
|
|
|
%doc %{gem_instdir}/example
|
|
|
|
%doc %{gem_instdir}/example
|
|
|
|
%doc %{gem_instdir}/contrib
|
|
|
|
%doc %{gem_instdir}/contrib
|
|
|
@ -126,6 +127,9 @@ popd
|
|
|
|
#{gem_instdir}/test
|
|
|
|
#{gem_instdir}/test
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Feb 17 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> - 1:2.2.2-1
|
|
|
|
|
|
|
|
- Update to Rack 2.2.2
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.1.1-2
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|