diff --git a/.cvsignore b/.cvsignore index 8630905..1d8df25 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Mako-0.1.10.tar.gz +Mako-0.2.4.tar.gz diff --git a/python-mako.spec b/python-mako.spec index 381e438..3a6ca3d 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-mako -Version: 0.1.10 -Release: 3%{?dist} +Version: 0.2.4 +Release: 1%{?dist} Summary: Mako template library for Python Group: Development/Languages @@ -45,10 +45,14 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES LICENSE README doc examples +%{_bindir}/mako-render %{python_sitelib}/* %changelog +* Tue Jan 06 2009 Luke Macken - 0.2.4-1 +- Update to 0.2.4 + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.1.10-3 - Rebuild for Python 2.6 diff --git a/sources b/sources index 3f76681..cef047c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd9c9f8175b6558c2a74b3f93dedb5e7 Mako-0.1.10.tar.gz +f1a3d79bb79f6787e6d5c70dfd1c8ff8 Mako-0.2.4.tar.gz