Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cppcheck for openSUSE:Factory checked in at 2025-04-02 17:17:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cppcheck (Old) and /work/SRC/openSUSE:Factory/.cppcheck.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cppcheck" Wed Apr 2 17:17:29 2025 rev:50 rq:1266394 version:2.17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cppcheck/cppcheck.changes 2025-02-26 17:29:00.737517000 +0100 +++ /work/SRC/openSUSE:Factory/.cppcheck.new.1907/cppcheck.changes 2025-04-02 17:18:18.917814763 +0200 @@ -1,0 +2,6 @@ +Tue Apr 1 21:02:32 UTC 2025 - Andreas Stieger <andreas.stie...@gmx.de> + +- build without rules support on Tumbleweed to remove pcre + dependency + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cppcheck.spec ++++++ --- /var/tmp/diff_new_pack.CqFdYO/_old 2025-04-02 17:18:19.545841114 +0200 +++ /var/tmp/diff_new_pack.CqFdYO/_new 2025-04-02 17:18:19.549841282 +0200 @@ -16,6 +16,11 @@ # +%if 0%{?suse_version} > 1600 +%bcond_with rules +%else +%bcond_without rules +%endif Name: cppcheck Version: 2.17.1 Release: 0 @@ -39,7 +44,9 @@ BuildRequires: pkgconfig(Qt6PrintSupport) BuildRequires: pkgconfig(Qt6Test) BuildRequires: pkgconfig(Qt6Widgets) +%if %{with rules} BuildRequires: pkgconfig(libpcre) +%endif ExcludeArch: %ix86 %arm Requires: python3-Pygments @@ -82,7 +89,11 @@ -DFILESDIR="%{_datadir}/%{name}" \ -DBUILD_GUI=ON \ -DBUILD_TESTS=ON \ - -DHAVE_RULES=yes \ +%if %{with rules} + -DHAVE_RULES=ON \ +%else + -DHAVE_RULES=OFF \ +%endif -DUSE_QT6=yes \ -DUSE_Z3=yes %cmake_build