X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=filesystem%2Fmingw32-filesystem.spec;h=1426f9af431567b7acfef29e5024c39ac88abaa7;hb=b3a3aaaf2afc25865d7879cf8f73bdb214496bae;hp=79e207a3882aaee75b4f79d19d91c02b5c28054e;hpb=125651316893857f6039271122b9eaa841c9b25d;p=fedora-mingw.git diff --git a/filesystem/mingw32-filesystem.spec b/filesystem/mingw32-filesystem.spec index 79e207a..1426f9a 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: 29 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,12 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Sep 24 2008 Richard W.M. Jones - 26-1 +* Thu Sep 25 2008 Richard Jones - 29-1 +- Added _mingw32_as, _mingw32_dlltool, _mingw32_windres. + +* 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.