From 1d87bcf1b14c93a50c4879dd1014b86422e59f8a Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Tue, 29 Sep 2020 11:05:38 +0800 Subject: [PATCH] Fix Source0 --- python-linecache2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-linecache2.spec b/python-linecache2.spec index 979972f..4ce273e 100644 --- a/python-linecache2.spec +++ b/python-linecache2.spec @@ -6,11 +6,11 @@ linecache to older supported Python versions. Name: python-linecache2 Version: 1.0.0 -Release: 18 +Release: 19 Summary: A backport of linecache to older supported Python versions License: Python URL: https://github.com/testing-cabal/linecache2 -Source0: http://pypi.python.org/packages/source/l/linecache2/linecache2-%{version}.tar.gz +Source0: https://pypi.python.org/packages/source/l/linecache2/linecache2-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel python2-pbr python3-devel python3-pbr @@ -80,6 +80,9 @@ mv linecache2/tests ../ %changelog +* Tue Sep 29 2020 liuweibo - 1.0.0-19 +- Fix Source0 + * Tue Nov 26 2019 lihao - 1.0.0-18 - Package Init