Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gdb for openSUSE:Factory checked in 
at 2023-05-25 23:52:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdb (Old)
 and      /work/SRC/openSUSE:Factory/.gdb.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gdb"

Thu May 25 23:52:08 2023 rev:170 rq:1088732 version:12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdb/gdb.changes  2023-04-06 15:55:44.368227257 
+0200
+++ /work/SRC/openSUSE:Factory/.gdb.new.1533/gdb.changes        2023-05-25 
23:52:13.879503410 +0200
@@ -1,0 +2,21 @@
+Mon May 22 21:01:44 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- disable werror as a workaround for deprecation warnings with
+  python 3.11 (bsc#1211052) 
+
+-------------------------------------------------------------------
+Fri Apr  7 07:48:58 UTC 2023 - Tom de Vries <tdevr...@suse.com>
+
+- Revert to singlespec multibuild.
+
+-------------------------------------------------------------------
+Tue Apr  4 13:27:03 UTC 2023 - Tom de Vries <tdevr...@suse.com>
+
+- Add multispec _multibuild.
+
+-------------------------------------------------------------------
+Tue Apr  4 11:29:35 UTC 2023 - Tom de Vries <tdevr...@suse.com>
+
+- Don't use multibuild.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gdb.spec ++++++
--- /var/tmp/diff_new_pack.01mKBg/_old  2023-05-25 23:52:17.967527409 +0200
+++ /var/tmp/diff_new_pack.01mKBg/_new  2023-05-25 23:52:17.971527433 +0200
@@ -978,6 +978,7 @@
 EXTRA_TARGETS=
 %endif
 
+# Reenable enable-werror on tumbleweed when upgrading to 13.1 (bsc#1211052)
 ../configure                                                   \
        --prefix=%{_prefix}                                     \
        --libdir=%{_libdir}                                     \
@@ -992,7 +993,7 @@
 %ifnarch %{ix86} alpha ia64 ppc s390 s390x x86_64 ppc64 ppc64le sparc sparcv9 
sparc64 riscv64 aarch64
        --disable-werror                                        \
 %else
-%if %{suse_version} <= 1110
+%if %{suse_version} <= 1110 || %{suse_version} > 1500
        --disable-werror                                        \
 %else
        --enable-werror                                         \

++++++ qa-local.sh ++++++
--- /var/tmp/diff_new_pack.01mKBg/_old  2023-05-25 23:52:18.599531119 +0200
+++ /var/tmp/diff_new_pack.01mKBg/_new  2023-05-25 23:52:18.603531143 +0200
@@ -138,8 +138,8 @@
                    --trust-all-projects \
                    --no-service \
                    -k $pkgs/$c.$arch \
-                   -M testsuite \
                    $c $arch \
+                   -M testsuite \
                    > $logs/$n/LOG.$c.$arch \
                    2>&1
                if [ $? -eq 0 ]; then

Reply via email to