rpms/python-meld3/FC-6 .cvsignore, 1.2, 1.3 python-meld3.spec, 1.1, 1.2 sources, 1.2, 1.3

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Thu Oct 18 22:35:17 UTC 2007


Author: toshio

Update of /cvs/pkgs/rpms/python-meld3/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4663

Modified Files:
	.cvsignore python-meld3.spec sources 
Log Message:
* Wed Oct 17 2007 Toshio Kuratomi <a.badger at gmail.com> 0.6.3-1
- Update to 0.6.3 (Fix memory leaks).
- Update license tag.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-meld3/FC-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	22 Apr 2007 16:16:57 -0000	1.2
+++ .cvsignore	18 Oct 2007 22:34:45 -0000	1.3
@@ -1 +1 @@
-meld3-0.6.tgz
+meld3-0.6.3.tar.gz


Index: python-meld3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-meld3/FC-6/python-meld3.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-meld3.spec	22 Apr 2007 16:16:57 -0000	1.1
+++ python-meld3.spec	18 Oct 2007 22:34:45 -0000	1.2
@@ -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 @@
 
 %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 <a.badger at gmail.com> 0.6.3-1
+- Update to 0.6.3 (Fix memory leaks).
+- Update license tag.
+
+* Wed Aug 22 2007 Mike McGrath <mmcgrath at redhat.com> 0.6-3
+- Release bump for rebuild
+
+* Thu Apr 26 2007 Mike McGrath <mmcgrath at redhat.com> 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 <mmcgrath at redhat.com> 0.6-2
 - Patch suggested in #153247
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-meld3/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	22 Apr 2007 16:16:57 -0000	1.2
+++ sources	18 Oct 2007 22:34:45 -0000	1.3
@@ -1 +1 @@
-6f86fc39b6d072fc8697bda54d91aed5  meld3-0.6.tgz
+45992df3b24f23e051ff3c647dd24bdf  meld3-0.6.3.tar.gz




More information about the fedora-extras-commits mailing list