From 444f8dd41c07e8227e3a8a1095914c4535fb9628 Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Wed, 13 Jul 2011 14:29:09 +0200 Subject: [PATCH] Added glu32.dll and wsock32.dll to the list of Win32 default dll's --- mingw32-filesystem.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mingw32-filesystem.spec b/mingw32-filesystem.spec index 2fa71e2..ec4e205 100644 --- a/mingw32-filesystem.spec +++ b/mingw32-filesystem.spec @@ -2,7 +2,7 @@ Name: mingw32-filesystem Version: 69 -Release: 6%{?dist} +Release: 7%{?dist} Summary: MinGW base filesystem and environment Group: Development/Libraries @@ -48,6 +48,7 @@ Provides: mingw32(dnsapi.dll) Provides: mingw32(dsound.dll) Provides: mingw32(gdi32.dll) Provides: mingw32(gdiplus.dll) +Provides: mingw32(glu32.dll) Provides: mingw32(glut32.dll) Provides: mingw32(imm32.dll) Provides: mingw32(kernel32.dll) @@ -71,6 +72,7 @@ Provides: mingw32(version.dll) Provides: mingw32(winmm.dll) Provides: mingw32(wldap32.dll) Provides: mingw32(ws2_32.dll) +Provides: mingw32(wsock32.dll) %description @@ -187,6 +189,9 @@ install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/mingw32 %changelog +* Wed Jul 13 2011 Erik van Pienbroek - 69-7 +- Added glu32.dll and wsock32.dll to the list of Win32 default dll's + * Wed Jul 6 2011 Erik van Pienbroek - 69-6 - Use a more complete list of Win32 default dll's