diff --git a/mingw32-filesystem.spec b/mingw32-filesystem.spec index ec4e205..1ed4448 100644 --- a/mingw32-filesystem.spec +++ b/mingw32-filesystem.spec @@ -2,7 +2,7 @@ Name: mingw32-filesystem Version: 69 -Release: 7%{?dist} +Release: 8%{?dist} Summary: MinGW base filesystem and environment Group: Development/Libraries @@ -39,6 +39,7 @@ Requires: pkgconfig # it comes out the same either way. # Provides: mingw32(advapi32.dll) +Provides: mingw32(avicap32.dll) Provides: mingw32(cfgmgr32.dll) Provides: mingw32(comctl32.dll) Provides: mingw32(comdlg32.dll) @@ -61,6 +62,7 @@ Provides: mingw32(odbc32.dll) Provides: mingw32(ole32.dll) Provides: mingw32(oleaut32.dll) Provides: mingw32(opengl32.dll) +Provides: mingw32(psapi.dll) Provides: mingw32(rpcrt4.dll) Provides: mingw32(secur32.dll) Provides: mingw32(setupapi.dll) @@ -189,6 +191,10 @@ install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/mingw32 %changelog +* Tue Aug 02 2011 Kalev Lember - 69-8 +- Added avicap32.dll and psapi.dll to the list of Win32 default DLLs + (thanks to Farkas Levente) + * Wed Jul 13 2011 Erik van Pienbroek - 69-7 - Added glu32.dll and wsock32.dll to the list of Win32 default dll's