Enable thin test suite.

epel9
Vít Ondruch 12 years ago
parent 4ef4e8e622
commit 8fe84cfe77

@ -1,14 +1,14 @@
%global gem_name rack %global gem_name rack
# There is circular dependency between thin and rack. # There is circular dependency between thin and rack.
%global bootstrap_thin 1 %global bootstrap_thin 0
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Summary: Common API for connecting web frameworks, web servers and layers of software Summary: Common API for connecting web frameworks, web servers and layers of software
# Introduce Epoch (related to bug 552972) # Introduce Epoch (related to bug 552972)
Epoch: 1 Epoch: 1
Version: 1.4.5 Version: 1.4.5
Release: 2%{?dist} Release: 3%{?dist}
Group: Development/Languages Group: Development/Languages
License: MIT License: MIT
URL: http://rubyforge.org/projects/%{gem_name}/ URL: http://rubyforge.org/projects/%{gem_name}/
@ -114,6 +114,9 @@ popd
%changelog %changelog
* Fri Mar 01 2013 Vít Ondruch <vondruch@redhat.com> - 1:1.4.5-3
- Enable thin test suite.
* Mon Feb 25 2013 Vít Ondruch <vondruch@redhat.com> - 1:1.4.5-2 * Mon Feb 25 2013 Vít Ondruch <vondruch@redhat.com> - 1:1.4.5-2
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0

Loading…
Cancel
Save