diff --git a/.cvsignore b/.cvsignore index 94044d4..cd8c35f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -meld3-0.6.tgz +meld3-0.6.3.tar.gz diff --git a/python-meld3.spec b/python-meld3.spec index c9b13b7..fc4e7cf 100644 --- a/python-meld3.spec +++ b/python-meld3.spec @@ -1,13 +1,13 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: An HTML/XML templating system for Python Name: python-meld3 -Version: 0.6 -Release: 3%{?dist} +Version: 0.6.3 +Release: 1%{?dist} -License: ZPL +License: ZPLv2.0 Group: Development/Languages URL: http://www.plope.com/software/meld3/ -Source: http://www.plope.com/software/meld3/meld3-%{version}.tgz +Source: http://www.plope.com/software/meld3/meld3-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %if 0%{?fedora} <= 6 @@ -39,10 +39,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build %files %defattr(-,root,root,-) -%doc README.txt +%doc README.txt COPYRIGHT.txt LICENSE.txt CHANGES.txt %{python_sitearch}/meld3/ %changelog +* Wed Oct 17 2007 Toshio Kuratomi 0.6.3-1 +- Update to 0.6.3 (Fix memory leaks). +- Update license tag. + * Wed Aug 22 2007 Mike McGrath 0.6-3 - Release bump for rebuild diff --git a/sources b/sources index 59a18ef..9d16c69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6f86fc39b6d072fc8697bda54d91aed5 meld3-0.6.tgz +45992df3b24f23e051ff3c647dd24bdf meld3-0.6.3.tar.gz