[rubygem-thin/f14] Fixed patch format

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


commit 04427dafd039b8e1563bf95fc0495c753e59ad43
Author: Michal Fojtik <mi at mifo.sk>
Date:   Thu Jul 14 18:16:26 2011 +0200

    Fixed patch format

 .gitignore        |    1 +
 rubygem-thin.spec |    8 +++++---
 sources           |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d159484..bd692af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ thin-1.2.5.gem
 /thin-1.2.8.gem
 /thin-1.2.11.gem
 /fix_thin_parser_loading.patch
+/fix_thin_parser_loading_2.patch
diff --git a/rubygem-thin.spec b/rubygem-thin.spec
index 9b9e228..a1a6b3d 100644
--- a/rubygem-thin.spec
+++ b/rubygem-thin.spec
@@ -8,12 +8,12 @@
 Summary: A thin and fast web server
 Name: rubygem-%{gemname}
 Version: 1.2.11
-Release: 4%{?dist}
+Release: 5%{?dist}
 Group: Development/Languages
 License: (GPLv2 or Ruby) and BSD and MIT
 URL: http://code.macournoyer.com/thin/
 Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
-Patch0: fix_thin_parser_loading.patch
+Patch0: fix_thin_parser_loading_2.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: ruby(abi) = %{rubyabi} 
 Requires: rubygems
@@ -59,7 +59,6 @@ gem install \
 	-V --force \
 	%{SOURCE0}
 pushd ./%{gemdir}/gems
-ls -lah
 %patch0
 popd
 
@@ -155,6 +154,9 @@ rm -rf %{buildroot}
 %{geminstdir}/lib/thin/stats.html.erb
 
 %changelog
+* Thu Jul 14 2011 Michal Fojtik <mfojtik at redhat.com> - 1.2.11-5
+- Fixed patch format
+
 * Thu Jul 14 2011 Michal Fojtik <mfojtik at redhat.com> - 1.2.11-4
 - Removed deprecated Prereq
 
diff --git a/sources b/sources
index 642876e..407aedf 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 9040330417adda974c07006762b537f2  thin-1.2.11.gem
-b776b16cacf1c510a2d10999bf07d736  fix_thin_parser_loading.patch
+ef74a92e14dc7d2fa09acadc64ec704f  fix_thin_parser_loading_2.patch


More information about the scm-commits mailing list