From e319e7ac979eab3fb6e3be2aac6581d2e215d89f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:56:39 +0100 Subject: [PATCH] rebuilt with gcc 5.3.0 [release 2.4.6-3mamba;Thu Dec 17 2015] --- libtool.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libtool.spec b/libtool.spec index 6435344..b37c088 100644 --- a/libtool.spec +++ b/libtool.spec @@ -1,8 +1,8 @@ %define pkgver %(echo %version | sed "s|[a-z]||") -%define gccver 5.2.0 +%define gccver 5.3.0 Name: libtool Version: 2.4.6 -Release: 2mamba +Release: 3mamba Summary: The GNU libtool, which simplifies the use of shared libraries Group: Development/Tools Vendor: openmamba @@ -15,7 +15,7 @@ License: GPL BuildRequires: glibc-devel ## AUTOBUILDREQ-END BuildRequires: ldconfig -BuildRequires: gcc >= 4.9.2 +BuildRequires: gcc = %{gccver} Requires(post):%{__install_info} Requires: ldconfig >= 2.3.4 Requires: gcc = %{gccver} @@ -117,6 +117,9 @@ This package contains static libraries and header files need for development. #%doc ChangeLog* NEWS README THANKS TODO doc/PLATFORMS %changelog +* Thu Dec 17 2015 Silvan Calarco 2.4.6-3mamba +- rebuilt with gcc 5.3.0 + * Wed Nov 25 2015 Silvan Calarco 2.4.6-2mamba - rebuilt with gcc 5.2.0