From dea36819e82163976f6e9261d4c4f2fdf614433f Mon Sep 17 00:00:00 2001 From: daidai_is_here Date: Fri, 28 Feb 2020 17:17:09 +0800 Subject: [PATCH] modify spec --- pylint.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pylint.spec b/pylint.spec index 6947476..214ac9e 100644 --- a/pylint.spec +++ b/pylint.spec @@ -1,6 +1,6 @@ Name: pylint Version: 2.1.1 -Release: 3 +Release: 4 Summary: Python static code analysis tool looking for programming errors License: GPLv2+ URL: http://pylint.pycqa.org @@ -40,7 +40,7 @@ Summary: Help documentation of pylint package Help documentation of pylint package. %prep -%autosetup -n pylint-%{version} -p1 +%autosetup -n pylint-pylint-%{version} -p1 sed -i 's/\r//g' README.rst %build @@ -81,5 +81,8 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib} %{_mandir}/man1/* %changelog +* Fri Feb 28 2020 daiqianwen - 2.1.1-4 +- modify spec + * Mon Feb 17 2020 daiqianwen - 2.1.1-3 - package init