diff --git a/python-cheetah.spec b/python-cheetah.spec index ba062e9..b7cbaa6 100644 --- a/python-cheetah.spec +++ b/python-cheetah.spec @@ -2,7 +2,7 @@ Name: python-cheetah Version: 2.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Template engine and code-generator Group: Development/Libraries @@ -94,6 +94,9 @@ rm -rf %{buildroot} %{python_sitearch}/Cheetah-%{version}-*.egg-info/*.txt %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 2.0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Mon Dec 1 2008 Toshio Kuratomi - 2.0.1-4 - Fix cheetah enough that it will pass its unittests on python-2.6. This has actually been broken since py-2.5 and this fix is only a workaround.