X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=qt-win%2Fmingw32-qt-win.spec;fp=qt-win%2Fmingw32-qt-win.spec;h=2d37cd61f7fdd21a8e1aa403119af13d8193d319;hb=f6c9f1bb21ca74c90f425a71141000d255597f5a;hp=f683582054dfc0f87fa970e4e7fa3d5fda3d79b2;hpb=9aee977a5d7d08b1e2a82ddd5cc2cc81b78160e2;p=fedora-mingw.git diff --git a/qt-win/mingw32-qt-win.spec b/qt-win/mingw32-qt-win.spec index f683582..2d37cd6 100644 --- a/qt-win/mingw32-qt-win.spec +++ b/qt-win/mingw32-qt-win.spec @@ -17,7 +17,7 @@ Name: mingw32-qt-win Version: 4.4.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Qt for Windows License: GPLv2+ @@ -51,6 +51,9 @@ Patch10: mingw32-qt-4.4.3-atomic-volatile.patch Patch11: mingw32-qt-4.4.3-no-fpu-functions.patch Patch12: mingw32-qt-4.4.3-wininput.patch +# http://lists-archives.org/mingw-users/11845-problem-compile-qt-4-4-2-with-latest-w32api.html +Patch20: mingw32-qt-4.4.3-subauth.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -87,6 +90,8 @@ Fedora Windows cross-compiler. %patch11 -p1 %patch12 -p1 +%patch20 -p1 + for f in changes-%{version} LICENSE.GPL2 LICENSE.GPL3 GPL_EXCEPTION_ADDENDUM.TXT GPL_EXCEPTION.TXT OPENSOURCE-NOTICE.TXT README; do dos2unix --keepdate $f done @@ -179,5 +184,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 6 2009 Richard W.M. Jones - 4.4.3-3 +- Fix required for older W32API in Fedora 10. + * Sun Feb 1 2009 Richard W.M. Jones - 4.4.3-2 - Initial RPM release.