Hello community, here is the log from the commit of package cppcheck for openSUSE:Factory checked in at 2020-03-12 23:10:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cppcheck (Old) and /work/SRC/openSUSE:Factory/.cppcheck.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cppcheck" Thu Mar 12 23:10:26 2020 rev:12 rq:784399 version:1.90 Changes: -------- --- /work/SRC/openSUSE:Factory/cppcheck/cppcheck.changes 2020-03-05 23:20:52.197264317 +0100 +++ /work/SRC/openSUSE:Factory/.cppcheck.new.3160/cppcheck.changes 2020-03-12 23:12:48.875335964 +0100 @@ -1,0 +2,6 @@ +Thu Mar 12 12:54:24 UTC 2020 - Vladislav Savic <[email protected]> + +- Since cppcheck version 1.89 CFGDIR is replaced by FILESDIR and + cfg files are no longer kept in FILESDIR but in subfolder FILESDIR/cfg. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cppcheck.spec ++++++ --- /var/tmp/diff_new_pack.j7NqMx/_old 2020-03-12 23:12:50.211336491 +0100 +++ /var/tmp/diff_new_pack.j7NqMx/_new 2020-03-12 23:12:50.251336507 +0100 @@ -74,7 +74,8 @@ %build %cmake \ - -DCMAKE_CXX_FLAGS="-DNDEBUG %{optflags} -UCFGDIR -DCFGDIR=\\\"%{_datadir}/%{name}\\\"" \ + -DCMAKE_CXX_FLAGS="-DNDEBUG %{optflags}" \ + -DFILESDIR="%{_datadir}/%{name}" \ -DBUILD_GUI=ON \ -DBUILD_TESTS=ON \ -DHAVE_RULES=yes @@ -101,8 +102,8 @@ %{buildroot}%{_bindir}/cppcheck-gui install -Dpm 0644 cppcheck.1 \ %{buildroot}%{_mandir}/man1/cppcheck.1 -install -d %{buildroot}%{_datadir}/%{name} -install -pm 0644 cfg/*.cfg %{buildroot}%{_datadir}/%{name} +install -d %{buildroot}%{_datadir}/%{name}/cfg +install -pm 0644 cfg/*.cfg %{buildroot}%{_datadir}/%{name}/cfg %files %doc AUTHORS
