rpms/deluge/devel deluge-use-mt-boost.patch,1.1,1.2

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sun Sep 2 01:57:15 UTC 2007


Author: pgordon

Update of /cvs/extras/rpms/deluge/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26674

Modified Files:
	deluge-use-mt-boost.patch 
Log Message:
Sync use-mt-boost patch with version 0.5.4.1 setup script.

deluge-use-mt-boost.patch:

Index: deluge-use-mt-boost.patch
===================================================================
RCS file: /cvs/extras/rpms/deluge/devel/deluge-use-mt-boost.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- deluge-use-mt-boost.patch	4 Aug 2007 19:23:57 -0000	1.1
+++ deluge-use-mt-boost.patch	2 Sep 2007 01:57:12 -0000	1.2
@@ -1,14 +1,14 @@
---- ./setup.py.old	2007-08-04 10:55:23.000000000 -0700
-+++ ./setup.py	2007-08-04 11:03:52.000000000 -0700
-@@ -110,10 +110,7 @@ if not OS == "win":
+--- setup.py.old	2007-09-01 18:43:32.000000000 -0700
++++ setup.py	2007-09-01 18:45:34.000000000 -0700
+@@ -110,10 +110,7 @@
                       '/usr/include/python' + python_version]
  
- 	if OS == "linux":
--		if os.WEXITSTATUS(os.system('grep -iq "Debian GNU/Linux 4.0\|Ubuntu 7.04\|Ubuntu 6.06\|Ubuntu 6.10\|Fedora Core release 6\|openSUSE 10.2\|Mandriva Linux release 2007.1\|Fedora release 7\|BLAG release 60001\|Yellow Dog Linux release 5.0 (Phoenix)" /etc/issue')) == 0:
--			boosttype = 'nomt'
--		else:
--			boosttype = 'mt'
-+		boosttype = 'mt'
- 	elif OS == "freebsd":
- 		boosttype = 'nomt'
- 	else:
+     if OS == "linux":
+-        if os.WEXITSTATUS(os.system('grep -iq "Debian GNU/Linux 4.0\|Ubuntu 7.04\|Ubuntu 6.06\|Ubuntu 6.10\|Fedora Core release 6\|openSUSE 10.2\|Mandriva Linux release 2007.1\|Fedora release 7\|BLAG release 60001\|Yellow Dog Linux release 5.0 (Phoenix)\|CentOS release 5 (Final)" /etc/issue')) == 0:
+-            boosttype = 'nomt'
+-        else:
+-            boosttype = 'mt'
++        boosttype = 'mt'
+     elif OS == "freebsd":
+         boosttype = 'nomt'
+     else:




More information about the fedora-extras-commits mailing list