From 83169c53d45b8df578e9987dc5168ddaef034f13 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 20 Feb 2009 23:29:25 +0000 Subject: [PATCH] Rebuild for gcc 4.4 --- mingw32-readline.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mingw32-readline.spec b/mingw32-readline.spec index 9d8f6e8..f26db3d 100644 --- a/mingw32-readline.spec +++ b/mingw32-readline.spec @@ -6,7 +6,7 @@ Name: mingw32-readline Version: 5.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: MinGW port of readline for editing typed command lines License: GPLv2+ @@ -31,7 +31,7 @@ Patch13: readline-5.2-redisplay-sigint.patch BuildArch: noarch -BuildRequires: mingw32-filesystem >= 29 +BuildRequires: mingw32-filesystem >= 49 BuildRequires: mingw32-gcc BuildRequires: mingw32-binutils BuildRequires: mingw32-termcap >= 1.3.1-3 @@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 20 2009 Richard W.M. Jones - 5.2-5 +- Rebuild for mingw32-gcc 4.4 + * Sat Nov 22 2008 Richard W.M. Jones - 5.2-4 - Rename *.dll.a to lib*.dll.a so that libtool can use these libraries.