Update to 1.6.1

epel9
Steve Traylen 10 years ago
parent c0c7ac95bf
commit 4bb2f8ab2d

1
.gitignore vendored

@ -6,3 +6,4 @@ rack-1.1.0.gem
/rack-1.4.5.gem
/rack-1.5.2.gem
/rack-1.6.0.gem
/rack-1.6.1.gem

@ -1,7 +1,7 @@
%global gem_name rack
# There is circular dependency between thin and rack.
%global bootstrap_thin 1
%global bootstrap_thin 0
# rubygem-bacon missing for epel7
# https://bugzilla.redhat.com/show_bug.cgi?id=1138661
@ -15,7 +15,7 @@ Name: rubygem-%{gem_name}
Summary: Common API for connecting web frameworks, web servers and layers of software
# Introduce Epoch (related to bug 552972)
Epoch: 1
Version: 1.6.0
Version: 1.6.1
Release: 1%{?dist}
Group: Development/Languages
# lib/rack/backports/uri/* are taken from Ruby which is (Ruby or BSD)
@ -119,6 +119,7 @@ popd
%doc %{gem_docdir}
%doc %{gem_instdir}/README.rdoc
%doc %{gem_instdir}/KNOWN-ISSUES
%doc %{gem_instdir}/HISTORY.md
%{gem_instdir}/%{gem_name}.gemspec
%{gem_instdir}/Rakefile
%{gem_instdir}/SPEC
@ -127,6 +128,9 @@ popd
%doc %{gem_instdir}/contrib
%changelog
* Tue Jun 2 2015 Steve Traylen <jstribny@redhat.com> - 1:1.6.1-1
- Update to 1.6.1
* Mon Feb 09 2015 Josef Stribny <jstribny@redhat.com> - 1:1.6.0-1
- Update to 1.6.0

@ -1 +1 @@
9c1281dd0c486b931a52445a703a4eaa rack-1.6.0.gem
3cdbc6ac7c8a0c33c4c30656f11c5f57 rack-1.6.1.gem

Loading…
Cancel
Save