Add provides mingw32(rpcrt4.dll) (RHBZ#594581).

This commit is contained in:
Richard W.M. Jones 2010-06-08 13:17:52 +00:00
parent 144b0e9c04
commit 04446629c9

View File

@ -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 <rjones@redhat.com> - 57-1
- Add provides mingw32(rpcrt4.dll) (RHBZ#594581).
* Mon May 24 2010 Kalev Lember <kalev@smartlink.ee> - 56-2
- Work around cmake's Qt detection in the toolchain file