Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gcc12 for openSUSE:Factory checked in at 2024-02-06 16:39:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gcc12 (Old) and /work/SRC/openSUSE:Factory/.gcc12.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gcc12" Tue Feb 6 16:39:59 2024 rev:13 rq:1144304 version:12.3.0+git1204 Changes: -------- --- /work/SRC/openSUSE:Factory/gcc12/gcc12.changes 2023-09-14 16:26:02.863401069 +0200 +++ /work/SRC/openSUSE:Factory/.gcc12.new.1815/gcc12.changes 2024-02-06 16:40:00.998916320 +0100 @@ -1,0 +2,5 @@ +Mon Feb 5 14:24:16 UTC 2024 - Richard Biener <rguent...@suse.com> + +- Use %{_target_cpu} to determine host and build. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cross-aarch64-gcc12-bootstrap.spec ++++++ --- /var/tmp/diff_new_pack.TxHonf/_old 2024-02-06 16:40:02.566972988 +0100 +++ /var/tmp/diff_new_pack.TxHonf/_new 2024-02-06 16:40:02.566972988 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -155,7 +155,7 @@ %define biarch %(case " %{biarch_targets} " in (*" %{TARGET_ARCH} "*) echo 1;; (*) echo 0;; esac) %endif -%define HOST_ARCH %(echo %{_host_cpu} | sed -e "s/i.86/i586/;s/ppc/powerpc/;s/sparc64.*/sparc64/;s/sparcv.*/sparc/;") +%define HOST_ARCH %(echo %{_target_cpu} | sed -e "s/i.86/i586/;s/ppc/powerpc/;s/sparc64.*/sparc64/;s/sparcv.*/sparc/;") %ifarch ppc %define GCCDIST powerpc64-suse-linux %else cross-aarch64-gcc12.spec: same change cross-amdgcn-gcc12.spec: same change cross-arm-gcc12.spec: same change cross-arm-none-gcc12-bootstrap.spec: same change cross-arm-none-gcc12.spec: same change cross-avr-gcc12-bootstrap.spec: same change cross-avr-gcc12.spec: same change cross-epiphany-gcc12-bootstrap.spec: same change cross-epiphany-gcc12.spec: same change cross-hppa-gcc12-bootstrap.spec: same change cross-hppa-gcc12.spec: same change cross-m68k-gcc12.spec: same change cross-mips-gcc12.spec: same change cross-nvptx-gcc12.spec: same change cross-ppc64-gcc12.spec: same change cross-ppc64le-gcc12.spec: same change cross-pru-gcc12-bootstrap.spec: same change cross-pru-gcc12.spec: same change cross-riscv64-elf-gcc12-bootstrap.spec: same change cross-riscv64-elf-gcc12.spec: same change cross-riscv64-gcc12-bootstrap.spec: same change cross-riscv64-gcc12.spec: same change cross-rx-gcc12-bootstrap.spec: same change cross-rx-gcc12.spec: same change cross-s390x-gcc12.spec: same change cross-sparc-gcc12.spec: same change cross-sparc64-gcc12.spec: same change cross-x86_64-gcc12.spec: same change ++++++ gcc12-testresults.spec ++++++ --- /var/tmp/diff_new_pack.TxHonf/_old 2024-02-06 16:40:03.238997274 +0100 +++ /var/tmp/diff_new_pack.TxHonf/_new 2024-02-06 16:40:03.238997274 +0100 @@ -1,7 +1,7 @@ # # spec file for package gcc12-testresults # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -427,7 +427,7 @@ %define biarch %(case " %{biarch_targets} " in (*" %{TARGET_ARCH} "*) echo 1;; (*) echo 0;; esac) %endif -%define HOST_ARCH %(echo %{_host_cpu} | sed -e "s/i.86/i586/;s/ppc/powerpc/;s/sparc64.*/sparc64/;s/sparcv.*/sparc/;") +%define HOST_ARCH %(echo %{_target_cpu} | sed -e "s/i.86/i586/;s/ppc/powerpc/;s/sparc64.*/sparc64/;s/sparcv.*/sparc/;") %ifarch ppc %define GCCDIST powerpc64-suse-linux %else gcc12.spec: same change ++++++ gcc.spec.in ++++++ --- /var/tmp/diff_new_pack.TxHonf/_old 2024-02-06 16:40:03.407003346 +0100 +++ /var/tmp/diff_new_pack.TxHonf/_new 2024-02-06 16:40:03.407003346 +0100 @@ -1109,7 +1109,7 @@ %define biarch %(case " %{biarch_targets} " in (*" %{TARGET_ARCH} "*) echo 1;; (*) echo 0;; esac) %endif -%define HOST_ARCH %(echo %{_host_cpu} | sed -e "s/i.86/i586/;s/ppc/powerpc/;s/sparc64.*/sparc64/;s/sparcv.*/sparc/;") +%define HOST_ARCH %(echo %{_target_cpu} | sed -e "s/i.86/i586/;s/ppc/powerpc/;s/sparc64.*/sparc64/;s/sparcv.*/sparc/;") %ifarch ppc %define GCCDIST powerpc64-suse-linux %else