Author: rjones
Update of /cvs/pkgs/rpms/mingw32-filesystem/devel In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22898
Modified Files: mingw32-filesystem.spec Log Message: Add provides mingw32(rpcrt4.dll) (RHBZ#594581).
Index: mingw32-filesystem.spec =================================================================== RCS file: /cvs/pkgs/rpms/mingw32-filesystem/devel/mingw32-filesystem.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- mingw32-filesystem.spec 24 May 2010 09:39:19 -0000 1.31 +++ mingw32-filesystem.spec 8 Jun 2010 13:17:52 -0000 1.32 @@ -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