Added lots of missing BuildRequires discovered by mock
[fedora-mingw.git] / filesystem / mingw-filesystem.spec
index 7e78ffa..dd386e6 100644 (file)
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           mingw-filesystem
-Version:        21
+Version:        23
 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,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Sep 11 2008 Daniel P. Berrange <berrange@redhat.com> - 23-1
+- Add macros for find-provides/requires scripts
+
+* 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.