Author: matkor Date: Mon Jun 30 09:29:25 2008 GMT Module: SPECS Tag: VERSION_1 ---- Log message: - Release 5. Fix for Th python 2.5.
---- Files affected: SPECS: python-cheetah.spec (1.33 -> 1.33.2.1) ---- Diffs: ================================================================ Index: SPECS/python-cheetah.spec diff -u SPECS/python-cheetah.spec:1.33 SPECS/python-cheetah.spec:1.33.2.1 --- SPECS/python-cheetah.spec:1.33 Thu Apr 5 23:35:56 2007 +++ SPECS/python-cheetah.spec Mon Jun 30 11:29:20 2008 @@ -3,12 +3,13 @@ Summary(pl.UTF-8): System szablonĂłw dla jÄzyka Python Name: python-cheetah Version: 1.0 -Release: 4 +Release: 5 License: Python Group: Libraries/Python Source0: http://dl.sourceforge.net/cheetahtemplate/Cheetah-%{version}.tar.gz # Source0-md5: aaa4907b8877093b9bb11e6cea6b029b Patch0: %{name}-setuptools.patch +Patch1: %{name}-future_import_fix.patch URL: http://www.cheetahtemplate.org/ BuildRequires: python >= 2.2.1 BuildRequires: python-devel >= 2.2.1 @@ -25,6 +26,7 @@ %prep %setup -q -n Cheetah-%{version} %patch0 -p1 +%patch1 -p1 %build python setup.py build @@ -72,6 +74,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.33.2.1 2008/06/30 09:29:20 matkor +- Release 5. Fix for Th python 2.5. + Revision 1.33 2007/04/05 21:35:56 megabajt - fix %files section - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-cheetah.spec?r1=1.33&r2=1.33.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
