From 04446629c95051a2514b434662ac469ea0d3c99b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 8 Jun 2010 13:17:52 +0000 Subject: [PATCH] Add provides mingw32(rpcrt4.dll) (RHBZ#594581). --- mingw32-filesystem.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mingw32-filesystem.spec b/mingw32-filesystem.spec index e07f851..d0ec163 100644 --- a/mingw32-filesystem.spec +++ b/mingw32-filesystem.spec @@ -1,8 +1,8 @@ %define debug_package %{nil} Name: mingw32-filesystem -Version: 56 -Release: 2%{?dist} +Version: 57 +Release: 1%{?dist} Summary: MinGW base filesystem and environment Group: Development/Libraries @@ -55,6 +55,7 @@ Provides: mingw32(secur32.dll) Provides: mingw32(version.dll) Provides: mingw32(cfgmgr32.dll) Provides: mingw32(setupapi.dll) +Provides: mingw32(rpcrt4.dll) %description @@ -166,6 +167,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 8 2010 Richard W.M. Jones - 57-1 +- Add provides mingw32(rpcrt4.dll) (RHBZ#594581). + * Mon May 24 2010 Kalev Lember - 56-2 - Work around cmake's Qt detection in the toolchain file