SOURCES: python-cElementTree-system_expat.patch - updated to 1.0.5...

glen glen at pld-linux.org
Sat Mar 4 14:13:17 CET 2006


Author: glen                         Date: Sat Mar  4 13:13:17 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 1.0.5-20051216

---- Files affected:
SOURCES:
   python-cElementTree-system_expat.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/python-cElementTree-system_expat.patch
diff -u SOURCES/python-cElementTree-system_expat.patch:1.1 SOURCES/python-cElementTree-system_expat.patch:1.2
--- SOURCES/python-cElementTree-system_expat.patch:1.1	Sun Oct 23 00:49:07 2005
+++ SOURCES/python-cElementTree-system_expat.patch	Sat Mar  4 14:13:11 2006
@@ -1,14 +1,14 @@
---- ./setup.py~	2005-10-23 01:46:14.000000000 +0300
-+++ ./setup.py	2005-10-23 01:46:15.000000000 +0300
-@@ -60,9 +60,10 @@
- # distutils declarations
+--- cElementTree-1.0.5-20051216/setup.py~	2006-03-04 15:06:16.000000000 +0200
++++ cElementTree-1.0.5-20051216/setup.py	2006-03-04 15:07:01.000000000 +0200
+@@ -63,9 +63,10 @@
  
- celementtree_module = Extension(
--    "cElementTree", ["cElementTree.c"] + sources,
-+    "cElementTree", ["cElementTree.c"],
-     define_macros=defines,
-     include_dirs=includes,
-+	libraries=["expat"],
+ ext_modules.append(
+     Extension(
+-        "cElementTree", ["cElementTree.c"] + sources,
++        "cElementTree", ["cElementTree.c"],
+         define_macros=defines,
+         include_dirs=includes,
++        libraries=["expat"],
+         )
      )
  
- try:
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/python-cElementTree-system_expat.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list