diff --git a/.gitignore b/.gitignore index f0c2874..c3339ac 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ Mako-0.4.0.tar.gz /Mako-0.7.3.tar.gz /Mako-0.9.1.tar.gz /Mako-1.0.0.tar.gz +/Mako-1.0.1.tar.gz diff --git a/python-mako.spec b/python-mako.spec index c305dbe..8f0c583 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -10,8 +10,10 @@ %{!?python3_version: %global python3_version %(%{__python3} -c 'import sys ; sys.stdout.write("%s.%s" % sys.version_info[:2])')} %endif +%global upname Mako + Name: python-mako -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: Mako template library for Python @@ -20,7 +22,7 @@ Group: Development/Languages # The documentation contains javascript for search licensed BSD or GPLv2 License: (MIT and Python) and (BSD or GPLv2) URL: http://www.makotemplates.org/ -Source0: http://www.makotemplates.org/downloads/Mako-%{version}.tar.gz +Source0: https://pypi.python.org/packages/source/M/%{upname}/%{upname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python2-devel @@ -159,6 +161,9 @@ rm -rf %{buildroot} %changelog +* Wed Jan 28 2015 Matej Cepl - 1.0.1-1 +- Update to 1.0.1 (#1185339) + * Wed Jun 18 2014 Luke Macken - 1.0.0-1 - Update to 1.0.0 (#1106453) - Add a BR on python-mock diff --git a/sources b/sources index d2d24e3..6ab9dc6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae27c6512832fe528bb67f1a851921cc Mako-1.0.0.tar.gz +9f0aafd177b039ef67b90ea350497a54 Mako-1.0.1.tar.gz