diff --git a/libtool.spec b/libtool.spec index a877eac..34e730c 100644 --- a/libtool.spec +++ b/libtool.spec @@ -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 2.4.7-7mamba +- rebuilt with gcc 14.1.0 + * Wed Aug 16 2023 Silvan Calarco 2.4.7-6mamba - rebuilt with gcc 13.2.0