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-02-03 21:33:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc14 (Old)
 and      /work/SRC/openSUSE:Factory/.gcc14.new.1995 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc14"

Tue Feb  3 21:33:33 2026 rev:22 rq:1330688 version:14.3.1+git12292

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc14/gcc14.changes      2025-11-02 
22:34:42.672050761 +0100
+++ /work/SRC/openSUSE:Factory/.gcc14.new.1995/gcc14.changes    2026-02-03 
21:34:40.708628480 +0100
@@ -1,0 +2,6 @@
+Mon Feb  2 16:17:01 UTC 2026 - Richard Biener <[email protected]>
+
+- Update to gcc-14 branch head, ed5f89a2062002f5dfb69aac8, git12292
+  * includes fix for bogus expression simplification [bsc#1257463]
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ cross-aarch64-gcc14-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.SWIZX1/_old  2026-02-03 21:34:42.316696063 +0100
+++ /var/tmp/diff_new_pack.SWIZX1/_new  2026-02-03 21:34:42.320696231 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cross-aarch64-gcc14-bootstrap
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # 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+git12132
+Version:        14.3.1+git12292
 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.SWIZX1/_old  2026-02-03 21:34:43.484745152 +0100
+++ /var/tmp/diff_new_pack.SWIZX1/_new  2026-02-03 21:34:43.488745321 +0100
@@ -1,5 +1,5 @@
-mtime: 1761920770
-commit: 62224ce12479cef3214e6ed47b606590b6871ea4e613759ae79ccebbc9beea5c
+mtime: 1770049118
+commit: 89294f6c89fdba217957ef230a8356f3c52397676f07e570545b761c62309f25
 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-02-02 17:19:29.000000000 +0100
@@ -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-02-02 17:19:29.000000000 +0100
@@ -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+git12132.tar.xz -> gcc-14.3.1+git12292.tar.xz ++++++
/work/SRC/openSUSE:Factory/gcc14/gcc-14.3.1+git12132.tar.xz 
/work/SRC/openSUSE:Factory/.gcc14.new.1995/gcc-14.3.1+git12292.tar.xz differ: 
char 15, line 1

++++++ gcc.spec.in ++++++
--- /var/tmp/diff_new_pack.SWIZX1/_old  2026-02-03 21:34:43.800758433 +0100
+++ /var/tmp/diff_new_pack.SWIZX1/_new  2026-02-03 21:34:43.804758602 +0100
@@ -209,7 +209,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 URL:          https://gcc.gnu.org/
-Version: 14.3.1+git12132
+Version: 14.3.1+git12292
 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