Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gdb for openSUSE:Factory checked in 
at 2024-03-21 17:00:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdb (Old)
 and      /work/SRC/openSUSE:Factory/.gdb.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gdb"

Thu Mar 21 17:00:06 2024 rev:176 rq:1159816 version:13.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdb/gdb.changes  2024-02-28 19:45:43.138752177 
+0100
+++ /work/SRC/openSUSE:Factory/.gdb.new.1905/gdb.changes        2024-03-21 
17:00:10.167760378 +0100
@@ -1,0 +2,6 @@
+Wed Mar 20 09:53:08 UTC 2024 - Richard Biener <rguent...@suse.com>
+
+- Avoid using a %gcc macro to support using gcc 4.8 for building
+  on SLE11.  Use the regular language compilers for testing.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gdb.spec ++++++
--- /var/tmp/diff_new_pack.GTp1QB/_old  2024-03-21 17:00:17.792046523 +0100
+++ /var/tmp/diff_new_pack.GTp1QB/_new  2024-03-21 17:00:17.796046673 +0100
@@ -397,12 +397,11 @@
 BuildRequires:  bison
 BuildRequires:  flex
 %if 0%{suse_version} > 1110
-%define gcc gcc
+BuildRequires:  gcc-c++
 %else
-%define gcc gcc48
+BuildRequires:  gcc48
+BuildRequires:  gcc48-c++
 %endif
-BuildRequires:  %{gcc}
-BuildRequires:  %{gcc}-c++
 BuildRequires:  gettext
 BuildRequires:  glibc-devel
 %if 0%{suse_version} > 1110 && 0%{suse_version} < 1330
@@ -527,12 +526,12 @@
 #   unresolvable: conflict for providers of libquadmath0
 #   needed by libgfortran3
 #   (provider libquadmath0-gcc5 is in conflict with libquadmath0)
-BuildRequires:  %{gcc}-fortran
+BuildRequires:  gcc-fortran
 %endif
 
-BuildRequires:  %{gcc}-objc
+BuildRequires:  gcc-objc
 %ifarch %ada_arch
-BuildRequires:  %{gcc}-ada
+BuildRequires:  gcc-ada
 %endif
 
 %define supported_32bit_arch x86_64 ppc64
@@ -543,11 +542,11 @@
 %if 0%{suse_version} >= 1330
 # Older distros miss this pseudo package, the Ada
 # testsuite won't work completely
-BuildRequires:  %{gcc}-ada-32bit
+BuildRequires:  gcc-ada-32bit
 %endif
 
 %if 0%{suse_version} > 1110
-BuildRequires:  %{gcc}-c++-32bit
+BuildRequires:  gcc-c++-32bit
 %endif
 
 %if 0%{suse_version} >= 1210 && 0%{suse_version} != 1315

Reply via email to