From bc7366071cf864000c420b172f27f068ac3bf89b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 12 May 2024 20:53:19 +0200 Subject: [PATCH] rebuilt with gcc 14.1.0 [release 2.4.7-7mamba;Sat May 11 2024] --- libtool.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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