From f76713ca7ad4eef54d223ae45b79a6555d3827e0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] - Allow '.' in dll names for find-requires - Windows provides GDI32.DLL. --- filesystem/mingw-filesystem.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/filesystem/mingw-filesystem.spec b/filesystem/mingw-filesystem.spec index 317d73e..7e78ffa 100644 --- a/filesystem/mingw-filesystem.spec +++ b/filesystem/mingw-filesystem.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: mingw-filesystem -Version: 20 +Version: 21 Release: 1%{?dist} Summary: MinGW base filesystem and environment @@ -26,6 +26,7 @@ Requires: rpm Provides: mingw(msvcrt.dll) Provides: mingw(kernel32.dll) Provides: mingw(user32.dll) +Provides: mingw(gdi32.dll) %description @@ -107,6 +108,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Sep 10 2008 Richard W.M. Jones - 21-1 +- Allow '.' in dll names for find-requires +- Windows provides GDI32.DLL. + * Fri Sep 5 2008 Richard W.M. Jones - 20-1 - On 64 bit install in /usr/lib/rpm always. -- 1.8.3.1