From 1b5623a0a501776f443b686623e66661c929fc19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Mon, 7 Sep 2020 17:21:27 +0800 Subject: [PATCH] update Source0 --- python-mako.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-mako.spec b/python-mako.spec index 5f567e3..9d729eb 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -1,11 +1,11 @@ Name: python-mako Version: 1.0.6 -Release: 15 +Release: 16 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 Patch6000: backport-optimize-make-test.patch @@ -61,6 +61,12 @@ rm -rf doc/build %doc doc %changelog +* Mon Sep 7 2020 shixuantong - 1.0.6-16 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: update Source0 + * Sat Aug 8 2020 shixuantong - 1.0.6-15 - Type:NA - ID:NA -- Gitee