From b8814bd630a146c719d73c4b58161189e0a93e74 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Moved ole32.dll provides from w32api -> filesystem. --- filesystem/mingw-filesystem.spec | 6 +++++- w32api/mingw-w32api.spec | 9 ++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/filesystem/mingw-filesystem.spec b/filesystem/mingw-filesystem.spec index 7e78ffa..a42d12b 100644 --- a/filesystem/mingw-filesystem.spec +++ b/filesystem/mingw-filesystem.spec @@ -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 - 22-1 +- Windows provides OLE32.DLL. + * Wed Sep 10 2008 Richard W.M. Jones - 21-1 - Allow '.' in dll names for find-requires - Windows provides GDI32.DLL. diff --git a/w32api/mingw-w32api.spec b/w32api/mingw-w32api.spec index d09da9a..6e91404 100644 --- a/w32api/mingw-w32api.spec +++ b/w32api/mingw-w32api.spec @@ -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 - 3.11-4 +- Moved ole provides to mingw-filesystem package. + * Thu Sep 4 2008 Richard W.M. Jones - 3.11-3 - Use the RPM macros from mingw-filesystem. -- 1.8.3.1