From 0bedc7a95eb08471645b08f3d92cd616d68f080d772ac72c407f5ae471509fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Fri, 9 Apr 2021 19:53:48 +0000 Subject: [PATCH] Bump to b04093adb28bd6ee8b0390e840219fd2bba134db OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc11?expand=0&rev=325 --- cross-aarch64-gcc11.changes | 5 + cross-aarch64-gcc11.spec | 16 +-- cross-amdgcn-gcc11.changes | 5 + cross-amdgcn-gcc11.spec | 14 ++- cross-arm-gcc11.changes | 5 + cross-arm-gcc11.spec | 14 ++- cross-arm-none-gcc11-bootstrap.changes | 5 + cross-arm-none-gcc11-bootstrap.spec | 14 ++- cross-arm-none-gcc11.changes | 5 + cross-arm-none-gcc11.spec | 14 ++- cross-avr-gcc11-bootstrap.changes | 5 + cross-avr-gcc11-bootstrap.spec | 14 ++- cross-avr-gcc11.changes | 5 + cross-avr-gcc11.spec | 14 ++- cross-epiphany-gcc11-bootstrap.changes | 5 + cross-epiphany-gcc11-bootstrap.spec | 14 ++- cross-epiphany-gcc11.changes | 5 + cross-epiphany-gcc11.spec | 14 ++- cross-hppa-gcc11.changes | 5 + cross-hppa-gcc11.spec | 14 ++- cross-i386-gcc11.changes | 5 + cross-i386-gcc11.spec | 14 ++- cross-m68k-gcc11.changes | 5 + cross-m68k-gcc11.spec | 14 ++- cross-mips-gcc11.changes | 5 + cross-mips-gcc11.spec | 14 ++- cross-nvptx-gcc11.changes | 5 + cross-nvptx-gcc11.spec | 14 ++- cross-ppc64-gcc11.changes | 5 + cross-ppc64-gcc11.spec | 14 ++- cross-ppc64le-gcc11.changes | 5 + cross-ppc64le-gcc11.spec | 14 ++- cross-riscv64-elf-gcc11-bootstrap.changes | 5 + cross-riscv64-elf-gcc11-bootstrap.spec | 16 +-- cross-riscv64-elf-gcc11.changes | 5 + cross-riscv64-elf-gcc11.spec | 16 +-- cross-riscv64-gcc11.changes | 5 + cross-riscv64-gcc11.spec | 16 +-- cross-rx-gcc11-bootstrap.changes | 5 + cross-rx-gcc11-bootstrap.spec | 14 ++- cross-rx-gcc11.changes | 5 + cross-rx-gcc11.spec | 14 ++- cross-s390x-gcc11.changes | 5 + cross-s390x-gcc11.spec | 14 ++- cross-sparc-gcc11.changes | 5 + cross-sparc-gcc11.spec | 14 ++- cross-sparc64-gcc11.changes | 5 + cross-sparc64-gcc11.spec | 14 ++- cross-x86_64-gcc11.changes | 5 + cross-x86_64-gcc11.spec | 14 ++- gcc-11.0.1+git184217.tar.xz | 3 - gcc-11.0.1+git184252.tar.xz | 3 + gcc.spec.in | 2 +- gcc11-testresults.changes | 5 + gcc11-testresults.spec | 11 +- gcc11.changes | 5 + gcc11.spec | 133 ++++++++++++++-------- 57 files changed, 434 insertions(+), 211 deletions(-) delete mode 100644 gcc-11.0.1+git184217.tar.xz create mode 100644 gcc-11.0.1+git184252.tar.xz diff --git a/cross-aarch64-gcc11.changes b/cross-aarch64-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-aarch64-gcc11.changes +++ b/cross-aarch64-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-aarch64-gcc11.spec b/cross-aarch64-gcc11.spec index 629c974..88bec5b 100644 --- a/cross-aarch64-gcc11.spec +++ b/cross-aarch64-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -227,13 +231,13 @@ BuildRequires: cross-%cross_arch-glibc-devel BuildRequires: nvptx-tools Requires: cross-nvptx-newlib-devel >= %{version}-%{release} Requires: nvptx-tools -ExclusiveArch: x86_64 +ExclusiveArch: x86_64 %define nvptx_newlib 1 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-amdgcn-gcc11.changes b/cross-amdgcn-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-amdgcn-gcc11.changes +++ b/cross-amdgcn-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-amdgcn-gcc11.spec b/cross-amdgcn-gcc11.spec index 12e603c..fcef573 100644 --- a/cross-amdgcn-gcc11.spec +++ b/cross-amdgcn-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-arm-gcc11.changes b/cross-arm-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-arm-gcc11.changes +++ b/cross-arm-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-arm-gcc11.spec b/cross-arm-gcc11.spec index 5d738d5..2b623ba 100644 --- a/cross-arm-gcc11.spec +++ b/cross-arm-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-arm-none-gcc11-bootstrap.changes b/cross-arm-none-gcc11-bootstrap.changes index 5f92f0a..79fd0c1 100644 --- a/cross-arm-none-gcc11-bootstrap.changes +++ b/cross-arm-none-gcc11-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-arm-none-gcc11-bootstrap.spec b/cross-arm-none-gcc11-bootstrap.spec index 1879514..d6b3201 100644 --- a/cross-arm-none-gcc11-bootstrap.spec +++ b/cross-arm-none-gcc11-bootstrap.spec @@ -24,6 +24,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -115,7 +116,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -123,6 +124,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -145,6 +147,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -233,8 +237,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -272,10 +276,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -783,7 +785,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-arm-none-gcc11.changes b/cross-arm-none-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-arm-none-gcc11.changes +++ b/cross-arm-none-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-arm-none-gcc11.spec b/cross-arm-none-gcc11.spec index 59dd273..9229e3b 100644 --- a/cross-arm-none-gcc11.spec +++ b/cross-arm-none-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-avr-gcc11-bootstrap.changes b/cross-avr-gcc11-bootstrap.changes index 5f92f0a..79fd0c1 100644 --- a/cross-avr-gcc11-bootstrap.changes +++ b/cross-avr-gcc11-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-avr-gcc11-bootstrap.spec b/cross-avr-gcc11-bootstrap.spec index 9e44976..e2b0bfc 100644 --- a/cross-avr-gcc11-bootstrap.spec +++ b/cross-avr-gcc11-bootstrap.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-avr-gcc11.changes b/cross-avr-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-avr-gcc11.changes +++ b/cross-avr-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-avr-gcc11.spec b/cross-avr-gcc11.spec index 7923741..db86722 100644 --- a/cross-avr-gcc11.spec +++ b/cross-avr-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-epiphany-gcc11-bootstrap.changes b/cross-epiphany-gcc11-bootstrap.changes index 5f92f0a..79fd0c1 100644 --- a/cross-epiphany-gcc11-bootstrap.changes +++ b/cross-epiphany-gcc11-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-epiphany-gcc11-bootstrap.spec b/cross-epiphany-gcc11-bootstrap.spec index 7015b90..a6a77de 100644 --- a/cross-epiphany-gcc11-bootstrap.spec +++ b/cross-epiphany-gcc11-bootstrap.spec @@ -24,6 +24,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -115,7 +116,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -123,6 +124,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -145,6 +147,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -233,8 +237,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -272,10 +276,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -783,7 +785,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-epiphany-gcc11.changes b/cross-epiphany-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-epiphany-gcc11.changes +++ b/cross-epiphany-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-epiphany-gcc11.spec b/cross-epiphany-gcc11.spec index 4f929b7..2b7feee 100644 --- a/cross-epiphany-gcc11.spec +++ b/cross-epiphany-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-hppa-gcc11.changes b/cross-hppa-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-hppa-gcc11.changes +++ b/cross-hppa-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-hppa-gcc11.spec b/cross-hppa-gcc11.spec index 73de1a0..a05c15d 100644 --- a/cross-hppa-gcc11.spec +++ b/cross-hppa-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-i386-gcc11.changes b/cross-i386-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-i386-gcc11.changes +++ b/cross-i386-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-i386-gcc11.spec b/cross-i386-gcc11.spec index d50c7c2..76a9e1b 100644 --- a/cross-i386-gcc11.spec +++ b/cross-i386-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-m68k-gcc11.changes b/cross-m68k-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-m68k-gcc11.changes +++ b/cross-m68k-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-m68k-gcc11.spec b/cross-m68k-gcc11.spec index dbc99c0..7f87796 100644 --- a/cross-m68k-gcc11.spec +++ b/cross-m68k-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-mips-gcc11.changes b/cross-mips-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-mips-gcc11.changes +++ b/cross-mips-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-mips-gcc11.spec b/cross-mips-gcc11.spec index 0e7b726..eeffab2 100644 --- a/cross-mips-gcc11.spec +++ b/cross-mips-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-nvptx-gcc11.changes b/cross-nvptx-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-nvptx-gcc11.changes +++ b/cross-nvptx-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-nvptx-gcc11.spec b/cross-nvptx-gcc11.spec index 052e61a..11e9d02 100644 --- a/cross-nvptx-gcc11.spec +++ b/cross-nvptx-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-ppc64-gcc11.changes b/cross-ppc64-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-ppc64-gcc11.changes +++ b/cross-ppc64-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-ppc64-gcc11.spec b/cross-ppc64-gcc11.spec index 336726b..a577fda 100644 --- a/cross-ppc64-gcc11.spec +++ b/cross-ppc64-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-ppc64le-gcc11.changes b/cross-ppc64le-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-ppc64le-gcc11.changes +++ b/cross-ppc64le-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-ppc64le-gcc11.spec b/cross-ppc64le-gcc11.spec index a927316..b27d50b 100644 --- a/cross-ppc64le-gcc11.spec +++ b/cross-ppc64le-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-riscv64-elf-gcc11-bootstrap.changes b/cross-riscv64-elf-gcc11-bootstrap.changes index 5f92f0a..79fd0c1 100644 --- a/cross-riscv64-elf-gcc11-bootstrap.changes +++ b/cross-riscv64-elf-gcc11-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-riscv64-elf-gcc11-bootstrap.spec b/cross-riscv64-elf-gcc11-bootstrap.spec index 46881a0..4dea55f 100644 --- a/cross-riscv64-elf-gcc11-bootstrap.spec +++ b/cross-riscv64-elf-gcc11-bootstrap.spec @@ -24,6 +24,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -115,7 +116,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -123,6 +124,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -145,6 +147,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -233,8 +237,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -249,7 +253,7 @@ ExclusiveArch: do-not-build %endif %endif %if 0%{?gcc_icecream:1} -ExclusiveArch: ppc64le ppc64 x86_64 s390x aarch64 +ExclusiveArch: ppc64le ppc64 x86_64 s390x aarch64 %endif %define _binary_payload w.ufdio # Obsolete cross-ppc-gcc49 from cross-ppc64-gcc49 which has @@ -272,10 +276,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -783,7 +785,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-riscv64-elf-gcc11.changes b/cross-riscv64-elf-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-riscv64-elf-gcc11.changes +++ b/cross-riscv64-elf-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-riscv64-elf-gcc11.spec b/cross-riscv64-elf-gcc11.spec index 8cc52f3..3dfc459 100644 --- a/cross-riscv64-elf-gcc11.spec +++ b/cross-riscv64-elf-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -248,7 +252,7 @@ ExclusiveArch: do-not-build %endif %endif %if 0%{?gcc_icecream:1} -ExclusiveArch: ppc64le ppc64 x86_64 s390x aarch64 +ExclusiveArch: ppc64le ppc64 x86_64 s390x aarch64 %endif %define _binary_payload w.ufdio # Obsolete cross-ppc-gcc49 from cross-ppc64-gcc49 which has @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-riscv64-gcc11.changes b/cross-riscv64-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-riscv64-gcc11.changes +++ b/cross-riscv64-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-riscv64-gcc11.spec b/cross-riscv64-gcc11.spec index db7a2e5..3f1c7fa 100644 --- a/cross-riscv64-gcc11.spec +++ b/cross-riscv64-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -248,7 +252,7 @@ ExclusiveArch: do-not-build %endif %endif %if 0%{?gcc_icecream:1} -ExclusiveArch: ppc64le ppc64 x86_64 s390x aarch64 +ExclusiveArch: ppc64le ppc64 x86_64 s390x aarch64 %endif %define _binary_payload w.ufdio # Obsolete cross-ppc-gcc49 from cross-ppc64-gcc49 which has @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-rx-gcc11-bootstrap.changes b/cross-rx-gcc11-bootstrap.changes index 5f92f0a..79fd0c1 100644 --- a/cross-rx-gcc11-bootstrap.changes +++ b/cross-rx-gcc11-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-rx-gcc11-bootstrap.spec b/cross-rx-gcc11-bootstrap.spec index fb55d7d..9b6603d 100644 --- a/cross-rx-gcc11-bootstrap.spec +++ b/cross-rx-gcc11-bootstrap.spec @@ -24,6 +24,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -115,7 +116,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -123,6 +124,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -145,6 +147,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -233,8 +237,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -272,10 +276,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -783,7 +785,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-rx-gcc11.changes b/cross-rx-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-rx-gcc11.changes +++ b/cross-rx-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-rx-gcc11.spec b/cross-rx-gcc11.spec index cd62f46..af1ac36 100644 --- a/cross-rx-gcc11.spec +++ b/cross-rx-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-s390x-gcc11.changes b/cross-s390x-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-s390x-gcc11.changes +++ b/cross-s390x-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-s390x-gcc11.spec b/cross-s390x-gcc11.spec index 0c20d7f..f0fa5b2 100644 --- a/cross-s390x-gcc11.spec +++ b/cross-s390x-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-sparc-gcc11.changes b/cross-sparc-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-sparc-gcc11.changes +++ b/cross-sparc-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-sparc-gcc11.spec b/cross-sparc-gcc11.spec index e2b9151..28d117c 100644 --- a/cross-sparc-gcc11.spec +++ b/cross-sparc-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-sparc64-gcc11.changes b/cross-sparc64-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-sparc64-gcc11.changes +++ b/cross-sparc64-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-sparc64-gcc11.spec b/cross-sparc64-gcc11.spec index 6d251e8..c2f3a1f 100644 --- a/cross-sparc64-gcc11.spec +++ b/cross-sparc64-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: x86_64 aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/cross-x86_64-gcc11.changes b/cross-x86_64-gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/cross-x86_64-gcc11.changes +++ b/cross-x86_64-gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/cross-x86_64-gcc11.spec b/cross-x86_64-gcc11.spec index c5b6193..3456a70 100644 --- a/cross-x86_64-gcc11.spec +++ b/cross-x86_64-gcc11.spec @@ -23,6 +23,7 @@ # # spec file template for cross packages of gcc${version} # +# Copyright (c) 2021 SUSE LLC # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -114,7 +115,7 @@ Name: %{pkgname} %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -122,6 +123,7 @@ Release: 0 %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -144,6 +146,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch +License: GPL-3.0-or-later + # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple # %%cross_arch is supposed to be the rpm target variant arch @@ -232,8 +236,8 @@ ExclusiveArch: aarch64 %endif %if "%{cross_arch}" == "amdgcn" # amdgcn uses the llvm assembler and linker -BuildRequires: lld BuildRequires: llvm +BuildRequires: lld Requires: cross-amdgcn-newlib-devel >= %{version}-%{release} Requires: lld Requires: llvm @@ -271,10 +275,8 @@ Conflicts: cross-%{cross_arch}-gcc11 #!BuildIgnore: gcc-PIE BuildRequires: update-alternatives Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires(preun):update-alternatives Summary: The GNU Compiler Collection targeting %{cross_arch} -License: GPL-3.0-or-later -Group: Development/Languages/C and C++ %description The GNU Compiler Collection as a cross-compiler targeting %{cross_arch}. @@ -782,7 +784,7 @@ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-g++%{binsuffix} \ install -s $RPM_BUILD_ROOT/%{_prefix}/bin/%{gcc_target_arch}-gcc%{binsuffix} \ $RPM_BUILD_ROOT/env/usr/bin/gcc -for back in cc1 cc1plus; do +for back in cc1 cc1plus; do install -s -D $RPM_BUILD_ROOT/%{targetlibsubdir}/$back \ $RPM_BUILD_ROOT/env%{targetlibsubdir}/$back done diff --git a/gcc-11.0.1+git184217.tar.xz b/gcc-11.0.1+git184217.tar.xz deleted file mode 100644 index 723578e..0000000 --- a/gcc-11.0.1+git184217.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:016874173bb2377ed61f057a66979d180f5e918c6878c745b2f1d5abc35b3314 -size 80255372 diff --git a/gcc-11.0.1+git184252.tar.xz b/gcc-11.0.1+git184252.tar.xz new file mode 100644 index 0000000..067e331 --- /dev/null +++ b/gcc-11.0.1+git184252.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb02b043aaf6cd97d9665887d96a6c61b34694ef7c0be16406ebd8841ab573c +size 80270312 diff --git a/gcc.spec.in b/gcc.spec.in index e539a20..f4c2843 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -293,7 +293,7 @@ BuildRequires: cross-amdgcn-newlib@base_ver@-devel %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') diff --git a/gcc11-testresults.changes b/gcc11-testresults.changes index 5f92f0a..79fd0c1 100644 --- a/gcc11-testresults.changes +++ b/gcc11-testresults.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/gcc11-testresults.spec b/gcc11-testresults.spec index ff2e8c1..e239e6d 100644 --- a/gcc11-testresults.spec +++ b/gcc11-testresults.spec @@ -21,6 +21,7 @@ # # spec file for package gcc${version} # +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -308,7 +309,7 @@ BuildRequires: cross-amdgcn-newlib11-devel %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -354,6 +355,7 @@ Suggests: gcc11-info gcc11-locale %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -378,9 +380,8 @@ Patch61: gcc44-rename-info-files.patch Summary: Testsuite results License: SUSE-Public-Domain -Group: Development/Languages/C and C++ -%description +%description Results from running the gcc and target library testsuites. @@ -872,14 +873,14 @@ mkdir ../testresults export SUSE_ASNEEDED=0 export NO_BRP_CHECK_BYTECODE_VERSION=true cd obj-%{GCCDIST} -%if 0%{?run_tests:1} +%if 0%{?run_tests:1} cp `find . -name "*.sum"` ../testresults/ cp `find . -name "*.log" \! -name "config.log" | grep -v 'acats.\?/tests' | grep -v libbacktrace` ../testresults/ chmod 644 ../testresults/* %endif %if 0%{?run_tests:1} -%files +%files %defattr(-,root,root) %doc testresults/test_summary.txt %doc testresults/*.sum diff --git a/gcc11.changes b/gcc11.changes index 5f92f0a..79fd0c1 100644 --- a/gcc11.changes +++ b/gcc11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 9 19:53:23 UTC 2021 - Martin Liška + +- Bump to b04093adb28bd6ee8b0390e840219fd2bba134db. + ------------------------------------------------------------------- Fri Apr 9 12:25:39 UTC 2021 - Richard Biener diff --git a/gcc11.spec b/gcc11.spec index ba3e800..42dd531 100644 --- a/gcc11.spec +++ b/gcc11.spec @@ -16,8 +16,6 @@ # -# nospeccleaner - %if !0%{?usrmerged} %define _slibdir /%{_lib} %define slibdir /lib @@ -290,7 +288,7 @@ BuildRequires: cross-amdgcn-newlib11-devel %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64 URL: https://gcc.gnu.org/ -Version: 11.0.1+git184217 +Version: 11.0.1+git184252 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/+/-/') @@ -336,6 +334,7 @@ Suggests: gcc11-info gcc11-locale %if %{suse_version} < 1310 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif +Group: Development/Languages/C and C++ Source: gcc-%{version}.tar.xz Source1: change_spec Source2: gcc11-rpmlintrc @@ -358,9 +357,8 @@ Patch52: gcc10-foffload-default.patch Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -Summary: The GNU C Compiler and Support Files License: GPL-3.0-or-later -Group: Development/Languages/C and C++ +Summary: The GNU C Compiler and Support Files %description Core package for the GNU Compiler Collection, including the C language @@ -369,11 +367,8 @@ frontend. Language frontends other than C are split to different sub-packages, namely gcc-ada, gcc-c++, gcc-fortran, gcc-obj, gcc-obj-c++ and gcc-go. - - %package -n gcc11-32bit Summary: The GNU C Compiler 32bit support -License: GPL-3.0-or-later Group: Development/Languages/C and C++ Requires: gcc11 = %{version}-%{release} Requires: libgcc_s%{libgcc_s}-32bit >= %{version}-%{release} @@ -400,7 +395,6 @@ This package contains 32bit support for the GNU Compiler Collection. %package -n gcc11-64bit Summary: The GNU C Compiler 64bit support -License: GPL-3.0-or-later Group: Development/Languages/C and C++ Requires: gcc11 = %{version}-%{release} Requires: libgcc_s%{libgcc_s}-64bit >= %{version}-%{release} @@ -434,7 +428,6 @@ Requires: glibc-devel-64bit %description -n gcc11-64bit This package contains 64bit support for the GNU Compiler Collection. - %package devel Summary: GCC plugins development enviroment License: GPL-3.0-or-later @@ -446,7 +439,6 @@ Requires: mpc-devel %description devel Files required for developing and compiling GCC plugins. - %package locale Summary: Locale Data for the GNU Compiler Collection License: GPL-3.0-or-later @@ -457,7 +449,6 @@ Requires: gcc11 = %{version}-%{release} Locale data for the GNU Compiler Collection (GCC) to give error message in the current locale. - %package c++ Summary: The GNU C++ Compiler License: GPL-3.0-or-later @@ -468,6 +459,7 @@ Requires: libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix} = %{version} %description c++ This package contains the GNU compiler for C++. + %package c++-32bit Summary: The GNU C++ Compiler License: GPL-3.0-or-later @@ -478,6 +470,7 @@ Requires: libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-32bit = %{ve %description c++-32bit This package contains the GNU compiler for C++. + %package c++-64bit Summary: The GNU C++ Compiler License: GPL-3.0-or-later @@ -489,10 +482,9 @@ Requires: libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-64bit = %{ve %description c++-64bit This package contains the GNU compiler for C++. - %package -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix} Summary: Include Files and Libraries mandatory for Development -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: Development/Languages/C and C++ Requires: glibc-devel Requires: libstdc++%{libstdcxx_sover} >= %{version}-%{release} @@ -507,9 +499,10 @@ Requires: libstdc++%{libstdcxx_sover}-pp = %{version}-%{release} %description -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix} This package contains all the headers and libraries of the standard C++ library. It is needed for compiling C++ code. + %package -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-32bit Summary: Include Files and Libraries mandatory for Development -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: Development/Languages/C and C++ Requires: glibc-devel-32bit Requires: libstdc++%{libstdcxx_sover}-32bit >= %{version}-%{release} @@ -524,9 +517,10 @@ Requires: libstdc++%{libstdcxx_sover}-pp-32bit = %{version}-%{release} %description -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-32bit This package contains all the headers and libraries of the standard C++ library. It is needed for compiling C++ code. + %package -n libstdc++%{libstdcxx_sover}-devel%{libdevel_suffix}-64bit Summary: Include Files and Libraries mandatory for Development -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: Development/Languages/C and C++ Requires: glibc-devel-64bit Requires: libstdc++%{libstdcxx_sover}-64bit >= %{version}-%{release} @@ -560,6 +554,7 @@ Supplements: (gdb and libstdc++%{libstdcxx_sover} = %{version}-%{release}) %description -n libstdc++%{libstdcxx_sover}-pp%{libdevel_suffix} This package contains pretty printers for the C++ standard library usable from GDB. + %package -n libstdc++%{libstdcxx_sover}-pp%{libdevel_suffix}-32bit Summary: GDB pretty printers for the C++ standard library License: GPL-3.0-or-later @@ -578,6 +573,7 @@ Supplements: (gdb and libstdc++%{libstdcxx_sover}-32bit = %{version}-%{releas %description -n libstdc++%{libstdcxx_sover}-pp%{libdevel_suffix}-32bit This package contains pretty printers for the C++ standard library usable from GDB. + %package -n libstdc++%{libstdcxx_sover}-pp%{libdevel_suffix}-64bit Summary: GDB pretty printers for the C++ standard library License: GPL-3.0-or-later @@ -597,10 +593,9 @@ Supplements: (gdb and libstdc++%{libstdcxx_sover}-64bit = %{version}-%{releas This package contains pretty printers for the C++ standard library usable from GDB. - %package -n libgcc_s%{libgcc_s}%{libgcc_s_suffix} Summary: C compiler runtime library -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: System/Base Provides: libgcc_s%{libgcc_s} = %{version}-%{release} # Only one package may provide this - allows multiple gcc versions @@ -613,9 +608,10 @@ Libgcc is needed for dynamically linked C programs. %post -n libgcc_s%{libgcc_s}%{libgcc_s_suffix} -p /sbin/ldconfig %postun -n libgcc_s%{libgcc_s}%{libgcc_s_suffix} -p /sbin/ldconfig + %package -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-32bit Summary: C compiler runtime library -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: System/Base Provides: libgcc_s%{libgcc_s}-32bit = %{version}-%{release} # Only one package may provide this - allows multiple gcc versions @@ -628,9 +624,10 @@ Libgcc is needed for dynamically linked C programs. %post -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-32bit -p /sbin/ldconfig %postun -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-32bit -p /sbin/ldconfig + %package -n libgcc_s%{libgcc_s}%{libgcc_s_suffix}-64bit Summary: C compiler runtime library -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: System/Base Provides: libgcc_s%{libgcc_s}-64bit = %{version}-%{release} # Only one package may provide this - allows multiple gcc versions @@ -646,7 +643,7 @@ Libgcc is needed for dynamically linked C programs. %package -n libgomp%{libgomp_sover}%{libgomp_suffix} Summary: The GNU compiler collection OpenMP runtime library -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: System/Base Provides: libgomp%{libgomp_sover} = %{version}-%{release} # Only one package may provide this - allows multiple gcc versions @@ -663,9 +660,10 @@ option. %post -n libgomp%{libgomp_sover}%{libgomp_suffix} -p /sbin/ldconfig %postun -n libgomp%{libgomp_sover}%{libgomp_suffix} -p /sbin/ldconfig + %package -n libgomp%{libgomp_sover}%{libgomp_suffix}-32bit Summary: The GNU compiler collection OpenMP runtime library -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: System/Base Provides: libgomp%{libgomp_sover}-32bit = %{version}-%{release} # Only one package may provide this - allows multiple gcc versions @@ -682,9 +680,10 @@ option. %post -n libgomp%{libgomp_sover}%{libgomp_suffix}-32bit -p /sbin/ldconfig %postun -n libgomp%{libgomp_sover}%{libgomp_suffix}-32bit -p /sbin/ldconfig + %package -n libgomp%{libgomp_sover}%{libgomp_suffix}-64bit Summary: The GNU compiler collection OpenMP runtime library -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: System/Base Provides: libgomp%{libgomp_sover}-64bit = %{version}-%{release} # Only one package may provide this - allows multiple gcc versions @@ -704,7 +703,7 @@ option. %package -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix} Summary: The standard C++ shared library -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: System/Libraries Suggests: libstdc++%{libstdcxx_sover}-locale Provides: libstdc++%{libstdcxx_sover} = %{version}-%{release} @@ -719,9 +718,10 @@ The standard C++ library, needed for dynamically linked C++ programs. %post -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix} -p /sbin/ldconfig %postun -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix} -p /sbin/ldconfig + %package -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-32bit Summary: The standard C++ shared library -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: System/Libraries Suggests: libstdc++%{libstdcxx_sover}-locale Provides: libstdc++%{libstdcxx_sover}-32bit = %{version}-%{release} @@ -736,9 +736,10 @@ The standard C++ library, needed for dynamically linked C++ programs. %post -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-32bit -p /sbin/ldconfig %postun -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-32bit -p /sbin/ldconfig + %package -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-64bit Summary: The standard C++ shared library -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: System/Libraries Suggests: libstdc++%{libstdcxx_sover}-locale Provides: libstdc++%{libstdcxx_sover}-64bit = %{version}-%{release} @@ -756,7 +757,7 @@ The standard C++ library, needed for dynamically linked C++ programs. %package -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-locale Summary: Standard C++ Library Locales -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: System/Libraries Provides: libstdc++%{libstdcxx_sover}-locale = %{version}-%{release} # Only one package may provide this - allows multiple gcc versions @@ -766,7 +767,6 @@ Conflicts: %selfconflict libstdc++%{libstdcxx_sover}-locale %description -n libstdc++%{libstdcxx_sover}%{libstdcxx_suffix}-locale The standard C++ library locale data. - %package info Summary: Documentation for the GNU compiler collection License: GFDL-1.2-only @@ -780,7 +780,6 @@ BuildArch: noarch GNU info-pages for the GNU compiler collection covering both user-level and internals documentation. - %package objc Summary: GNU Objective C Compiler License: GPL-3.0-or-later @@ -793,6 +792,7 @@ Requires: libobjc%{libobjc_sover} >= %{version}-%{release} This package contains the GNU Objective C compiler. Objective C is an object oriented language, created by Next Inc. and used in their Nextstep OS. The source code is available in the gcc package. + %package objc-32bit Summary: GNU Objective C Compiler License: GPL-3.0-or-later @@ -805,6 +805,7 @@ Requires: libobjc%{libobjc_sover}-32bit >= %{version}-%{release} This package contains the GNU Objective C compiler. Objective C is an object oriented language, created by Next Inc. and used in their Nextstep OS. The source code is available in the gcc package. + %package objc-64bit Summary: GNU Objective C Compiler License: GPL-3.0-or-later @@ -820,7 +821,7 @@ Nextstep OS. The source code is available in the gcc package. %package -n libobjc%{libobjc_sover}%{libobjc_suffix} Summary: Library for the GNU Objective C Compiler -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: Development/Libraries/Other Provides: libobjc%{libobjc_sover} = %{version}-%{release} # Only one package may provide this - allows multiple gcc versions @@ -833,9 +834,10 @@ The library for the GNU Objective C compiler. %post -n libobjc%{libobjc_sover}%{libobjc_suffix} -p /sbin/ldconfig %postun -n libobjc%{libobjc_sover}%{libobjc_suffix} -p /sbin/ldconfig + %package -n libobjc%{libobjc_sover}%{libobjc_suffix}-32bit Summary: Library for the GNU Objective C Compiler -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: Development/Libraries/Other Provides: libobjc%{libobjc_sover}-32bit = %{version}-%{release} # Only one package may provide this - allows multiple gcc versions @@ -848,9 +850,10 @@ The library for the GNU Objective C compiler. %post -n libobjc%{libobjc_sover}%{libobjc_suffix}-32bit -p /sbin/ldconfig %postun -n libobjc%{libobjc_sover}%{libobjc_suffix}-32bit -p /sbin/ldconfig + %package -n libobjc%{libobjc_sover}%{libobjc_suffix}-64bit Summary: Library for the GNU Objective C Compiler -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: Development/Libraries/Other Provides: libobjc%{libobjc_sover}-64bit = %{version}-%{release} # Only one package may provide this - allows multiple gcc versions @@ -876,6 +879,7 @@ Requires: gcc11-objc = %{version}-%{release} This package contains the GNU Objective C++ compiler. Objective C++ is an object oriented language, created by Next Inc. and used in their Nextstep OS. The source code is available in the gcc package. + %package obj-c++-32bit Summary: GNU Objective C++ Compiler License: GPL-3.0-or-later @@ -888,6 +892,7 @@ Requires: gcc11-objc-32bit = %{version}-%{release} This package contains the GNU Objective C++ compiler. Objective C++ is an object oriented language, created by Next Inc. and used in their Nextstep OS. The source code is available in the gcc package. + %package obj-c++-64bit Summary: GNU Objective C++ Compiler License: GPL-3.0-or-later @@ -901,7 +906,6 @@ This package contains the GNU Objective C++ compiler. Objective C++ is an object oriented language, created by Next Inc. and used in their Nextstep OS. The source code is available in the gcc package. - %package -n cpp11 Summary: The GCC Preprocessor License: GPL-3.0-or-later @@ -911,7 +915,6 @@ Group: Development/Languages/C and C++ This Package contains just the preprocessor that is used by the X11 packages. - %package ada Summary: GNU Ada Compiler Based on GCC (GNAT) License: GPL-3.0-or-later @@ -923,6 +926,7 @@ Requires: libada11 = %{version}-%{release} %description ada This package contains an Ada compiler and associated development tools based on the GNU GCC technology. + %package ada-32bit Summary: GNU Ada Compiler Based on GCC (GNAT) License: GPL-3.0-or-later @@ -934,6 +938,7 @@ Requires: libada11-32bit = %{version}-%{release} %description ada-32bit This package contains an Ada compiler and associated development tools based on the GNU GCC technology. + %package ada-64bit Summary: GNU Ada Compiler Based on GCC (GNAT) License: GPL-3.0-or-later @@ -948,7 +953,7 @@ tools based on the GNU GCC technology. %package -n libada11 Summary: GNU Ada Runtime Libraries -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: System/Libraries Provides: libgnarl-11 = %{version}-%{release} # FIXME: remove %{after} service-format_spec_file is fixed @@ -968,9 +973,10 @@ implementation of Distributed Systems Programming (GLADE) and the Posix %post -n libada11 -p /sbin/ldconfig %postun -n libada11 -p /sbin/ldconfig + %package -n libada11-32bit Summary: GNU Ada Runtime Libraries -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: System/Libraries Provides: libgnarl-11-32bit = %{version}-%{release} # FIXME: remove %{after} service-format_spec_file is fixed @@ -990,9 +996,10 @@ implementation of Distributed Systems Programming (GLADE) and the Posix %post -n libada11-32bit -p /sbin/ldconfig %postun -n libada11-32bit -p /sbin/ldconfig + %package -n libada11-64bit Summary: GNU Ada Runtime Libraries -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: System/Libraries Provides: libgnarl-11-64bit = %{version}-%{release} # FIXME: remove %{after} service-format_spec_file is fixed @@ -1026,6 +1033,7 @@ Requires: libquadmath%{libquadmath_sover} >= %{version}-%{release} %description fortran This is the Fortran compiler of the GNU Compiler Collection (GCC). + %package fortran-32bit Summary: The GNU Fortran Compiler and Support Files License: GPL-3.0-or-later @@ -1039,6 +1047,7 @@ Requires: libquadmath%{libquadmath_sover}-32bit >= %{version}-%{release} %description fortran-32bit This is the Fortran compiler of the GNU Compiler Collection (GCC). + %package fortran-64bit Summary: The GNU Fortran Compiler and Support Files License: GPL-3.0-or-later @@ -1055,7 +1064,7 @@ This is the Fortran compiler of the GNU Compiler Collection (GCC). %package -n libgfortran%{libgfortran_sover}%{libgfortran_suffix} Summary: The GNU Fortran Compiler Runtime Library -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: Development/Languages/Fortran %ifarch %quadmath_arch Requires: libquadmath%{libquadmath_sover} >= %{version}-%{release} @@ -1072,9 +1081,10 @@ of the GNU Compiler Collection (GCC). %post -n libgfortran%{libgfortran_sover}%{libgfortran_suffix} -p /sbin/ldconfig %postun -n libgfortran%{libgfortran_sover}%{libgfortran_suffix} -p /sbin/ldconfig + %package -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-32bit Summary: The GNU Fortran Compiler Runtime Library -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: Development/Languages/Fortran %ifarch %quadmath_arch Requires: libquadmath%{libquadmath_sover}-32bit >= %{version}-%{release} @@ -1091,9 +1101,10 @@ of the GNU Compiler Collection (GCC). %post -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-32bit -p /sbin/ldconfig %postun -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-32bit -p /sbin/ldconfig + %package -n libgfortran%{libgfortran_sover}%{libgfortran_suffix}-64bit Summary: The GNU Fortran Compiler Runtime Library -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: Development/Languages/Fortran %ifarch %quadmath_arch Requires: libquadmath%{libquadmath_sover}-64bit >= %{version}-%{release} @@ -1128,6 +1139,7 @@ operations. %post -n libquadmath%{libquadmath_sover}%{libquadmath_suffix} -p /sbin/ldconfig %postun -n libquadmath%{libquadmath_sover}%{libquadmath_suffix} -p /sbin/ldconfig + %package -n libquadmath%{libquadmath_sover}%{libquadmath_suffix}-32bit Summary: The GNU Fortran Compiler Quadmath Runtime Library License: LGPL-2.1-only @@ -1145,6 +1157,7 @@ operations. %post -n libquadmath%{libquadmath_sover}%{libquadmath_suffix}-32bit -p /sbin/ldconfig %postun -n libquadmath%{libquadmath_sover}%{libquadmath_suffix}-32bit -p /sbin/ldconfig + %package -n libquadmath%{libquadmath_sover}%{libquadmath_suffix}-64bit Summary: The GNU Fortran Compiler Quadmath Runtime Library License: LGPL-2.1-only @@ -1179,6 +1192,7 @@ The runtime library needed to run programs compiled with the %post -n libitm%{libitm_sover}%{libitm_suffix} -p /sbin/ldconfig %postun -n libitm%{libitm_sover}%{libitm_suffix} -p /sbin/ldconfig + %package -n libitm%{libitm_sover}%{libitm_suffix}-32bit Summary: The GNU Compiler Transactional Memory Runtime Library License: MIT @@ -1195,6 +1209,7 @@ The runtime library needed to run programs compiled with the %post -n libitm%{libitm_sover}%{libitm_suffix}-32bit -p /sbin/ldconfig %postun -n libitm%{libitm_sover}%{libitm_suffix}-32bit -p /sbin/ldconfig + %package -n libitm%{libitm_sover}%{libitm_suffix}-64bit Summary: The GNU Compiler Transactional Memory Runtime Library License: MIT @@ -1228,6 +1243,7 @@ The runtime library needed to run programs compiled with the %post -n libasan%{libasan_sover}%{libasan_suffix} -p /sbin/ldconfig %postun -n libasan%{libasan_sover}%{libasan_suffix} -p /sbin/ldconfig + %package -n libasan%{libasan_sover}%{libasan_suffix}-32bit Summary: The GNU Compiler Address Sanitizer Runtime Library License: MIT @@ -1244,6 +1260,7 @@ The runtime library needed to run programs compiled with the %post -n libasan%{libasan_sover}%{libasan_suffix}-32bit -p /sbin/ldconfig %postun -n libasan%{libasan_sover}%{libasan_suffix}-32bit -p /sbin/ldconfig + %package -n libasan%{libasan_sover}%{libasan_suffix}-64bit Summary: The GNU Compiler Address Sanitizer Runtime Library License: MIT @@ -1277,6 +1294,7 @@ The runtime library needed to run programs compiled with the %post -n libtsan%{libtsan_sover}%{libtsan_suffix} -p /sbin/ldconfig %postun -n libtsan%{libtsan_sover}%{libtsan_suffix} -p /sbin/ldconfig + %package -n libtsan%{libtsan_sover}%{libtsan_suffix}-32bit Summary: The GNU Compiler Thread Sanitizer Runtime Library License: MIT @@ -1293,6 +1311,7 @@ The runtime library needed to run programs compiled with the %post -n libtsan%{libtsan_sover}%{libtsan_suffix}-32bit -p /sbin/ldconfig %postun -n libtsan%{libtsan_sover}%{libtsan_suffix}-32bit -p /sbin/ldconfig + %package -n libtsan%{libtsan_sover}%{libtsan_suffix}-64bit Summary: The GNU Compiler Thread Sanitizer Runtime Library License: MIT @@ -1326,6 +1345,7 @@ The runtime library needed to run programs compiled with the %post -n libhwasan%{libhwasan_sover}%{libhwasan_suffix} -p /sbin/ldconfig %postun -n libhwasan%{libhwasan_sover}%{libhwasan_suffix} -p /sbin/ldconfig + %package -n libhwasan%{libhwasan_sover}%{libhwasan_suffix}-32bit Summary: The GNU Compiler Hardware-assisted Address Sanitizer Runtime Library License: MIT @@ -1342,6 +1362,7 @@ The runtime library needed to run programs compiled with the %post -n libhwasan%{libhwasan_sover}%{libhwasan_suffix}-32bit -p /sbin/ldconfig %postun -n libhwasan%{libhwasan_sover}%{libhwasan_suffix}-32bit -p /sbin/ldconfig + %package -n libhwasan%{libhwasan_sover}%{libhwasan_suffix}-64bit Summary: The GNU Compiler Hardware-assisted Address Sanitizer Runtime Library License: MIT @@ -1361,7 +1382,7 @@ The runtime library needed to run programs compiled with the %package -n libatomic%{libatomic_sover}%{libatomic_suffix} Summary: The GNU Compiler Atomic Operations Runtime Library -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: Development/Languages/C and C++ Provides: libatomic%{libatomic_sover} = %{version}-%{release} # Only one package may provide this - allows multiple gcc versions @@ -1374,9 +1395,10 @@ The runtime library for atomic operations of the GNU Compiler Collection (GCC). %post -n libatomic%{libatomic_sover}%{libatomic_suffix} -p /sbin/ldconfig %postun -n libatomic%{libatomic_sover}%{libatomic_suffix} -p /sbin/ldconfig + %package -n libatomic%{libatomic_sover}%{libatomic_suffix}-32bit Summary: The GNU Compiler Atomic Operations Runtime Library -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: Development/Languages/C and C++ Provides: libatomic%{libatomic_sover}-32bit = %{version}-%{release} # Only one package may provide this - allows multiple gcc versions @@ -1389,9 +1411,10 @@ The runtime library for atomic operations of the GNU Compiler Collection (GCC). %post -n libatomic%{libatomic_sover}%{libatomic_suffix}-32bit -p /sbin/ldconfig %postun -n libatomic%{libatomic_sover}%{libatomic_suffix}-32bit -p /sbin/ldconfig + %package -n libatomic%{libatomic_sover}%{libatomic_suffix}-64bit Summary: The GNU Compiler Atomic Operations Runtime Library -License: GPL-3.0 WITH GCC-exception-3.1 +License: GPL-3.0-only WITH GCC-exception-3.1 Group: Development/Languages/C and C++ Provides: libatomic%{libatomic_sover}-64bit = %{version}-%{release} # Only one package may provide this - allows multiple gcc versions @@ -1421,6 +1444,7 @@ The runtime library needed to run programs compiled with the %post -n liblsan%{liblsan_sover}%{liblsan_suffix} -p /sbin/ldconfig %postun -n liblsan%{liblsan_sover}%{liblsan_suffix} -p /sbin/ldconfig + %package -n liblsan%{liblsan_sover}%{liblsan_suffix}-32bit Summary: The GNU Compiler Leak Sanitizer Runtime Library License: MIT @@ -1437,6 +1461,7 @@ The runtime library needed to run programs compiled with the %post -n liblsan%{liblsan_sover}%{liblsan_suffix}-32bit -p /sbin/ldconfig %postun -n liblsan%{liblsan_sover}%{liblsan_suffix}-32bit -p /sbin/ldconfig + %package -n liblsan%{liblsan_sover}%{liblsan_suffix}-64bit Summary: The GNU Compiler Leak Sanitizer Runtime Library License: MIT @@ -1470,6 +1495,7 @@ The runtime library needed to run programs compiled with the %post -n libubsan%{libubsan_sover}%{libubsan_suffix} -p /sbin/ldconfig %postun -n libubsan%{libubsan_sover}%{libubsan_suffix} -p /sbin/ldconfig + %package -n libubsan%{libubsan_sover}%{libubsan_suffix}-32bit Summary: The GNU Compiler Undefined Sanitizer Runtime Library License: MIT @@ -1486,6 +1512,7 @@ The runtime library needed to run programs compiled with the %post -n libubsan%{libubsan_sover}%{libubsan_suffix}-32bit -p /sbin/ldconfig %postun -n libubsan%{libubsan_sover}%{libubsan_suffix}-32bit -p /sbin/ldconfig + %package -n libubsan%{libubsan_sover}%{libubsan_suffix}-64bit Summary: The GNU Compiler Undefined Sanitizer Runtime Library License: MIT @@ -1519,6 +1546,7 @@ The runtime library needed to run programs compiled with the %post -n libvtv%{libvtv_sover}%{libvtv_suffix} -p /sbin/ldconfig %postun -n libvtv%{libvtv_sover}%{libvtv_suffix} -p /sbin/ldconfig + %package -n libvtv%{libvtv_sover}%{libvtv_suffix}-32bit Summary: The GNU Compiler Vtable Verifier Runtime Library License: MIT @@ -1535,6 +1563,7 @@ The runtime library needed to run programs compiled with the %post -n libvtv%{libvtv_sover}%{libvtv_suffix}-32bit -p /sbin/ldconfig %postun -n libvtv%{libvtv_sover}%{libvtv_suffix}-32bit -p /sbin/ldconfig + %package -n libvtv%{libvtv_sover}%{libvtv_suffix}-64bit Summary: The GNU Compiler Vtable Verifier Runtime Library License: MIT @@ -1574,6 +1603,7 @@ Requires: libgo%{libgo_sover} >= %{version}-%{release} %description go This package contains a Go compiler and associated development files based on the GNU GCC technology. + %package go-32bit Summary: GNU Go Compiler License: GPL-3.0-or-later @@ -1585,6 +1615,7 @@ Requires: libgo%{libgo_sover}-32bit >= %{version}-%{release} %description go-32bit This package contains a Go compiler and associated development files based on the GNU GCC technology. + %package go-64bit Summary: GNU Go Compiler License: GPL-3.0-or-later @@ -1612,6 +1643,7 @@ Runtime library for the GNU Go language. %post -n libgo%{libgo_sover}%{libgo_suffix} -p /sbin/ldconfig %postun -n libgo%{libgo_sover}%{libgo_suffix} -p /sbin/ldconfig + %package -n libgo%{libgo_sover}%{libgo_suffix}-32bit Summary: GNU Go compiler runtime library License: BSD-3-Clause @@ -1627,6 +1659,7 @@ Runtime library for the GNU Go language. %post -n libgo%{libgo_sover}%{libgo_suffix}-32bit -p /sbin/ldconfig %postun -n libgo%{libgo_sover}%{libgo_suffix}-32bit -p /sbin/ldconfig + %package -n libgo%{libgo_sover}%{libgo_suffix}-64bit Summary: GNU Go compiler runtime library License: BSD-3-Clause @@ -1655,6 +1688,7 @@ Requires: libgphobos%{libgphobos_sover} >= %{version}-%{release} %description d This package contains a D compiler and associated development files based on the GNU GCC technology. + %package d-32bit Summary: GNU D Compiler License: GPL-3.0-or-later @@ -1667,6 +1701,7 @@ Requires: libgphobos%{libgphobos_sover}-32bit >= %{version}-%{release} %description d-32bit This package contains a D compiler and associated development files based on the GNU GCC technology. + %package d-64bit Summary: GNU D Compiler License: GPL-3.0-or-later @@ -1695,6 +1730,7 @@ Runtime library for the GNU D language. %post -n libgphobos%{libgphobos_sover}%{libgphobos_suffix} -p /sbin/ldconfig %postun -n libgphobos%{libgphobos_sover}%{libgphobos_suffix} -p /sbin/ldconfig + %package -n libgphobos%{libgphobos_sover}%{libgphobos_suffix}-32bit Summary: GNU D compiler runtime library License: BSL-1.0 @@ -1710,6 +1746,7 @@ Runtime library for the GNU D language. %post -n libgphobos%{libgphobos_sover}%{libgphobos_suffix}-32bit -p /sbin/ldconfig %postun -n libgphobos%{libgphobos_sover}%{libgphobos_suffix}-32bit -p /sbin/ldconfig + %package -n libgphobos%{libgphobos_sover}%{libgphobos_suffix}-64bit Summary: GNU D compiler runtime library License: BSL-1.0 @@ -1741,6 +1778,7 @@ Runtime library for the GNU D language. %post -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix} -p /sbin/ldconfig %postun -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix} -p /sbin/ldconfig + %package -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix}-32bit Summary: GNU D compiler runtime library License: BSL-1.0 @@ -1756,6 +1794,7 @@ Runtime library for the GNU D language. %post -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix}-32bit -p /sbin/ldconfig %postun -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix}-32bit -p /sbin/ldconfig + %package -n libgdruntime%{libgdruntime_sover}%{libgdruntime_suffix}-64bit Summary: GNU D compiler runtime library License: BSL-1.0 @@ -1775,7 +1814,6 @@ Runtime library for the GNU D language. %package -n libgccjit%{libgccjit_sover}%{libgccjit_suffix} Summary: The GNU Compiler Collection JIT library License: GPL-3.0-or-later -Group: Development/Languages/C and C++ Provides: libgccjit%{libgccjit_sover} = %{version}-%{release} Requires: gcc11 @@ -1797,7 +1835,6 @@ Package contains header files and documentation for GCC JIT front-end. %package -n gcc11-testresults Summary: Testsuite results License: SUSE-Public-Domain -Group: Development/Languages/C and C++ %description -n gcc11-testresults Results from running the gcc and target library testsuites. @@ -2533,7 +2570,7 @@ for l in `find %{buildroot} -name '*.la'`; do mv $l.new $l done -%if 0%{?run_tests:1} +%if 0%{?run_tests:1} cp `find . -name "*.sum"` ../testresults/ cp `find . -name "*.log" \! -name "config.log" | grep -v 'acats.\?/tests' | grep -v libbacktrace` ../testresults/ chmod 644 ../testresults/* @@ -2586,7 +2623,7 @@ mv %{buildroot}/%{_infodir}/libgomp.info %{buildroot}/%{_infodir}/libgomp%{binsu %ifarch %itm_arch mv %{buildroot}/%{_infodir}/libitm.info %{buildroot}/%{_infodir}/libitm%{binsuffix}.info %endif -%if %{build_fortran} +%if %{build_fortran} %ifarch %quadmath_arch mv %{buildroot}/%{_infodir}/libquadmath.info %{buildroot}/%{_infodir}/libquadmath%{binsuffix}.info %endif @@ -2613,7 +2650,7 @@ cat cpplib%{binsuffix}.lang gcc%{binsuffix}.lang > gcc11-locale.lang %ifarch %itm_arch %install_info --info-dir=%{_infodir} %{_infodir}/libitm%{binsuffix}.info.gz %endif -%if %{build_fortran} +%if %{build_fortran} %install_info --info-dir=%{_infodir} %{_infodir}/gfortran%{binsuffix}.info.gz %ifarch %quadmath_arch %install_info --info-dir=%{_infodir} %{_infodir}/libquadmath%{binsuffix}.info.gz