Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gcc13 for openSUSE:Factory checked 
in at 2026-06-11 17:25:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc13 (Old)
 and      /work/SRC/openSUSE:Factory/.gcc13.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc13"

Thu Jun 11 17:25:43 2026 rev:41 rq:1358536 version:13.4.1+git10355

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc13/gcc13.changes      2026-04-11 
23:13:43.872749494 +0200
+++ /work/SRC/openSUSE:Factory/.gcc13.new.1981/gcc13.changes    2026-06-11 
17:26:08.263251429 +0200
@@ -1,0 +2,11 @@
+Wed Jun 10 11:09:00 UTC 2026 - Richard Biener <[email protected]>
+
+- Update to gcc-13 branch head, 1990e6544b9f0db39c470b999, git10355
+  * pulls fix for haproxy build [bsc#1267998]
+
+-------------------------------------------------------------------
+Mon May 25 11:54:03 UTC 2026 - Marcus Meissner <[email protected]>
+
+- disabled -fhardened
+
+-------------------------------------------------------------------

Old:
----
  gcc-13.4.1+git10254.tar.xz

New:
----
  gcc-13.4.1+git10355.tar.xz
  pre_checkin.sh

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

Other differences:
------------------
++++++ cross-aarch64-gcc13-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.1bmizh/_old  2026-06-11 17:26:09.811316723 +0200
+++ /var/tmp/diff_new_pack.1bmizh/_new  2026-06-11 17:26:09.815316892 +0200
@@ -108,7 +108,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 URL:            https://gcc.gnu.org/
-Version:        13.4.1+git10254
+Version:        13.4.1+git10355
 Release:        0
 %define gcc_dir_version %(echo %version |  sed 's/+.*//' | cut -d '.' -f 1)
 %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' 
| sed 's/+/-/')
@@ -403,7 +403,7 @@
   add_flag=
   case $flag in
     -U_FORTIFY_SOURCE|-D_FORTIFY_SOURCE=*) ;;
-    -fno-rtti|-fno-exceptions|-Wmissing-format-attribute|-fstack-protector*) ;;
+    
-fno-rtti|-fno-exceptions|-Wmissing-format-attribute|-fstack-protector*|-fhardened)
 ;;
     -ffortify=*|-Wall|-m32|-m64) ;;
 %ifarch %ix86
     # -mcpu is superseded by -mtune but -mtune is not supported by

