From aab4de714eab856115cf05556c091d273b6b91b1 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:37:57 +0100 Subject: [PATCH] update to 13.2.0 [release 13.2.0-1mamba;Thu Aug 10 2023] --- gcc.spec | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/gcc.spec b/gcc.spec index c942318..3e0ef1b 100644 --- a/gcc.spec +++ b/gcc.spec @@ -1,6 +1,6 @@ # openmamba cross platform gcc specfile -%define git_commit 9a167ee2f8b9a0859fbab6cfdc276cf1f272effe -%define git_commit_ver 13.1.1 +#%define git_commit 9a167ee2f8b9a0859fbab6cfdc276cf1f272effe +#%define git_commit_ver 13.1.1 %define target_cpu %(echo %{_target_platform} | cut -d- -f1) %if "%{?_target_platform}" != "%{_host}" @@ -41,16 +41,16 @@ %define majver %(echo %version | cut -d. -f 1-2) Name: gcc -Version: 13.1.1 -Release: 2mamba +Version: 13.2.0 +Release: 1mamba Summary: GNU Compiler Collection (C, C++, Fortran, Go, Ada) Group: Applications/Development Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://gcc.gnu.org/ -Source: https://sourceware.org/git/gcc.git/master@%{git_commit}/gcc-%{version}.tar.bz2 -#Source: https://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-%{version}.tar.xz +#Source: https://sourceware.org/git/gcc.git/master@%{git_commit}/gcc-%{version}.tar.bz2 +Source: https://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-%{version}.tar.xz Patch0: %{name}-4.5.0-no_fixincludes.patch Patch1: %{name}-4.0.2-zextract.patch Patch2: gcc4-java-nomulti.patch @@ -111,6 +111,7 @@ BuildRequires: libalsa-devel >= 1.0.11 BuildRequires: libcairo-devel >= 1.4.10 BuildRequires: libxcb-util-devel >= 0.2 BuildRequires: libisl-devel >= 0.14 +BuildRequires: libxcrypt-devel #% endif #% else #BuildRequires: cross-%{target_cpu}-glibc%{?glibc_require_append} >= 2.5 @@ -598,10 +599,10 @@ Cross Platform gcc for %{_target_platform}. %global __spec_rmbuild_cmd /bin/true %prep -%if "%{git_commit_ver}" != "%{version}" -echo "Needed to update git commit for gcc %{version}" -exit 1 -%endif +#%if "%{git_commit_ver}" != "%{version}" +#echo "Needed to update git commit for gcc %{version}" +#exit 1 +#%endif %setup -q -n gcc-%{version}%{?gcc_extraver} #-D -T @@ -1339,9 +1340,7 @@ rm -f %{buildroot}%{_infodir}/libffi.info* #%doc gcc/doc/gfortran.pdf %endif %endif -%ifnarch arm aarch64 %{_infodir}/libquadmath.info.* -%endif %if "%{disable_doc}" != "1" #%doc gcc/doc/cpp.pdf #%doc gcc/doc/cppinternals.pdf @@ -1478,6 +1477,9 @@ rm -f %{buildroot}%{_infodir}/libffi.info* %endif %changelog +* Thu Aug 10 2023 Silvan Calarco 13.2.0-1mamba +- update to 13.2.0 + * Tue Jun 20 2023 Silvan Calarco 13.1.1-2mamba - libgomp: patch to workaround environ null pointer in initialize_env