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 439b240..fc4e7cf 100644 --- a/python-meld3.spec +++ b/python-meld3.spec @@ -1,16 +1,20 @@ %{!?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: 2%{?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 +BuildRequires: python-elementtree Requires: python-elementtree +%endif + BuildRequires: python-devel @@ -35,10 +39,21 @@ 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 + +* Thu Apr 26 2007 Mike McGrath 0.6-2.1 +- Fix requires on python-elementtree for python-2.5. (elementtree is included + in python-2.5) + * Sun Apr 22 2007 Mike McGrath 0.6-2 - Patch suggested in #153247 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