Author: wrobell Date: Fri Aug 25 17:10:54 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - fix python 2.5 syntax errors - rel. 3
---- Files affected: SPECS: python-logilab-common.spec (1.30 -> 1.31) ---- Diffs: ================================================================ Index: SPECS/python-logilab-common.spec diff -u SPECS/python-logilab-common.spec:1.30 SPECS/python-logilab-common.spec:1.31 --- SPECS/python-logilab-common.spec:1.30 Fri Mar 10 12:14:25 2006 +++ SPECS/python-logilab-common.spec Fri Aug 25 19:10:49 2006 @@ -5,14 +5,15 @@ Summary(pl): Wspólne moduły Logilab Name: python-logilab-common Version: 0.14.1 -Release: 2 +Release: 3 License: GPL Group: Development/Languages/Python Source0: ftp://ftp.logilab.fr/pub/common/%{module}-%{version}.tar.gz # Source0-md5: 8c4172329e810a53245e8b3f568e6be7 +Patch0: %{name}-kill_future.patch URL: http://www.logilab.org/projects/common/view BuildRequires: python-devel -BuildRequires: python-modules >= 2.2.1 +BuildRequires: python-modules >= 2.5 BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.219 %pyrequires_eq python-modules @@ -31,6 +32,7 @@ %prep %setup -q -n %{module}-%{version} +%patch0 -p1 %build python setup.py build @@ -65,6 +67,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2006/08/25 17:10:49 wrobell +- fix python 2.5 syntax errors +- rel. 3 + Revision 1.30 2006/03/10 11:14:25 wrobell - again, there is no __init__.py in logilab module - rel. 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/python-logilab-common.spec?r1=1.30&r2=1.31&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
