Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gcc14 for openSUSE:Factory checked 
in at 2026-04-10 17:55:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc14 (Old)
 and      /work/SRC/openSUSE:Factory/.gcc14.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc14"

Fri Apr 10 17:55:51 2026 rev:23 rq:1345560 version:14.3.1+git12513

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc14/gcc14.changes      2026-02-03 
21:34:40.708628480 +0100
+++ /work/SRC/openSUSE:Factory/.gcc14.new.21863/gcc14.changes   2026-04-10 
18:04:11.705535427 +0200
@@ -1,0 +2,7 @@
+Thu Apr  9 07:13:16 UTC 2026 - Richard Biener <[email protected]>
+
+- Update to gcc-14 branch head, 046776dac7cc74bdbab36f450, git12513
+  * pulls build fixes for libcody when using a C++20 defaulting host
+    compiler
+
+-------------------------------------------------------------------

Old:
----
  gcc-14.3.1+git12292.tar.xz

New:
----
  gcc-14.3.1+git12513.tar.xz

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

Other differences:
------------------
++++++ cross-aarch64-gcc14-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.kvRhGb/_old  2026-04-10 18:04:13.261599615 +0200
+++ /var/tmp/diff_new_pack.kvRhGb/_new  2026-04-10 18:04:13.261599615 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cross-aarch64-gcc14-bootstrap
 #
-# Copyright (c) 2026 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -102,7 +102,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 URL:            https://gcc.gnu.org/
-Version:        14.3.1+git12292
+Version:        14.3.1+git12513
 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-gcc14.spec: same change
cross-amdgcn-gcc14.spec: same change
cross-arm-gcc14.spec: same change
cross-arm-none-gcc14-bootstrap.spec: same change
cross-arm-none-gcc14.spec: same change
cross-avr-gcc14-bootstrap.spec: same change
cross-avr-gcc14.spec: same change
cross-bpf-gcc14.spec: same change
cross-hppa-gcc14-bootstrap.spec: same change
cross-hppa-gcc14.spec: same change
cross-loongarch64-gcc14-bootstrap.spec: same change
cross-loongarch64-gcc14.spec: same change
cross-nvptx-gcc14.spec: same change
cross-ppc64-gcc14.spec: same change
cross-ppc64le-gcc14-bootstrap.spec: same change
cross-ppc64le-gcc14.spec: same change
cross-pru-gcc14-bootstrap.spec: same change
cross-pru-gcc14.spec: same change
cross-riscv64-elf-gcc14-bootstrap.spec: same change
cross-riscv64-elf-gcc14.spec: same change
cross-riscv64-gcc14-bootstrap.spec: same change
cross-riscv64-gcc14.spec: same change
cross-rx-gcc14-bootstrap.spec: same change
cross-rx-gcc14.spec: same change
cross-s390x-gcc14-bootstrap.spec: same change
cross-s390x-gcc14.spec: same change
cross-x86_64-gcc14.spec: same change
gcc14-testresults.spec: same change
gcc14.spec: same change
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.kvRhGb/_old  2026-04-10 18:04:14.313643012 +0200
+++ /var/tmp/diff_new_pack.kvRhGb/_new  2026-04-10 18:04:14.317643176 +0200
@@ -1,5 +1,5 @@
-mtime: 1770049118
-commit: 89294f6c89fdba217957ef230a8356f3c52397676f07e570545b761c62309f25
+mtime: 1775722944
+commit: 9eb56647bfe913f26826e75f3d7a174f5a8502824e5b270e93fe5402fb8d3882
 url: https://src.opensuse.org/gcc/gcc14.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-04-09 10:22:42.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-04-09 10:22:42.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-14.3.1+git12292.tar.xz -> gcc-14.3.1+git12513.tar.xz ++++++
/work/SRC/openSUSE:Factory/gcc14/gcc-14.3.1+git12292.tar.xz 
/work/SRC/openSUSE:Factory/.gcc14.new.21863/gcc-14.3.1+git12513.tar.xz differ: 
char 15, line 1

++++++ gcc.spec.in ++++++
--- /var/tmp/diff_new_pack.kvRhGb/_old  2026-04-10 18:04:14.577653902 +0200
+++ /var/tmp/diff_new_pack.kvRhGb/_new  2026-04-10 18:04:14.581654067 +0200
@@ -209,7 +209,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 URL:          https://gcc.gnu.org/
-Version: 14.3.1+git12292
+Version: 14.3.1+git12513
 Release:      1
 %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/+/-/')

Reply via email to