From 021de953e181f7372e1f335c94bfdf83c2e2d616 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:56:40 +0100 Subject: [PATCH] rebuilt with gcc 9.2.0 [release 2.4.6-10mamba;Wed Aug 28 2019] --- libtool.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libtool.spec b/libtool.spec index 8a34f0c..94e5b7c 100644 --- a/libtool.spec +++ b/libtool.spec @@ -1,8 +1,8 @@ %define pkgver %(echo %version | sed "s|[a-z]||") -%define gccver 8.3.0 +%define gccver 9.2.0 Name: libtool Version: 2.4.6 -Release: 9mamba +Release: 10mamba Summary: The GNU libtool, which simplifies the use of shared libraries Group: Development/Tools Vendor: openmamba @@ -117,6 +117,9 @@ This package contains static libraries and header files need for development. #%doc ChangeLog* NEWS README THANKS TODO doc/PLATFORMS %changelog +* Wed Aug 28 2019 Silvan Calarco 2.4.6-10mamba +- rebuilt with gcc 9.2.0 + * Wed Feb 27 2019 Silvan Calarco 2.4.6-9mamba - rebuilt with gcc 8.3.0 @@ -269,7 +272,7 @@ This package contains static libraries and header files need for development. * Tue May 13 2003 Silvan Calarco 1.4.3-4qilnx - rebuilt because ltmain.sh had wrong version number (don't know why..) -* Mon Apr 22 2003 Silvan Calarco 1.4.3-3qilnx +* Tue Apr 22 2003 Silvan Calarco 1.4.3-3qilnx - removed Prefix variable definition * Mon Apr 14 2003 Mirko Cortillaro