update to 13.2.0 [release 13.2.0-1mamba;Thu Aug 10 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 22:37:57 +01:00
parent 9d818337b1
commit aab4de714e

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 13.2.0-1mamba
- update to 13.2.0
* Tue Jun 20 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 13.1.1-2mamba
- libgomp: patch to workaround environ null pointer in initialize_env