diff --git a/.gitignore b/.gitignore index 5a54534..29e37f2 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/rubygem-rack.spec b/rubygem-rack.spec index 11d45eb..6332da3 100644 --- a/rubygem-rack.spec +++ b/rubygem-rack.spec @@ -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) @@ -39,7 +39,7 @@ BuildRequires: rubygem(thin) %endif # Seems that lighttpd test depends on rubygem(fcgi), which is not in Fedora, # if it will ever be. -# BuildRequires: lighttpd-fastcgi +#BuildRequires: lighttpd-fastcgi BuildArch: noarch %if 0%{?fc20} || 0%{?el6} || 0%{?el7} Provides: rubygem(%{gem_name}) = %{version} @@ -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 - 1:1.6.1-1 +- Update to 1.6.1 + * Mon Feb 09 2015 Josef Stribny - 1:1.6.0-1 - Update to 1.6.0 diff --git a/sources b/sources index 331e9a0..58f48cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c1281dd0c486b931a52445a703a4eaa rack-1.6.0.gem +3cdbc6ac7c8a0c33c4c30656f11c5f57 rack-1.6.1.gem