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-14 22:04:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gcc16 (Old) and /work/SRC/openSUSE:Factory/.gcc16.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gcc16" Fri Aug 14 22:04:28 2026 rev:10 rq:1370868 version:16.2.0+git9497 Changes: -------- --- /work/SRC/openSUSE:Factory/gcc16/gcc16.changes 2026-08-09 21:30:25.328129193 +0200 +++ /work/SRC/openSUSE:Factory/.gcc16.new.1258/gcc16.changes 2026-08-14 22:04:53.324521931 +0200 @@ -1,0 +2,5 @@ +Wed Aug 12 14:24:23 UTC 2026 - Richard Biener <[email protected]> + +- Disable cross-x86_64-gcc build for SLFO + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cross-aarch64-gcc16-bootstrap.spec ++++++ --- /var/tmp/diff_new_pack.grCy07/_old 2026-08-14 22:04:55.162587539 +0200 +++ /var/tmp/diff_new_pack.grCy07/_new 2026-08-14 22:04:55.164587610 +0200 @@ -253,6 +253,9 @@ %ifarch %ix86 ExclusiveArch: do-not-build %endif +%if %{suse_version} < 1699 +ExclusiveArch: do-not-build +%endif %endif %endif %if 0%{?gcc_libc_bootstrap:1} 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.spec: same change ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.grCy07/_old 2026-08-14 22:04:56.240626018 +0200 +++ /var/tmp/diff_new_pack.grCy07/_new 2026-08-14 22:04:56.244626161 +0200 @@ -1,5 +1,5 @@ -mtime: 1786090039 -commit: 6f61e5fb18665aab62701fb8b06f234fbb67560f3813458a0dbc9b926af9468b +mtime: 1786544707 +commit: f89f1da4e62e72a1ff3a0e286a58ed688e42b86406afddf25037c781731b80fc 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-08-12 16:25:07.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-12 16:25:07.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 ++++++ cross.spec.in ++++++ --- /var/tmp/diff_new_pack.grCy07/_old 2026-08-14 22:04:56.512635727 +0200 +++ /var/tmp/diff_new_pack.grCy07/_new 2026-08-14 22:04:56.516635870 +0200 @@ -166,6 +166,9 @@ %ifarch %ix86 ExclusiveArch: do-not-build %endif +%if %{suse_version} < 1699 +ExclusiveArch: do-not-build +%endif %endif %endif %if 0%{?gcc_libc_bootstrap:1}
