[mingw32-filesystem] Added avicap32.dll and psapi.dll to the list of Win32 default DLLs

Kalev Lember kalev at fedoraproject.org
Tue Aug 2 07:39:34 UTC 2011


commit 926da27ec91423896945c232fe60caadfb01286b
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Aug 2 10:34:01 2011 +0300

    Added avicap32.dll and psapi.dll to the list of Win32 default DLLs
    
    Thanks to Farkas Levente.
    
    http://lists.fedoraproject.org/pipermail/mingw/2011-August/004030.html

 mingw32-filesystem.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
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 <kalevlember at gmail.com> - 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 <epienbro at fedoraproject.org> - 69-7
 - Added glu32.dll and wsock32.dll to the list of Win32 default dll's
 


More information about the mingw mailing list