rebuilt with gcc 14.1.0 [release 2.4.7-7mamba;Sat May 11 2024]

This commit is contained in:
Silvan Calarco 2024-05-12 20:53:19 +02:00
parent ee1bc4c21d
commit bc7366071c

View File

@ -1,8 +1,8 @@
%define pkgver %(echo %version | sed "s|[a-z]||")
%define gccver 13.2.0
%define gccver 14.1.0
Name: libtool
Version: 2.4.7
Release: 6mamba
Release: 7mamba
Summary: The GNU libtool, which simplifies the use of shared libraries
Group: Development/Tools
Vendor: openmamba
@ -59,6 +59,8 @@ This package contains static libraries and header files needed for development.
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
rm -f %{buildroot}%{_infodir}/dir
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -116,6 +118,9 @@ This package contains static libraries and header files needed for development.
#%doc ChangeLog* NEWS README THANKS TODO doc/PLATFORMS
%changelog
* Sat May 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.7-7mamba
- rebuilt with gcc 14.1.0
* Wed Aug 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.7-6mamba
- rebuilt with gcc 13.2.0