X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=filesystem%2Fmingw32-filesystem.spec;h=52fd7a58f3a4d900ad0faba0ba8fdc5ba5492294;hb=51ddfac7d2491565912741d3b6713cebdfdab7e9;hp=79e207a3882aaee75b4f79d19d91c02b5c28054e;hpb=125651316893857f6039271122b9eaa841c9b25d;p=fedora-mingw.git diff --git a/filesystem/mingw32-filesystem.spec b/filesystem/mingw32-filesystem.spec index 79e207a..52fd7a5 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: 30 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,15 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Sep 24 2008 Richard W.M. Jones - 26-1 +* Mon Oct 6 2008 Richard Jones - 30-1 +- Added _mingw32_cxx. + +* 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.