From 1672c3465655edcdd81766031775fd559b5fc06b Mon Sep 17 00:00:00 2001 From: jackie_wu Date: Fri, 11 Sep 2020 10:19:54 +0800 Subject: [PATCH] change requires --- cppcheck.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cppcheck.spec b/cppcheck.spec index fd85cdd..dd775c1 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,6 +1,6 @@ Name: cppcheck Version: 1.83 -Release: 5 +Release: 6 Summary: Tool for static C/C++ code analysis License: GPLv3+ URL: http://cppcheck.wiki.sourceforge.net/ @@ -13,7 +13,7 @@ Patch0003: cppcheck-1.83-cmake.patch BuildRequires: gcc-c++ pcre-devel docbook-style-xsl libxslt cmake desktop-file-utils tinyxml2-devel >= 2.1.0 -Requires: python2-pygments +Requires: python3-pygments Provides: %{name}-htmlreport = %{version}-%{release} Obsoletes: %{name}-htmlreport < %{version}-%{release} @@ -62,5 +62,8 @@ cd objdir-%{_target_platform}/bin %{_mandir}/man1/cppcheck.1* %changelog +* Fri Sep 11 2020 wutao - 1.83-6 +- change requires to python3 + * Mon Nov 18 2019 lihao - 1.83-5 - Package Init