Moved ole32.dll provides from w32api -> filesystem.
[fedora-mingw.git] / filesystem / mingw-filesystem.spec
index 7e78ffa..a42d12b 100644 (file)
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           mingw-filesystem
-Version:        21
+Version:        22
 Release:        1%{?dist}
 Summary:        MinGW base filesystem and environment
 
@@ -27,6 +27,7 @@ Provides:       mingw(msvcrt.dll)
 Provides:       mingw(kernel32.dll)
 Provides:       mingw(user32.dll)
 Provides:       mingw(gdi32.dll)
+Provides:       mingw(ole32.dll)
 
 
 %description
@@ -108,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep 10 2008 Richard W.M. Jones <rjones@redhat.com> - 22-1
+- Windows provides OLE32.DLL.
+
 * Wed Sep 10 2008 Richard W.M. Jones <rjones@redhat.com> - 21-1
 - Allow '.' in dll names for find-requires
 - Windows provides GDI32.DLL.