Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package Bear for openSUSE:Factory checked in 
at 2024-03-26 19:27:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Bear (Old)
 and      /work/SRC/openSUSE:Factory/.Bear.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Bear"

Tue Mar 26 19:27:59 2024 rev:10 rq:1161706 version:3.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/Bear/Bear.changes        2023-12-18 
22:57:04.250089811 +0100
+++ /work/SRC/openSUSE:Factory/.Bear.new.1905/Bear.changes      2024-03-26 
19:32:28.888440659 +0100
@@ -1,0 +2,5 @@
+Tue Mar 26 10:20:39 UTC 2024 - Max Lin <m...@suse.com>
+
+- Build with GCC13 on Leap 15
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Bear.spec ++++++
--- /var/tmp/diff_new_pack.tsHnK8/_old  2024-03-26 19:32:29.356457763 +0100
+++ /var/tmp/diff_new_pack.tsHnK8/_new  2024-03-26 19:32:29.356457763 +0100
@@ -34,12 +34,21 @@
 BuildRequires:  pkgconfig(grpc++) >= 1.26
 BuildRequires:  pkgconfig(protobuf) >= 3.11
 BuildRequires:  pkgconfig(spdlog)
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200
+BuildRequires:  gcc13-c++
+%else
+BuildRequires:  gcc-c++
+%endif
 %if %{with tests}
 BuildRequires:  fakeroot
 # the fakeroot test requires xargs
 BuildRequires:  findutils
 # additional binaries for specific tests
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200
+BuildRequires:  gcc13-fortran
+%else
 BuildRequires:  gcc-fortran
+%endif
 BuildRequires:  python3-lit
 BuildRequires:  python3-setuptools
 # one of the tests requires /usr/bin/more
@@ -64,7 +73,10 @@
 for f in $(ls test/bin/); do
     sed -i "s|^#\!%{_bindir}/env\s\+python\s\?$|#!python3|" test/bin/$f
 done
-
+%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200
+export CC=gcc-13
+export CXX=g++-13
+%endif
 %cmake \
 %if %{without tests}
   -DENABLE_UNIT_TESTS=OFF \

Reply via email to