Author: patrys Date: Wed Jan 30 20:40:01 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - patch for python 2.5
---- Files affected: SPECS: python-pyevent.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/python-pyevent.spec diff -u SPECS/python-pyevent.spec:1.1 SPECS/python-pyevent.spec:1.2 --- SPECS/python-pyevent.spec:1.1 Mon Jan 28 18:31:42 2008 +++ SPECS/python-pyevent.spec Wed Jan 30 21:39:55 2008 @@ -10,6 +10,7 @@ Group: Libraries/Python Source0: http://pyevent.googlecode.com/files/%{module}-%{version}.tar.gz # Source0-md5: 584912c92d08bf005283fb29a47a6e4d +Patch0: %{name}-python25.patch URL: http://code.google.com/p/pyevent/ BuildRequires: libevent-devel BuildRequires: python-devel >= 1:2.5 @@ -23,6 +24,7 @@ %prep %setup -q -n %{module}-%{version} +%patch0 -p1 %build python setup.py build_ext @@ -51,6 +53,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008-01-30 20:39:55 patrys +- patch for python 2.5 + Revision 1.1 2008-01-28 17:31:42 patrys - initial PLD release ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-pyevent.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
