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-05-10 16:46:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gcc16 (Old) and /work/SRC/openSUSE:Factory/.gcc16.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gcc16" Sun May 10 16:46:36 2026 rev:6 rq:1352001 version:16.1.1+git8886 Changes: -------- --- /work/SRC/openSUSE:Factory/gcc16/gcc16.changes 2026-04-26 21:13:07.921879836 +0200 +++ /work/SRC/openSUSE:Factory/.gcc16.new.1966/gcc16.changes 2026-05-10 16:46:41.604774625 +0200 @@ -1,0 +2,5 @@ +Fri May 8 08:57:18 UTC 2026 - Richard Biener <[email protected]> + +- Update to 16.1.1+git8886, includes GCC 16.1 release. + +------------------------------------------------------------------- Old: ---- gcc-16.0.1+git8812.tar.xz New: ---- gcc-16.1.1+git8886.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cross-aarch64-gcc16-bootstrap.spec ++++++ --- /var/tmp/diff_new_pack.izRwVD/_old 2026-05-10 16:46:44.988913120 +0200 +++ /var/tmp/diff_new_pack.izRwVD/_new 2026-05-10 16:46:44.988913120 +0200 @@ -102,7 +102,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 16.0.1+git8812 +Version: 16.1.1+git8886 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.spec: same change gcc16-testresults.spec: same change gcc16.spec: same change ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.izRwVD/_old 2026-05-10 16:46:46.088958139 +0200 +++ /var/tmp/diff_new_pack.izRwVD/_new 2026-05-10 16:46:46.092958302 +0200 @@ -1,5 +1,5 @@ -mtime: 1777108325 -commit: cb2c5932fade28cacbd61e905df99f6157b012d51c75438761ad7a3dbe074282 +mtime: 1778230708 +commit: e7778a496685a2bc9d9862cf13a6dbdd20e9f0831c77c4c3af535d964ffd2a24 url: https://src.opensuse.org/gcc/gcc16.git revision: main ++++++ _service ++++++ --- /var/tmp/diff_new_pack.izRwVD/_old 2026-05-10 16:46:46.128959776 +0200 +++ /var/tmp/diff_new_pack.izRwVD/_new 2026-05-10 16:46:46.132959939 +0200 @@ -1,6 +1,6 @@ <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> ++++++ 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-05-08 10:58:28.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-05-08 10:58:28.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.0.1+git8812.tar.xz -> gcc-16.1.1+git8886.tar.xz ++++++ /work/SRC/openSUSE:Factory/gcc16/gcc-16.0.1+git8812.tar.xz /work/SRC/openSUSE:Factory/.gcc16.new.1966/gcc-16.1.1+git8886.tar.xz differ: char 15, line 1 ++++++ gcc.obsinfo ++++++ --- /var/tmp/diff_new_pack.izRwVD/_old 2026-05-10 16:46:46.432972217 +0200 +++ /var/tmp/diff_new_pack.izRwVD/_new 2026-05-10 16:46:46.436972381 +0200 @@ -1,5 +1,5 @@ name: gcc -version: 16.0.1+git8812 -mtime: 1777076412 -commit: d9c07462a22424391e56706a0404ef5a32768b43 +version: 16.1.1+git8886 +mtime: 1778221046 +commit: 27b8544e08922d4625a4e2787bd00f36af13d12f
