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-09 21:30:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gcc16 (Old) and /work/SRC/openSUSE:Factory/.gcc16.new.16738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gcc16" Sun Aug 9 21:30:20 2026 rev:9 rq:1370229 version:16.2.0+git9497 Changes: -------- --- /work/SRC/openSUSE:Factory/gcc16/gcc16.changes 2026-08-01 19:51:11.495155356 +0200 +++ /work/SRC/openSUSE:Factory/.gcc16.new.16738/gcc16.changes 2026-08-09 21:30:25.328129193 +0200 @@ -1,0 +2,11 @@ +Fri Aug 7 08:05:41 UTC 2026 - Richard Biener <[email protected]> + +- Update to GCC 16.2 release (gcc-16.2.0+git9497) + * accumulated bugfixes from the gcc-16 release branch + +------------------------------------------------------------------- +Mon Aug 3 07:33:17 UTC 2026 - Richard Biener <[email protected]> + +- Disable multilibs for cross-x86_64-gcc + +------------------------------------------------------------------- Old: ---- gcc-16.1.1+git9481.tar.xz New: ---- gcc-16.2.0+git9497.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cross-aarch64-gcc16-bootstrap.spec ++++++ --- /var/tmp/diff_new_pack.gscxaA/_old 2026-08-09 21:30:31.368334158 +0200 +++ /var/tmp/diff_new_pack.gscxaA/_new 2026-08-09 21:30:31.376334430 +0200 @@ -102,7 +102,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 16.1.1+git9481 +Version: 16.2.0+git9497 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/+/-/') @@ -709,7 +709,11 @@ %endif %if "%{TARGET_ARCH}" == "x86_64" %ifnarch %{disable_multilib_arch} +%if 0%{?gcc_target_arch:1} && 0%{!?gcc_libc_bootstrap:1} + --disable-multilib \ +%else --enable-multilib \ +%endif %if %{suse_version} >= 1600 && !0%{?is_opensuse} --with-arch-32=x86-64-v2 \ %else 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.gscxaA/_old 2026-08-09 21:30:33.056391439 +0200 +++ /var/tmp/diff_new_pack.gscxaA/_new 2026-08-09 21:30:33.060391575 +0200 @@ -1,5 +1,5 @@ -mtime: 1785510733 -commit: cd7402aee6aba7703229412e978f3796fe1d4d34d0b812a11eddd591c00e362c +mtime: 1786090039 +commit: 6f61e5fb18665aab62701fb8b06f234fbb67560f3813458a0dbc9b926af9468b url: https://src.opensuse.org/gcc/gcc16.git revision: main ++++++ _service ++++++ --- /var/tmp/diff_new_pack.gscxaA/_old 2026-08-09 21:30:33.088392526 +0200 +++ /var/tmp/diff_new_pack.gscxaA/_new 2026-08-09 21:30:33.092392661 +0200 @@ -1,12 +1,12 @@ <services> <service name="obs_scm" mode="manual"> - <param name="versionformat">@[email protected]+git@TAG_OFFSET@</param> + <param name="versionformat">@[email protected]+git@TAG_OFFSET@</param> <param name="versionrewrite-pattern">basepoints/gcc-(.*)</param> <param name="versionrewrite-replacement">\1</param> <param name="match-tag">basepoints/gcc-*</param> <param name="url">git://gcc.gnu.org/git/gcc.git</param> <param name="scm">git</param> - <param name="revision">releases/gcc-16</param> + <param name="revision">releases/gcc-16.2.0</param> </service> <service name="tar" mode="manual"/> <service name="recompress" mode="manual"> ++++++ 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-08-07 10:07:19.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-08-07 10:07:19.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+git9481.tar.xz -> gcc-16.2.0+git9497.tar.xz ++++++ /work/SRC/openSUSE:Factory/gcc16/gcc-16.1.1+git9481.tar.xz /work/SRC/openSUSE:Factory/.gcc16.new.16738/gcc-16.2.0+git9497.tar.xz differ: char 15, line 1 ++++++ gcc.obsinfo ++++++ --- /var/tmp/diff_new_pack.gscxaA/_old 2026-08-09 21:30:33.412403520 +0200 +++ /var/tmp/diff_new_pack.gscxaA/_new 2026-08-09 21:30:33.416403656 +0200 @@ -1,5 +1,5 @@ name: gcc -version: 16.1.1+git9481 -mtime: 1785505362 -commit: c44d13743732e404941bd7883592835d82d0f965 +version: 16.2.0+git9497 +mtime: 1786088827 +commit: 78d4ac73dd391005b895a6148cd9831e28e1208b ++++++ gcc.spec.in ++++++ --- /var/tmp/diff_new_pack.gscxaA/_old 2026-08-09 21:30:33.448404741 +0200 +++ /var/tmp/diff_new_pack.gscxaA/_new 2026-08-09 21:30:33.456405014 +0200 @@ -1818,7 +1818,11 @@ %endif %if "%{TARGET_ARCH}" == "x86_64" %ifnarch %{disable_multilib_arch} +%if 0%{?gcc_target_arch:1} && 0%{!?gcc_libc_bootstrap:1} + --disable-multilib \ +%else --enable-multilib \ +%endif %if %{suse_version} >= 1600 && !0%{?is_opensuse} --with-arch-32=x86-64-v2 \ %else
