Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cppcheck for openSUSE:Factory 
checked in at 2023-03-29 23:28:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cppcheck (Old)
 and      /work/SRC/openSUSE:Factory/.cppcheck.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cppcheck"

Wed Mar 29 23:28:18 2023 rev:32 rq:1075209 version:2.10.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/cppcheck/cppcheck.changes        2023-03-16 
22:57:47.583298398 +0100
+++ /work/SRC/openSUSE:Factory/.cppcheck.new.31432/cppcheck.changes     
2023-03-29 23:28:22.471833586 +0200
@@ -1,0 +2,7 @@
+Wed Mar 29 12:13:06 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- switch on Tumbleweed temporarily to gcc 12 to avoid
+  "allocator_traits<A>::rebind_alloc<A::value_type> must be A"
+  (as mentioned on https://gcc.gnu.org/gcc-13/porting_to.html)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cppcheck.spec ++++++
--- /var/tmp/diff_new_pack.MqOGOj/_old  2023-03-29 23:28:23.007836449 +0200
+++ /var/tmp/diff_new_pack.MqOGOj/_new  2023-03-29 23:28:23.015836492 +0200
@@ -26,7 +26,11 @@
 BuildRequires:  cmake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
+%if 0%{?suse_version} > 1500
+BuildRequires:  gcc12-c++
+%else
 BuildRequires:  gcc-c++
+%endif
 BuildRequires:  libqt5-linguist-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python3-base
@@ -77,6 +81,9 @@
 %autosetup -p1
 
 %build
+%if 0%{?suse_version} > 1500
+export CXX=/usr/bin/g++-12
+%endif
 %cmake \
   -DCMAKE_CXX_FLAGS="-DNDEBUG %{optflags}" \
   -DFILESDIR="%{_datadir}/%{name}" \

Reply via email to