rebuilt with gcc 11.2.0 [release 2.4.6-16mamba;Fri Jul 30 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 05:56:41 +01:00
parent bc5dc58e52
commit eb77e67820

View File

@ -1,8 +1,8 @@
%define pkgver %(echo %version | sed "s|[a-z]||") %define pkgver %(echo %version | sed "s|[a-z]||")
%define gccver 11.1.0 %define gccver 11.2.0
Name: libtool Name: libtool
Version: 2.4.6 Version: 2.4.6
Release: 15mamba Release: 16mamba
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
@ -49,7 +49,7 @@ This package contains static libraries and header files needed for development.
%debug_package %debug_package
%prep %prep
%setup -q -n %{name}-%{version} %setup -q
%build %build
%configure %configure
@ -117,6 +117,9 @@ This package contains static libraries and header files needed for development.
#%doc ChangeLog* NEWS README THANKS TODO doc/PLATFORMS #%doc ChangeLog* NEWS README THANKS TODO doc/PLATFORMS
%changelog %changelog
* Fri Jul 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.6-16mamba
- rebuilt with gcc 11.2.0
* Tue May 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.6-15mamba * Tue May 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.6-15mamba
- rebuilt with gcc 11.1.0 - rebuilt with gcc 11.1.0