Rebuild for gcc 4.4

This commit is contained in:
Richard W.M. Jones 2009-02-20 23:29:25 +00:00
parent eaee437cef
commit 83169c53d4

View File

@ -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 <rjones@redhat.com> - 5.2-5
- Rebuild for mingw32-gcc 4.4
* Sat Nov 22 2008 Richard W.M. Jones <rjones@redhat.com> - 5.2-4
- Rename *.dll.a to lib*.dll.a so that libtool can use these libraries.