From 1c990b012ca16006e0457b80c8d4ea6f22c92861 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 9 Jun 2008 19:46:40 +0000 Subject: build against gcc-4.3.1 --- libtool.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libtool.spec b/libtool.spec index 77b95f8..b217f60 100644 --- a/libtool.spec +++ b/libtool.spec @@ -1,9 +1,9 @@ -%define gcc_version 4.3.0 +%define gcc_version 4.3.1 Summary: The GNU Portable Library Tool Name: libtool Version: 1.5.26 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz @@ -152,6 +152,9 @@ fi %changelog +* Mon Jun 09 2008 Dennis Gilmore 1.5.26-2 +- build against gcc 4.3.1 + * Tue May 20 2008 Stepan Kasal 1.5.26-1 - new upstream version, requires autoconf >= 2.58 -- cgit