rpms/python-cheetah/devel .cvsignore, 1.10, 1.11 python-cheetah.spec, 1.24, 1.25 sources, 1.10, 1.11 cheetah-2.2.2-unicode-fixes.patch, 1.1, NONE

Mike Bonnet mikeb at fedoraproject.org
Mon Jan 4 19:32:23 UTC 2010


Author: mikeb

Update of /cvs/pkgs/rpms/python-cheetah/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24791

Modified Files:
	.cvsignore python-cheetah.spec sources 
Removed Files:
	cheetah-2.2.2-unicode-fixes.patch 
Log Message:
update to the 2.4.1 release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-cheetah/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	15 Sep 2009 16:55:50 -0000	1.10
+++ .cvsignore	4 Jan 2010 19:32:23 -0000	1.11
@@ -1 +1 @@
-Cheetah-2.2.2.tar.gz
+Cheetah-2.4.1.tar.gz


Index: python-cheetah.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-cheetah/devel/python-cheetah.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- python-cheetah.spec	20 Oct 2009 19:00:57 -0000	1.24
+++ python-cheetah.spec	4 Jan 2010 19:32:23 -0000	1.25
@@ -1,15 +1,14 @@
 %{!?python_sitearch: %global python_sitearch %([ -x %{__python} ] && %{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" || :)}
 
 Name:           python-cheetah
-Version:        2.2.2
-Release:        2%{?dist}
+Version:        2.4.1
+Release:        1%{?dist}
 Summary:        Template engine and code generator
 
 Group:          Development/Libraries
 License:        MIT
 URL:            http://cheetahtemplate.org/
 Source:         http://download.sourceforge.net/cheetahtemplate/Cheetah-%{version}.tar.gz
-Patch0:         cheetah-2.2.2-unicode-fixes.patch
 
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -28,7 +27,6 @@ code, Java, sql, form emails and even Py
 
 %prep
 %setup -q -n Cheetah-%{version}
-%patch0 -p1
 
 %build
 %{__python} setup.py build
@@ -78,6 +76,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/Cheetah-%{version}-*.egg-info/*.txt
 
 %changelog
+* Mon Jan  4 2010 Mike Bonnet <mikeb at redhat.com> - 2.4.1-1
+- update to the 2.4.1 release
+
 * Tue Oct 20 2009 Mike Bonnet <mikeb at redhat.com> - 2.2.2-2
 - backport significant improvements to utf-8/unicode handling from upstream
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-cheetah/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	15 Sep 2009 16:55:50 -0000	1.10
+++ sources	4 Jan 2010 19:32:23 -0000	1.11
@@ -1 +1 @@
-e0d89113ab6bb0935d2b67395960264c  Cheetah-2.2.2.tar.gz
+128d5e01b6bece3455e21e7ba5c5ab60  Cheetah-2.4.1.tar.gz


--- cheetah-2.2.2-unicode-fixes.patch DELETED ---




More information about the fedora-extras-commits mailing list