From eb7ec5cb7a9a102788669c78860cdfcad44709cd Mon Sep 17 00:00:00 2001 From: z00330046 Date: Sat, 18 Jan 2020 00:13:59 -0500 Subject: [PATCH] modify --- python-setuptools_git.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-setuptools_git.spec b/python-setuptools_git.spec index e59426a..f6b12c7 100644 --- a/python-setuptools_git.spec +++ b/python-setuptools_git.spec @@ -1,9 +1,9 @@ Name: python-setuptools_git Version: 1.1 -Release: 10 +Release: 11 Summary: Plugin for integrating Git into setuptools License: BSD -URL: https://pypi.python.org/project/setuptools-git/${version}/ +URL: https://pypi.python.org/project/setuptools-git/%{version}/ Source0: https://files.pythonhosted.org/packages/source/s/setuptools-git/setuptools-git-%{version}.tar.gz BuildArch: noarch BuildRequires: git @@ -75,5 +75,8 @@ unset LANG %{python3_sitelib}/setuptools_git*/ %changelog +& Sat Jan 18 2020 Lei Zhang - 1.1-11 +- Modify the wrong URL + * Tue Jan 07 2020 Lei Zhang - 1.1-10 - Package init