Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gcc13 for openSUSE:Factory checked 
in at 2023-07-11 15:56:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc13 (Old)
 and      /work/SRC/openSUSE:Factory/.gcc13.new.8922 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc13"

Tue Jul 11 15:56:05 2023 rev:11 rq:1097918 version:13.1.1+git7552

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc13/gcc13.changes      2023-05-25 
23:52:09.447477391 +0200
+++ /work/SRC/openSUSE:Factory/.gcc13.new.8922/gcc13.changes    2023-07-11 
15:56:15.872808822 +0200
@@ -1,0 +2,21 @@
+Mon Jul 10 08:12:40 UTC 2023 - Richard Biener <[email protected]>
+
+- Bump to f9781fcf733ca3afe5b5811afd8ecbb18d9d3a11, git7552
+- Remove gcc13-pr110334.patch again as it breaks libreoffice build.
+
+-------------------------------------------------------------------
+Wed Jun 28 06:56:52 UTC 2023 - Richard Biener <[email protected]>
+
+- Bump to a533ded17fb13cbbb2fa5133ecd470360f66c5cf, git7489.
+- Add gcc13-pr110334.patch to fix missed optimization in Skia
+  resulting in Firefox crashes when building with LTO.  [boo#1212101]
+
+-------------------------------------------------------------------
+Tue Jun 13 09:22:50 UTC 2023 - Richard Biener <[email protected]>
+
+- Raise architecture levels for ALP.  [PED-153]
+  * Raise POWER architecture baseline to power9.  [PED-2005]
+  * Raise x86-64 architecture baseline to x86-64-v2 for ALP.  [PED-252]
+  * Delay raising s390x architecture baseline to z14.  [PED-253]
+
+-------------------------------------------------------------------

Old:
----
  gcc-13.1.1+git7364.tar.xz

New:
----
  gcc-13.1.1+git7552.tar.xz

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

Other differences:
------------------
++++++ cross-aarch64-gcc13-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.9AegtN/_old  2023-07-11 15:56:17.980821085 +0200
+++ /var/tmp/diff_new_pack.9AegtN/_new  2023-07-11 15:56:17.984821108 +0200
@@ -107,7 +107,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 URL:            https://gcc.gnu.org/
-Version:        13.1.1+git7364
+Version:        13.1.1+git7552
 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/+/-/')
@@ -630,6 +630,10 @@
        --enable-fix-cortex-a53-843419 \
 %endif
 %if "%{TARGET_ARCH}" == "powerpc64le"
+%if %{suse_version} >= 1600
+       --with-cpu=power9 \
+       --with-tune=power9 \
+%else
 %if %{suse_version} >= 1350
        --with-cpu=power8 \
        --with-tune=power9 \
@@ -642,6 +646,7 @@
        --with-tune=power7 \
 %endif
 %endif
+%endif
 %if %{suse_version} > 1500
        --with-long-double-format=ieee \
 %else
@@ -669,35 +674,54 @@
        --with-long-double-128 \
 %endif
 %if "%{TARGET_ARCH}" == "i586"
+%if %{suse_version} >= 1600 && !0%{?is_opensuse}
+       --with-arch-32=x86-64-v2 \
+%else
 %if 0%{?sle_version:%sle_version} >= 150000
        --with-arch-32=x86-64 \
 %else
        --with-arch-32=i586 \
 %endif
+%endif
        --with-tune=generic \
 %endif
 %if "%{TARGET_ARCH}" == "x86_64"
 %ifnarch %{disable_multilib_arch}
        --enable-multilib \
+%if %{suse_version} >= 1600 && !0%{?is_opensuse}
+       --with-arch-32=x86-64-v2 \
+%else
        --with-arch-32=x86-64 \
 %endif
+%endif
+%if %{suse_version} >= 1600 && !0%{?is_opensuse}
+       --with-arch=x86-64-v2 \
+%endif
        --with-tune=generic \
 %endif
 %if "%{TARGET_ARCH}" == "s390"
+%if %{suse_version} >= 1600
+        --with-tune=zEC12 --with-arch=z196 \
+%else
 %if %{suse_version} >= 1310
         --with-tune=zEC12 --with-arch=z196 \
 %else
        --with-tune=z9-109 --with-arch=z900 \
 %endif
+%endif
        --with-long-double-128 \
        --enable-decimal-float \
 %endif
 %if "%{TARGET_ARCH}" == "s390x"
+%if %{suse_version} >= 1600
+        --with-tune=zEC12 --with-arch=z196 \
+%else
 %if %{suse_version} >= 1310
         --with-tune=zEC12 --with-arch=z196 \
 %else
        --with-tune=z9-109 --with-arch=z900 \
 %endif
+%endif
        --with-long-double-128 \
        --enable-decimal-float \
 %endif

cross-aarch64-gcc13.spec: same change
cross-amdgcn-gcc13.spec: same change
cross-arm-gcc13.spec: same change
cross-arm-none-gcc13-bootstrap.spec: same change
cross-arm-none-gcc13.spec: same change
cross-avr-gcc13-bootstrap.spec: same change
cross-avr-gcc13.spec: same change
cross-bpf-gcc13.spec: same change
cross-epiphany-gcc13-bootstrap.spec: same change
cross-epiphany-gcc13.spec: same change
cross-hppa-gcc13-bootstrap.spec: same change
cross-hppa-gcc13.spec: same change
cross-m68k-gcc13.spec: same change
cross-mips-gcc13.spec: same change
cross-nvptx-gcc13.spec: same change
cross-ppc64-gcc13.spec: same change
cross-ppc64le-gcc13.spec: same change
cross-pru-gcc13-bootstrap.spec: same change
cross-pru-gcc13.spec: same change
cross-riscv64-elf-gcc13-bootstrap.spec: same change
cross-riscv64-elf-gcc13.spec: same change
cross-riscv64-gcc13-bootstrap.spec: same change
cross-riscv64-gcc13.spec: same change
cross-rx-gcc13-bootstrap.spec: same change
cross-rx-gcc13.spec: same change
cross-s390x-gcc13.spec: same change
cross-sparc-gcc13.spec: same change
cross-sparc64-gcc13.spec: same change
cross-x86_64-gcc13.spec: same change
gcc13-testresults.spec: same change
gcc13.spec: same change
++++++ gcc-13.1.1+git7364.tar.xz -> gcc-13.1.1+git7552.tar.xz ++++++
/work/SRC/openSUSE:Factory/gcc13/gcc-13.1.1+git7364.tar.xz 
/work/SRC/openSUSE:Factory/.gcc13.new.8922/gcc-13.1.1+git7552.tar.xz differ: 
char 15, line 1

++++++ gcc.spec.in ++++++
--- /var/tmp/diff_new_pack.9AegtN/_old  2023-07-11 15:56:19.100827600 +0200
+++ /var/tmp/diff_new_pack.9AegtN/_new  2023-07-11 15:56:19.104827623 +0200
@@ -204,7 +204,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 URL:          https://gcc.gnu.org/
-Version: 13.1.1+git7364
+Version: 13.1.1+git7552
 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/+/-/')
@@ -1641,6 +1641,10 @@
        --enable-fix-cortex-a53-843419 \
 %endif
 %if "%{TARGET_ARCH}" == "powerpc64le"
+%if %{suse_version} >= 1600
+       --with-cpu=power9 \
+       --with-tune=power9 \
+%else
 %if %{suse_version} >= 1350
        --with-cpu=power8 \
        --with-tune=power9 \
@@ -1653,6 +1657,7 @@
        --with-tune=power7 \
 %endif
 %endif
+%endif
 %if %{suse_version} > 1500
        --with-long-double-format=ieee \
 %else
@@ -1680,35 +1685,54 @@
        --with-long-double-128 \
 %endif
 %if "%{TARGET_ARCH}" == "i586"
+%if %{suse_version} >= 1600 && !0%{?is_opensuse}
+       --with-arch-32=x86-64-v2 \
+%else
 %if 0%{?sle_version:%sle_version} >= 150000
        --with-arch-32=x86-64 \
 %else
        --with-arch-32=i586 \
 %endif
+%endif
        --with-tune=generic \
 %endif
 %if "%{TARGET_ARCH}" == "x86_64"
 %ifnarch %{disable_multilib_arch}
        --enable-multilib \
+%if %{suse_version} >= 1600 && !0%{?is_opensuse}
+       --with-arch-32=x86-64-v2 \
+%else
        --with-arch-32=x86-64 \
 %endif
+%endif
+%if %{suse_version} >= 1600 && !0%{?is_opensuse}
+       --with-arch=x86-64-v2 \
+%endif
        --with-tune=generic \
 %endif
 %if "%{TARGET_ARCH}" == "s390"
+%if %{suse_version} >= 1600
+        --with-tune=zEC12 --with-arch=z196 \
+%else
 %if %{suse_version} >= 1310
         --with-tune=zEC12 --with-arch=z196 \
 %else
        --with-tune=z9-109 --with-arch=z900 \
 %endif
+%endif
        --with-long-double-128 \
        --enable-decimal-float \
 %endif
 %if "%{TARGET_ARCH}" == "s390x"
+%if %{suse_version} >= 1600
+        --with-tune=zEC12 --with-arch=z196 \
+%else
 %if %{suse_version} >= 1310
         --with-tune=zEC12 --with-arch=z196 \
 %else
        --with-tune=z9-109 --with-arch=z900 \
 %endif
+%endif
        --with-long-double-128 \
        --enable-decimal-float \
 %endif

Reply via email to