X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=runtime%2Fmingw32-runtime.spec;h=32b73a3f123eab1d68061620613e8afa749671c7;hb=ddcd49d475701a9c950151fd420ac7f6f9694cc4;hp=bf3cdc88d549bfafafa02e0b70d4f189a6c4679c;hpb=6d76fb7080a648643a1ee9ee0e0db183b1a57970;p=fedora-mingw.git diff --git a/runtime/mingw32-runtime.spec b/runtime/mingw32-runtime.spec index bf3cdc8..32b73a3 100644 --- a/runtime/mingw32-runtime.spec +++ b/runtime/mingw32-runtime.spec @@ -6,8 +6,8 @@ Name: mingw32-runtime Version: 3.15.1 -Release: 6%{?dist} -Summary: MinGW Windows cross-compiler runtime and root filesystem +Release: 8%{?dist} +Summary: MinGW Windows cross-compiler runtime License: Public Domain Group: Development/Libraries @@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: mingw32-filesystem >= 37 +BuildRequires: mingw32-filesystem >= 39-3 BuildRequires: mingw32-binutils BuildRequires: mingw32-gcc @@ -38,7 +38,7 @@ MinGW Windows cross-compiler runtime, base libraries. %build -MINGW_CFLAGS="%{_mingw32_cflags} -I%{_mingw32_includedir}" +MINGW32_CFLAGS="%{_mingw32_cflags} -I%{_mingw32_includedir}" %{_mingw32_configure} %{_mingw32_make} @@ -67,6 +67,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Nov 24 2008 Richard W.M. Jones - 3.15.1-8 +- Rebuild against latest filesystem package. +- MINGW_CFLAGS -> MINGW32_CFLAGS. +- Rewrite the summary for accuracy and brevity. + * Fri Nov 21 2008 Richard W.M. Jones - 3.15.1-6 - Remove obsoletes for a long dead package. - Reenable (and fix) _mingw32_configure (Levente Farkas).