Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gcc15 for openSUSE:Factory checked in at 2026-06-13 18:44:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gcc15 (Old) and /work/SRC/openSUSE:Factory/.gcc15.new.1981 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gcc15" Sat Jun 13 18:44:42 2026 rev:23 rq:1358849 version:15.3.0+git11272 Changes: -------- --- /work/SRC/openSUSE:Factory/gcc15/gcc15.changes 2026-06-08 14:05:15.455147440 +0200 +++ /work/SRC/openSUSE:Factory/.gcc15.new.1981/gcc15.changes 2026-06-13 18:44:50.103191152 +0200 @@ -1,0 +2,5 @@ +Fri Jun 12 06:14:26 UTC 2026 - Richard Biener <[email protected]> + +- Update to GCC 15.3 release + +------------------------------------------------------------------- Old: ---- gcc-15.2.1+git11263.tar.xz New: ---- gcc-15.3.0+git11272.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cross-aarch64-gcc15-bootstrap.spec ++++++ --- /var/tmp/diff_new_pack.RNO2rY/_old 2026-06-13 18:44:52.759301796 +0200 +++ /var/tmp/diff_new_pack.RNO2rY/_new 2026-06-13 18:44:52.759301796 +0200 @@ -103,7 +103,7 @@ %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 15.2.1+git11263 +Version: 15.3.0+git11272 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-gcc15.spec: same change cross-amdgcn-gcc15.spec: same change cross-arm-gcc15.spec: same change cross-arm-none-gcc15-bootstrap.spec: same change cross-arm-none-gcc15.spec: same change cross-avr-gcc15-bootstrap.spec: same change cross-avr-gcc15.spec: same change cross-bpf-gcc15.spec: same change cross-hppa-gcc15-bootstrap.spec: same change cross-hppa-gcc15.spec: same change cross-loongarch64-gcc15-bootstrap.spec: same change cross-loongarch64-gcc15.spec: same change cross-nvptx-gcc15.spec: same change cross-ppc64-gcc15.spec: same change cross-ppc64le-gcc15-bootstrap.spec: same change cross-ppc64le-gcc15.spec: same change cross-pru-gcc15-bootstrap.spec: same change cross-pru-gcc15.spec: same change cross-riscv64-elf-gcc15-bootstrap.spec: same change cross-riscv64-elf-gcc15.spec: same change cross-riscv64-gcc15-bootstrap.spec: same change cross-riscv64-gcc15.spec: same change cross-rx-gcc15-bootstrap.spec: same change cross-rx-gcc15.spec: same change cross-s390x-gcc15-bootstrap.spec: same change cross-s390x-gcc15.spec: same change cross-x86_64-gcc15.spec: same change gcc15-testresults.spec: same change gcc15.spec: same change ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.RNO2rY/_old 2026-06-13 18:44:53.951351453 +0200 +++ /var/tmp/diff_new_pack.RNO2rY/_new 2026-06-13 18:44:53.955351621 +0200 @@ -1,5 +1,5 @@ -mtime: 1780661662 -commit: ac288b56eb515e39366e4da537586d62058d7fc33c3db64e5ad14830976e7745 +mtime: 1781244909 +commit: 9c6fed29d08dcef55f8aa0f5e4559e22f15682af5c3646184f8e42c12e5f9c5d url: https://src.opensuse.org/gcc/gcc15.git revision: main ++++++ _service ++++++ --- /var/tmp/diff_new_pack.RNO2rY/_old 2026-06-13 18:44:53.979352620 +0200 +++ /var/tmp/diff_new_pack.RNO2rY/_new 2026-06-13 18:44:53.987352953 +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-06-12 08:15:09.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-12 08:15:09.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-15.2.1+git11263.tar.xz -> gcc-15.3.0+git11272.tar.xz ++++++ /work/SRC/openSUSE:Factory/gcc15/gcc-15.2.1+git11263.tar.xz /work/SRC/openSUSE:Factory/.gcc15.new.1981/gcc-15.3.0+git11272.tar.xz differ: char 15, line 1 ++++++ gcc.obsinfo ++++++ --- /var/tmp/diff_new_pack.RNO2rY/_old 2026-06-13 18:44:54.299365951 +0200 +++ /var/tmp/diff_new_pack.RNO2rY/_new 2026-06-13 18:44:54.303366117 +0200 @@ -1,5 +1,5 @@ name: gcc -version: 15.2.1+git11263 -mtime: 1780654604 -commit: bf0465b3e2c3142957444f46b9a3cd3719c8299f +version: 15.3.0+git11272 +mtime: 1781244603 +commit: 4db0e8df15bef836558857c291c323add11d035c
