Moved ole32.dll provides from w32api -> filesystem.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 10 Sep 2008 13:52:00 +0000 (14:52 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 10 Sep 2008 13:52:00 +0000 (14:52 +0100)
filesystem/mingw-filesystem.spec
w32api/mingw-w32api.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.
index d09da9a..6e91404 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:           mingw-w32api
 Version:       3.11
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        MinGW Windows cross-compiler Win32 header files
 
 License:        Public Domain
@@ -30,10 +30,6 @@ Obsoletes:      mingw-bootstrap
 #%define _use_internal_dependency_generator 0
 #%define __debug_install_post %{nil}
 
-# Fake provides, because wine/windows provides this, we don't have
-# a real dep we can use
-Provides: mingw(gdi32.dll)
-Provides: mingw(ole32.dll)
 
 %description
 MinGW Windows cross-compiler Win32 header files.
@@ -66,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw_libdir}/*
 
 %changelog
+* Wed Sep 10 2008 Richard W.M. Jones <rjones@redhat.com> - 3.11-4
+- Moved ole provides to mingw-filesystem package.
+
 * Thu Sep  4 2008 Richard W.M. Jones <rjones@redhat.com> - 3.11-3
 - Use the RPM macros from mingw-filesystem.