diff --git a/rubygem-rack.spec b/rubygem-rack.spec index 361d323..024a841 100644 --- a/rubygem-rack.spec +++ b/rubygem-rack.spec @@ -1,14 +1,14 @@ %global gem_name rack # There is circular dependency between thin and rack. -%global bootstrap_thin 1 +%global bootstrap_thin 0 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.4.5 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Languages License: MIT URL: http://rubyforge.org/projects/%{gem_name}/ @@ -114,6 +114,9 @@ popd %changelog +* Fri Mar 01 2013 Vít Ondruch - 1:1.4.5-3 +- Enable thin test suite. + * Mon Feb 25 2013 Vít Ondruch - 1:1.4.5-2 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0