From f708308c151abf28708be5ecf78223ce721fd605 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sep 25 2016 19:29:11 +0000 Subject: Update to 2.25. Fixes bug #1379057 --- diff --git a/.gitignore b/.gitignore index e4098a1..6a9cea5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /Chameleon-2.20.tar.gz /Chameleon-2.23.tar.gz /Chameleon-2.24.tar.gz +/2.25.tar.gz diff --git a/python-chameleon.spec b/python-chameleon.spec index 15e6da0..9fab859 100644 --- a/python-chameleon.spec +++ b/python-chameleon.spec @@ -11,14 +11,14 @@ %global srcname Chameleon Name: python-chameleon -Version: 2.24 -Release: 4%{?dist} +Version: 2.25 +Release: 1%{?dist} Summary: XML-based template compiler Group: Development/Languages License: BSD -URL: http://chameleon.repoze.org/ -Source0: http://pypi.python.org/packages/source/C/Chameleon/Chameleon-%{version}.tar.gz +URL: https://github.com/malthe/chameleon +Source0: https://github.com/malthe/chameleon/archive/%{version}.tar.gz BuildArch: noarch @@ -82,7 +82,7 @@ use run-time interpretation. %endif %prep -%setup -q -n %{srcname}-%{version} +%autosetup -n chameleon-%{version} %if 0%{?with_python3} rm -rf %{py3dir} @@ -141,6 +141,9 @@ popd %endif %changelog +* Sun Sep 25 2016 Kevin Fenzi - 2.25-1 +- Update to 2.25. Fixes bug #1379057 + * Tue Jul 19 2016 Fedora Release Engineering - 2.24-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 6f2ce2c..b5c9dfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b01f1f6533a8a11d0d2f2366dec5342 Chameleon-2.24.tar.gz +a2d282c4f6a9a6febffe67c436953dce 2.25.tar.gz