[rubygem-thin/f14] Fixed typo

Michal Fojtik mfojtik at fedoraproject.org
Thu Jul 14 16:47:58 UTC 2011


commit 021857c1403a326781d842659ca525c280199a59
Author: Michal Fojtik <mi at mifo.sk>
Date:   Thu Jul 14 18:47:30 2011 +0200

    Fixed typo

 rubygem-thin.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/rubygem-thin.spec b/rubygem-thin.spec
index 2ae8a25..5665416 100644
--- a/rubygem-thin.spec
+++ b/rubygem-thin.spec
@@ -8,7 +8,7 @@
 Summary: A thin and fast web server
 Name: rubygem-%{gemname}
 Version: 1.2.11
-Release: 6%{?dist}
+Release: 7%{?dist}
 Group: Development/Languages
 License: (GPLv2 or Ruby) and BSD and MIT
 URL: http://code.macournoyer.com/thin/
@@ -58,9 +58,7 @@ gem install \
 	--install-dir ./%{gemdir} \
 	-V --force \
 	%{SOURCE0}
-pushd ./%{gemdir}/gems
-%patch0
-popd
+%patch0 -p0
 
 %build
 
@@ -154,6 +152,9 @@ rm -rf %{buildroot}
 %{geminstdir}/lib/thin/stats.html.erb
 
 %changelog
+* Thu Jul 14 2011 Michal Fojtik <mfojtik at redhat.com> - 1.2.11-7
+- Fixed typo in prep section
+
 * Thu Jul 14 2011 Michal Fojtik <mfojtik at redhat.com> - 1.2.11-6
 - Copied native extension loading patch from EL6 (thanks to David Lutterkort)
 


More information about the scm-commits mailing list