From 9553f929c05e2f6f40f95778f2ff926bed8b6f7b Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Jan 14 2009 10:18:29 +0000 Subject: Add pseudo-provides secur32.dll --- diff --git a/mingw32-filesystem.spec b/mingw32-filesystem.spec index 20b88e0..429f9ec 100644 --- a/mingw32-filesystem.spec +++ b/mingw32-filesystem.spec @@ -2,7 +2,7 @@ Name: mingw32-filesystem Version: 40 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MinGW base filesystem and environment Group: Development/Libraries @@ -44,6 +44,7 @@ Provides: mingw32(msvcrt.dll) Provides: mingw32(user32.dll) Provides: mingw32(wldap32.dll) Provides: mingw32(glut32.dll) +Provides: mingw32(secur32.dll) %description @@ -143,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jan 14 2009 Richard W.M. Jones - 40-3 +- Add pseudo-provides secur32.dll + * Sat Dec 6 2008 Levente Farkas - 40-2 - Rewrite mingw32-scripts to run in the current shell - (Re-add mingw32-make) - Removed by RWMJ.