diff --git a/python-mako.spec b/python-mako.spec index 7fc3cdec2c886d65b3e22ab1a19a4a44f46fafd1..6d30a50ec195caa17d23430d9cb5d43f0f54b673 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -2,12 +2,12 @@ %bcond_without python3 Name: python-mako Version: 1.0.6 -Release: 13 +Release: 14 Summary: Mako template library for Python License: (MIT and Python) and (BSD or GPLv2) Group: Development/Languages URL: http://www.makotemplates.org/ -Source0: https://bitbucket.org/zzzeek/mako/get/rel_%(echo %{version} | sed "s/\./_/g").tar.bz2 +Source0: https://bitbucket.org/zzzeek/mako/get/rel_$(echo %{version} | sed "s/\./_/g").tar.bz2 BuildArch: noarch BuildRequires: python2-devel python2-pytest python2-setuptools @@ -84,6 +84,12 @@ rm -rf doc/build %doc doc %changelog +* Mon Sep 7 2020 shixuantong - 1.0.6-14 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: update Source0 + * Wed Sep 2 2020 wenzhanli - 1.0.6-13 - Add python2 python3 definition