X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=filesystem%2Fmingw-filesystem.spec;h=238a44f453577abd705648dcd1fdf14ae90f6ad8;hb=884e4ad1b8b9ad920e0a08b9822feb617b934aac;hp=43e39008c76f1032ec44b96266304f55d9b2c4f8;hpb=ef5f6602934590753cc7c99d5250a5c3f0b87f15;p=fedora-mingw.git diff --git a/filesystem/mingw-filesystem.spec b/filesystem/mingw-filesystem.spec index 43e3900..238a44f 100644 --- a/filesystem/mingw-filesystem.spec +++ b/filesystem/mingw-filesystem.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: mingw-filesystem -Version: 17 +Version: 19 Release: 1%{?dist} Summary: MinGW base filesystem and environment @@ -25,6 +25,7 @@ Requires: rpm # These are actually provided by Windows itself, or Wine. Provides: mingw(msvcrt.dll) Provides: mingw(kernel32.dll) +Provides: mingw(user32.dll) %description @@ -105,6 +106,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Sep 4 2008 Richard W.M. Jones - 19-1 +- 'user32.dll' is provided by Windows. +- Allow '-' in DLL names. +- More accurate detection of DLLs in requires/provides scripts. + * Mon Sep 4 2008 Richard W.M. Jones - 17-1 - Automatically add mingw-filesystem and mingw-runtime requires. - Add --prefix to _mingw_configure macro.