From 3255a93b751ef51d0236d04f5dff1af448b480d9 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Sat, 19 Nov 2022 17:39:02 +0800 Subject: [PATCH] Modify correct source url Signed-off-by: cherry530 (cherry picked from commit ac9ba5505644db68d9b891b2aefcb33d4d3c6a9f) --- python-pecan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pecan.spec b/python-pecan.spec index 8c1475c..7184313 100644 --- a/python-pecan.spec +++ b/python-pecan.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pecan Version: 1.4.0 -Release: 1 +Release: 2 Summary: A WSGI object-dispatching web framework, designed to be lean and fast, with few dependencies. License: BSD-3-Clause URL: https://github.com/pecan/pecan -Source0: https://github.com/pecan/archive/refs/tags/%{version}.tar.gz +Source0: https://github.com/pecan/pecan/archive/refs/tags/%{version}.tar.gz BuildArch: noarch %description A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies. @@ -79,6 +79,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Nov 19 2022 xu_ping - 1.4.0-2 +- Modify correct source url + * Tue Oct 18 2022 xu_ping - 1.4.0-1 - update the vertion to 1.4.0 -- Gitee