[python-meld3/epel7] Upstream 0.6.10.

stevetraylen stevetraylen at fedoraproject.org
Tue Feb 18 15:58:00 UTC 2014


commit ebe37292fa612f872c072be0cd34c4aca9927a3f
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Tue Feb 18 15:58:27 2014 +0000

    Upstream 0.6.10.

 .gitignore                                |    1 +
 python-meld3-0.6.7-missing-src-file.patch |  399 -----------------------------
 python-meld3.spec                         |   21 +-
 sources                                   |    2 +-
 4 files changed, 8 insertions(+), 415 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5d58e46..a6d1bf2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 meld3-0.6.5.tar.gz
 /meld3-0.6.7.tar.gz
+/meld3-0.6.10.tar.gz
diff --git a/python-meld3.spec b/python-meld3.spec
index 991f93a..5a5e3a1 100644
--- a/python-meld3.spec
+++ b/python-meld3.spec
@@ -1,27 +1,16 @@
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Summary: HTML/XML templating system for Python
 Name: python-meld3
-Version: 0.6.7
-Release: 7%{?dist}
+Version: 0.6.10
+Release: 1%{?dist}
 
 License: ZPLv2.1
 Group: Development/Languages
 URL: http://www.plope.com/software/meld3/
 Source0: http://pypi.python.org/packages/source/m/meld3/meld3-%{version}.tar.gz
-# The current meld3 tarball leaves this out by mistake
-# https://github.com/Supervisor/meld3/raw/0.6.7/meld3/cmeld3.c -- AKA:
-# https://github.com/Supervisor/meld3/raw/bafd959fc2e389f46786a6b3174d50f9963fe967/meld3/cmeld3.c
-Patch0: python-meld3-0.6.7-missing-src-file.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
-%if 0%{?rhel} && 0%{?rhel} <= 5
-BuildRequires:  python-elementtree
-Requires: python-elementtree
-%endif
-
 BuildRequires: python-devel
 
-
 %description
 meld3 is an HTML/XML templating system for Python 2.3+ which keeps template
 markup and dynamic rendering logic separate from one another. See
@@ -29,7 +18,6 @@ http://www.entrian.com/PyMeld for a treatise on the benefits of this pattern.
 
 %prep
 %setup -q -n meld3-%{version}
-%patch0 -p1 -b .missing-src-file
 
 %build
 export USE_MELD3_EXTENSION_MODULES=True
@@ -54,6 +42,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/*
 
 %changelog
+* Mon Feb 3 2014 Steve Traylen <steve.traylen at cern.ch> - 0.6.10-1
+- Upstream 0.6.10.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.7-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
@@ -91,7 +82,7 @@ rm -rf %{buildroot}
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.6.4-2
 - Rebuild for Python 2.6
 
-* Tue Feb 28 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.6.4-1
+* Thu Feb 28 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.6.4-1
 - Update to 0.6.4.
 - Fix python-2.5 elementtree problem.
 
diff --git a/sources b/sources
index bccfc15..5cf968c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53e589482029ee84ffac9362db71eabe  meld3-0.6.7.tar.gz
+42e58624e9d427be7659d7a28e2b0b6f  meld3-0.6.10.tar.gz


More information about the scm-commits mailing list