diff --git a/.gitignore b/.gitignore index 487c005..5899393 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ Mako-0.3.6.tar.gz Mako-0.4.0.tar.gz /Mako-0.4.2.tar.gz /Mako-0.5.0.tar.gz +/Mako-0.7.3.tar.gz diff --git a/python-mako.spec b/python-mako.spec index 7509baf..fa0c0f4 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -11,8 +11,8 @@ %endif Name: python-mako -Version: 0.5.0 -Release: 6%{?dist} +Version: 0.7.3 +Release: 1%{?dist} Summary: Mako template library for Python Group: Development/Languages @@ -121,19 +121,22 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc CHANGES LICENSE README doc examples +%doc CHANGES LICENSE README.rst doc examples %{_bindir}/mako-render %{python_sitelib}/* %if 0%{?with_python3} %files -n python3-mako %defattr(-,root,root,-) -%doc CHANGES LICENSE README doc examples +%doc CHANGES LICENSE README.rst doc examples %{_bindir}/python3-mako-render %{python3_sitelib}/* %endif %changelog +* Tue Apr 9 2013 Luke Macken - 0.7.3-1 +- Update to 0.7.3 (#784257) + * Thu Feb 14 2013 Fedora Release Engineering - 0.5.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 6e0065e..3539a47 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2726f95d223fb53120fbb82cd4acb064 Mako-0.5.0.tar.gz +daf7cc50f997533b573f9b40193139a2 Mako-0.7.3.tar.gz