X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=filesystem%2Fmingw32-filesystem.spec;h=f7825ca40c2bca5093ec09ea02556a2470c343cb;hb=14bb5f7a7a8110b0c21eef08c532bd7f18c42e8e;hp=79e207a3882aaee75b4f79d19d91c02b5c28054e;hpb=bfb2581bd208d7f921e65ea388bf6f4f3f90adfb;p=fedora-mingw.git diff --git a/filesystem/mingw32-filesystem.spec b/filesystem/mingw32-filesystem.spec index 79e207a..f7825ca 100644 --- a/filesystem/mingw32-filesystem.spec +++ b/filesystem/mingw32-filesystem.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: mingw32-filesystem -Version: 26 +Version: 27 Release: 1%{?dist} Summary: MinGW base filesystem and environment @@ -22,11 +22,12 @@ Requires: setup Requires: rpm # These are actually provided by Windows itself, or Wine. -Provides: mingw32(msvcrt.dll) -Provides: mingw32(kernel32.dll) -Provides: mingw32(user32.dll) Provides: mingw32(gdi32.dll) +Provides: mingw32(kernel32.dll) Provides: mingw32(ole32.dll) +Provides: mingw32(mscoree.dll) +Provides: mingw32(msvcrt.dll) +Provides: mingw32(user32.dll) Obsoletes: mingw-filesystem = %{version}-%{release} Provides: mingw-filesystem < 26 @@ -116,8 +117,9 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Sep 24 2008 Richard W.M. Jones - 26-1 +* Wed Sep 24 2008 Richard W.M. Jones - 27-1 - Begin the grand renaming of mingw -> mingw32. +- Added mingw32(mscoree.dll). * Sun Sep 21 2008 Richard W.M. Jones - 25-1 - Add shared aclocal directory.