[rubygem-thin/f14] Added native extension loading patch

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


commit 9ad8234e8a693bc0dcf561c5cd8218f0876ead6c
Author: Michal Fojtik <mi at mifo.sk>
Date:   Thu Jul 14 18:37:35 2011 +0200

    Added native extension loading patch

 .gitignore        |    1 +
 rubygem-thin.spec |    7 +++++--
 sources           |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd692af..7e1abdd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ thin-1.2.5.gem
 /thin-1.2.11.gem
 /fix_thin_parser_loading.patch
 /fix_thin_parser_loading_2.patch
+/native-load-path-1.2.8.patch
diff --git a/rubygem-thin.spec b/rubygem-thin.spec
index a1a6b3d..2ae8a25 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: 5%{?dist}
+Release: 6%{?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_2.patch
+Patch0: native-load-path-1.2.8.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: ruby(abi) = %{rubyabi} 
 Requires: rubygems
@@ -154,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-6
+- Copied native extension loading patch from EL6 (thanks to David Lutterkort)
+
 * Thu Jul 14 2011 Michal Fojtik <mfojtik at redhat.com> - 1.2.11-5
 - Fixed patch format
 
diff --git a/sources b/sources
index 407aedf..9c5b183 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 9040330417adda974c07006762b537f2  thin-1.2.11.gem
-ef74a92e14dc7d2fa09acadc64ec704f  fix_thin_parser_loading_2.patch
+c79abc50ae40cb8fc7665b24b6b15dea  native-load-path-1.2.8.patch


More information about the scm-commits mailing list