update to 13.2.0 [release 13.2.0-1mamba;Thu Aug 10 2023]
This commit is contained in:
parent
9d818337b1
commit
aab4de714e
26
gcc.spec
26
gcc.spec
@ -1,6 +1,6 @@
|
|||||||
# openmamba cross platform gcc specfile
|
# openmamba cross platform gcc specfile
|
||||||
%define git_commit 9a167ee2f8b9a0859fbab6cfdc276cf1f272effe
|
#%define git_commit 9a167ee2f8b9a0859fbab6cfdc276cf1f272effe
|
||||||
%define git_commit_ver 13.1.1
|
#%define git_commit_ver 13.1.1
|
||||||
|
|
||||||
%define target_cpu %(echo %{_target_platform} | cut -d- -f1)
|
%define target_cpu %(echo %{_target_platform} | cut -d- -f1)
|
||||||
%if "%{?_target_platform}" != "%{_host}"
|
%if "%{?_target_platform}" != "%{_host}"
|
||||||
@ -41,16 +41,16 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: gcc
|
Name: gcc
|
||||||
Version: 13.1.1
|
Version: 13.2.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: GNU Compiler Collection (C, C++, Fortran, Go, Ada)
|
Summary: GNU Compiler Collection (C, C++, Fortran, Go, Ada)
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Source: https://sourceware.org/git/gcc.git/master@%{git_commit}/gcc-%{version}.tar.bz2
|
#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://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-%{version}.tar.xz
|
||||||
Patch0: %{name}-4.5.0-no_fixincludes.patch
|
Patch0: %{name}-4.5.0-no_fixincludes.patch
|
||||||
Patch1: %{name}-4.0.2-zextract.patch
|
Patch1: %{name}-4.0.2-zextract.patch
|
||||||
Patch2: gcc4-java-nomulti.patch
|
Patch2: gcc4-java-nomulti.patch
|
||||||
@ -111,6 +111,7 @@ BuildRequires: libalsa-devel >= 1.0.11
|
|||||||
BuildRequires: libcairo-devel >= 1.4.10
|
BuildRequires: libcairo-devel >= 1.4.10
|
||||||
BuildRequires: libxcb-util-devel >= 0.2
|
BuildRequires: libxcb-util-devel >= 0.2
|
||||||
BuildRequires: libisl-devel >= 0.14
|
BuildRequires: libisl-devel >= 0.14
|
||||||
|
BuildRequires: libxcrypt-devel
|
||||||
#% endif
|
#% endif
|
||||||
#% else
|
#% else
|
||||||
#BuildRequires: cross-%{target_cpu}-glibc%{?glibc_require_append} >= 2.5
|
#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
|
%global __spec_rmbuild_cmd /bin/true
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if "%{git_commit_ver}" != "%{version}"
|
#%if "%{git_commit_ver}" != "%{version}"
|
||||||
echo "Needed to update git commit for gcc %{version}"
|
#echo "Needed to update git commit for gcc %{version}"
|
||||||
exit 1
|
#exit 1
|
||||||
%endif
|
#%endif
|
||||||
|
|
||||||
%setup -q -n gcc-%{version}%{?gcc_extraver}
|
%setup -q -n gcc-%{version}%{?gcc_extraver}
|
||||||
#-D -T
|
#-D -T
|
||||||
@ -1339,9 +1340,7 @@ rm -f %{buildroot}%{_infodir}/libffi.info*
|
|||||||
#%doc gcc/doc/gfortran.pdf
|
#%doc gcc/doc/gfortran.pdf
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%ifnarch arm aarch64
|
|
||||||
%{_infodir}/libquadmath.info.*
|
%{_infodir}/libquadmath.info.*
|
||||||
%endif
|
|
||||||
%if "%{disable_doc}" != "1"
|
%if "%{disable_doc}" != "1"
|
||||||
#%doc gcc/doc/cpp.pdf
|
#%doc gcc/doc/cpp.pdf
|
||||||
#%doc gcc/doc/cppinternals.pdf
|
#%doc gcc/doc/cppinternals.pdf
|
||||||
@ -1478,6 +1477,9 @@ rm -f %{buildroot}%{_infodir}/libffi.info*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 20 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 13.1.1-2mamba
|
||||||
- libgomp: patch to workaround environ null pointer in initialize_env
|
- libgomp: patch to workaround environ null pointer in initialize_env
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user