SPECS: python-PyXML.spec Release 8. Fix as being new keyword in Python2.6 b...

matkor matkor at pld-linux.org
Sat Dec 6 14:42:18 CET 2008


Author: matkor                       Date: Sat Dec  6 13:42:18 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
Release 8. Fix as being new keyword in Python2.6 build problem.

---- Files affected:
SPECS:
   python-PyXML.spec (1.44 -> 1.45) 

---- Diffs:

================================================================
Index: SPECS/python-PyXML.spec
diff -u SPECS/python-PyXML.spec:1.44 SPECS/python-PyXML.spec:1.45
--- SPECS/python-PyXML.spec:1.44	Fri Oct  3 20:00:06 2008
+++ SPECS/python-PyXML.spec	Sat Dec  6 14:42:12 2008
@@ -6,12 +6,13 @@
 Summary(pl.UTF-8):	Pakiet Python/XML
 Name:		python-%{module}
 Version:	0.8.4
-Release:	7
+Release:	8
 License:	BeOpen Python Open Source License
 Vendor:		XML-SIG <xml-sig at python.org>
 Group:		Libraries/Python
 Source0:	http://dl.sourceforge.net/pyxml/%{module}-%{version}.tar.gz
 # Source0-md5:	1f7655050cebbb664db976405fdba209
+Patch0:         %{name}-as_is_keyword_in_py26.patch
 URL:		http://pyxml.sourceforge.net/
 BuildRequires:	expat-devel >= 1:1.95.8
 BuildRequires:	python >= 1:2.5
@@ -70,6 +71,7 @@
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
 
 %build
 CFLAGS="%{rpmcflags}"; export CFLAGS
@@ -109,6 +111,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.45  2008/12/06 13:42:12  matkor
+Release 8. Fix as being new keyword in Python2.6 build problem.
+
 Revision 1.44  2008/10/03 18:00:06  arekm
 - release 7
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-PyXML.spec?r1=1.44&r2=1.45&f=u



More information about the pld-cvs-commit mailing list