rebuilt with gcc 5.3.0 [release 2.4.6-3mamba;Thu Dec 17 2015]

This commit is contained in:
Silvan Calarco 2024-01-06 05:56:39 +01:00
parent 3dcc2afbc2
commit e319e7ac97

View File

@ -1,8 +1,8 @@
%define pkgver %(echo %version | sed "s|[a-z]||") %define pkgver %(echo %version | sed "s|[a-z]||")
%define gccver 5.2.0 %define gccver 5.3.0
Name: libtool Name: libtool
Version: 2.4.6 Version: 2.4.6
Release: 2mamba Release: 3mamba
Summary: The GNU libtool, which simplifies the use of shared libraries Summary: The GNU libtool, which simplifies the use of shared libraries
Group: Development/Tools Group: Development/Tools
Vendor: openmamba Vendor: openmamba
@ -15,7 +15,7 @@ License: GPL
BuildRequires: glibc-devel BuildRequires: glibc-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: ldconfig BuildRequires: ldconfig
BuildRequires: gcc >= 4.9.2 BuildRequires: gcc = %{gccver}
Requires(post):%{__install_info} Requires(post):%{__install_info}
Requires: ldconfig >= 2.3.4 Requires: ldconfig >= 2.3.4
Requires: gcc = %{gccver} Requires: gcc = %{gccver}
@ -117,6 +117,9 @@ This package contains static libraries and header files need for development.
#%doc ChangeLog* NEWS README THANKS TODO doc/PLATFORMS #%doc ChangeLog* NEWS README THANKS TODO doc/PLATFORMS
%changelog %changelog
* Thu Dec 17 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.6-3mamba
- rebuilt with gcc 5.3.0
* Wed Nov 25 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.6-2mamba * Wed Nov 25 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.6-2mamba
- rebuilt with gcc 5.2.0 - rebuilt with gcc 5.2.0