Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gcc16 for openSUSE:Factory checked 
in at 2026-08-01 19:51:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc16 (Old)
 and      /work/SRC/openSUSE:Factory/.gcc16.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc16"

Sat Aug  1 19:51:07 2026 rev:8 rq:1368864 version:16.1.1+git9481

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc16/gcc16.changes      2026-07-31 
16:07:20.368495863 +0200
+++ /work/SRC/openSUSE:Factory/.gcc16.new.16738/gcc16.changes   2026-08-01 
19:51:11.495155356 +0200
@@ -1,0 +2,5 @@
+Fri Jul 31 15:11:05 UTC 2026 - Richard Biener <[email protected]>
+
+- Update to gcc-16.1.1+git9481, GCC 16.2 RC1 
+
+-------------------------------------------------------------------

Old:
----
  gcc-16.1.1+git9423.tar.xz

New:
----
  gcc-16.1.1+git9481.tar.xz

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

Other differences:
------------------
++++++ cross-aarch64-gcc16-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.e63A9G/_old  2026-08-01 19:51:15.675298472 +0200
+++ /var/tmp/diff_new_pack.e63A9G/_new  2026-08-01 19:51:15.675298472 +0200
@@ -102,7 +102,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 URL:            https://gcc.gnu.org/
-Version:        16.1.1+git9423
+Version:        16.1.1+git9481
 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/+/-/')

cross-aarch64-gcc16.spec: same change
cross-amdgcn-gcc16.spec: same change
cross-arm-gcc16.spec: same change
cross-arm-none-gcc16-bootstrap.spec: same change
cross-arm-none-gcc16.spec: same change
cross-avr-gcc16-bootstrap.spec: same change
cross-avr-gcc16.spec: same change
cross-bpf-gcc16.spec: same change
cross-hppa-gcc16-bootstrap.spec: same change
cross-hppa-gcc16.spec: same change
cross-loongarch64-gcc16-bootstrap.spec: same change
cross-loongarch64-gcc16.spec: same change
cross-nvptx-gcc16.spec: same change
cross-ppc64-gcc16.spec: same change
cross-ppc64le-gcc16-bootstrap.spec: same change
cross-ppc64le-gcc16.spec: same change
cross-pru-gcc16-bootstrap.spec: same change
cross-pru-gcc16.spec: same change
cross-riscv64-elf-gcc16-bootstrap.spec: same change
cross-riscv64-elf-gcc16.spec: same change
cross-riscv64-gcc16-bootstrap.spec: same change
cross-riscv64-gcc16.spec: same change
cross-rx-gcc16-bootstrap.spec: same change
cross-rx-gcc16.spec: same change
cross-s390x-gcc16-bootstrap.spec: same change
cross-s390x-gcc16.spec: same change
cross-x86_64-gcc16-bootstrap.spec: same change
cross-x86_64-gcc16.spec: same change
gcc16-testresults.spec: same change
gcc16.spec: same change
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.e63A9G/_old  2026-08-01 19:51:17.851372975 +0200
+++ /var/tmp/diff_new_pack.e63A9G/_new  2026-08-01 19:51:17.875373797 +0200
@@ -1,5 +1,5 @@
-mtime: 1785325118
-commit: af1dffd92f7dd74dcfea63144e8dd37a3dc7eb2a050e07b4a487167c38eb1d68
+mtime: 1785510733
+commit: cd7402aee6aba7703229412e978f3796fe1d4d34d0b812a11eddd591c00e362c
 url: https://src.opensuse.org/gcc/gcc16.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-07-31 17:12:13.000000000 +0200
@@ -0,0 +1,4 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
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-07-31 17:12:13.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-16.1.1+git9423.tar.xz -> gcc-16.1.1+git9481.tar.xz ++++++
/work/SRC/openSUSE:Factory/gcc16/gcc-16.1.1+git9423.tar.xz 
/work/SRC/openSUSE:Factory/.gcc16.new.16738/gcc-16.1.1+git9481.tar.xz differ: 
char 15, line 1

++++++ gcc.obsinfo ++++++
--- /var/tmp/diff_new_pack.e63A9G/_old  2026-08-01 19:51:18.443393244 +0200
+++ /var/tmp/diff_new_pack.e63A9G/_new  2026-08-01 19:51:18.467394065 +0200
@@ -1,5 +1,5 @@
 name: gcc
-version: 16.1.1+git9423
-mtime: 1785234422
-commit: 642e52b049a24b28a0495f4d2c08f97ad2cb6666
+version: 16.1.1+git9481
+mtime: 1785505362
+commit: c44d13743732e404941bd7883592835d82d0f965
 

Reply via email to