cross-aarch64-gcc13.spec: same change
cross-amdgcn-gcc13.spec: same change
cross-arm-gcc13.spec: same change
cross-arm-none-gcc13-bootstrap.spec: same change
cross-arm-none-gcc13.spec: same change
cross-avr-gcc13-bootstrap.spec: same change
cross-avr-gcc13.spec: same change
cross-bpf-gcc13.spec: same change
cross-hppa-gcc13-bootstrap.spec: same change
cross-nvptx-gcc13.spec: same change
cross-ppc64-gcc13.spec: same change
cross-ppc64le-gcc13-bootstrap.spec: same change
cross-ppc64le-gcc13.spec: same change
cross-pru-gcc13-bootstrap.spec: same change
cross-pru-gcc13.spec: same change
cross-riscv64-elf-gcc13-bootstrap.spec: same change
cross-riscv64-elf-gcc13.spec: same change
cross-riscv64-gcc13-bootstrap.spec: same change
cross-riscv64-gcc13.spec: same change
cross-rx-gcc13-bootstrap.spec: same change
cross-rx-gcc13.spec: same change
cross-s390x-gcc13-bootstrap.spec: same change
cross-s390x-gcc13.spec: same change
cross-x86_64-gcc13.spec: same change
gcc13-testresults.spec: same change
gcc13.spec: same change
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.1bmizh/_old  2026-06-11 17:26:10.947364639 +0200
+++ /var/tmp/diff_new_pack.1bmizh/_new  2026-06-11 17:26:10.951364808 +0200
@@ -1,5 +1,5 @@
-mtime: 1775754422
-commit: 1f1ff4814e38771960d805ddb1e1997c6eebf20c8ad2d9a2c8e6370401b70181
+mtime: 1781089840
+commit: 879807ed883284704730f807ff8c907b36eb5fdcaaea89c8988cd15f99c58d69
 url: https://src.opensuse.org/gcc/gcc13.git
 revision: main
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-06-10 13:10:40.000000000 +0200
@@ -0,0 +1 @@
+.osc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pre_checkin.sh new/pre_checkin.sh
--- old/pre_checkin.sh  1970-01-01 01:00:00.000000000 +0100
+++ new/pre_checkin.sh  2026-06-10 13:10:40.000000000 +0200
@@ -0,0 +1,31 @@
+#!/bin/bash
+# This script is called automatically during autobuild checkin.
+
+case $0 in
+  \./*)
+    here=$PWD
+    ;;
+  */*)
+    here=${0%/*}
+    ;;
+  *)
+    here=$PWD
+    ;;
+esac
+case ${here##*/} in
+  gcc*.*)
+    # Handle maintainance projects with .$REPO suffix
+    suffix=${here##*/}
+    suffix=${suffix%%\.*}
+    set ${suffix#gcc}
+    ;;
+  gcc-*)
+    suffix=${here##*/}
+    set ${suffix#*-}-
+    ;;
+  gcc[0-9]*)
+    suffix=${here##*/}
+    set ${suffix#gcc}
+    ;;
+esac
+. ${here}/change_spec

++++++ gcc-13.4.1+git10254.tar.xz -> gcc-13.4.1+git10355.tar.xz ++++++
/work/SRC/openSUSE:Factory/gcc13/gcc-13.4.1+git10254.tar.xz 
/work/SRC/openSUSE:Factory/.gcc13.new.1981/gcc-13.4.1+git10355.tar.xz differ: 
char 15, line 1

++++++ gcc.spec.in ++++++
--- /var/tmp/diff_new_pack.1bmizh/_old  2026-06-11 17:26:13.059453365 +0200
+++ /var/tmp/diff_new_pack.1bmizh/_new  2026-06-11 17:26:13.115455714 +0200
@@ -209,7 +209,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 URL:          https://gcc.gnu.org/
-Version: 13.4.1+git10254
+Version: 13.4.1+git10355
 Release:      1
 %define gcc_dir_version %(echo %version |  sed 's/+.*//' | cut -d '.' -f 1)
 %define gcc_snapshot_revision %(echo %version | sed 's/[3-9]\.[0-9]\.[0-6]//' 
| sed 's/+/-/')
@@ -1402,7 +1402,7 @@
   add_flag=
   case $flag in
     -U_FORTIFY_SOURCE|-D_FORTIFY_SOURCE=*) ;;
-    -fno-rtti|-fno-exceptions|-Wmissing-format-attribute|-fstack-protector*) ;;
+    
-fno-rtti|-fno-exceptions|-Wmissing-format-attribute|-fstack-protector*|-fhardened)
 ;;
     -ffortify=*|-Wall|-m32|-m64) ;;
 %ifarch %ix86
     # -mcpu is superseded by -mtune but -mtune is not supported by

++++++ pre_checkin.sh ++++++
#!/bin/bash
# This script is called automatically during autobuild checkin.

case $0 in
  \./*)
    here=$PWD
    ;;
  */*)
    here=${0%/*}
    ;;
  *)
    here=$PWD
    ;;
esac
case ${here##*/} in
  gcc*.*)
    # Handle maintainance projects with .$REPO suffix
    suffix=${here##*/}
    suffix=${suffix%%\.*}
    set ${suffix#gcc}
    ;;
  gcc-*)
    suffix=${here##*/}
    set ${suffix#*-}-
    ;;
  gcc[0-9]*)
    suffix=${here##*/}
    set ${suffix#gcc}
    ;;
esac
. ${here}/change_spec

Reply via email to