Author: zboczuch Date: Tue Nov 7 09:40:52 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added 'future' path (all future statements have to be present near to the top of file - see PEP 236) - builds now against python 2.5
---- Files affected: SPECS: python-SOAP.spec (1.40 -> 1.41) ---- Diffs: ================================================================ Index: SPECS/python-SOAP.spec diff -u SPECS/python-SOAP.spec:1.40 SPECS/python-SOAP.spec:1.41 --- SPECS/python-SOAP.spec:1.40 Mon Sep 11 22:45:55 2006 +++ SPECS/python-SOAP.spec Tue Nov 7 10:40:46 2006 @@ -3,12 +3,13 @@ Summary(pl): Biblioteka SOAP dla Pythona Name: python-SOAP Version: 0.12.0 -Release: 2 +Release: 3 License: Python Group: Libraries/Python Source0: http://dl.sourceforge.net/pywebsvcs/SOAPpy-%{version}.tar.gz # Source0-md5: d0d29f9b6fb27bfadc69b64a36321e20 Patch0: %{name}-urltry.patch +Patch1: %{name}-future.patch URL: http://sourceforge.net/projects/pywebsvcs/ %pyrequires_eq python Requires: python-fpconst @@ -29,6 +30,7 @@ %prep %setup -q -n SOAPpy-%{version} %patch0 -p1 +%patch1 -p1 %build python setup.py build @@ -60,6 +62,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.41 2006/11/07 09:40:46 zboczuch +- added 'future' path (all future statements have to be present + near to the top of file - see PEP 236) +- builds now against python 2.5 + Revision 1.40 2006/09/11 20:45:55 wiget - rel. 2 (rebuild with python 2.5) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/python-SOAP.spec?r1=1.40&r2=1.41&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
