Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=858058
Erik van Pienbroek erik-fedora@vanpienbroek.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends On| |891011
--- Comment #3 from Erik van Pienbroek erik-fedora@vanpienbroek.nl --- Updated Spec URL: http://svn.openftd.org/svn/fedora_cross/mingw-qt5-qtbase/mingw-qt5-qtbase.sp... Updated SRPM URL: http://koji.vanpienbroek.nl/kojifiles/packages/mingw-qt5-qtbase/5.0.0/3.fc18...
==
Earlier builds of this package contained a bundled copy of the ANGLE library. As specified by the packaging guidelines it is forbidden to use bundled copies of external libraries. Therefore a separate mingw-angleproject package was created: bug 891011
==
* Sat Dec 29 2012 Erik van Pienbroek epienbro@fedoraproject.org - 5.0.0-3 - The define QT_NEEDS_QMAIN also needs to be set for our mkspecs profiles - To make linking against qt5main.a (which contains a Qt specific WinMain) work binaries need to be linked with -lmingw32 -lqt5main - Resolves some initialisation issues - Don't enable ICU support as it introduces over 20MB of dependency bloat
* Sat Dec 29 2012 Erik van Pienbroek epienbro@fedoraproject.org - 5.0.0-2 - Don't segfault when no suitable platform dll could be located
* Mon Dec 24 2012 Erik van Pienbroek epienbro@fedoraproject.org - 5.0.0-1 - Update to Qt 5.0.0 Final - Use the qplatformdefs.h header which is included in the win32-g++ mkspecs profile instead of providing our own - Replaced the bundled copy of the ANGLE libraries with a seperate mingw-angleproject package
* Thu Dec 13 2012 Erik van Pienbroek epienbro@fedoraproject.org - 5.0.0-0.15.rc2 - Update to Qt 5.0.0 RC2 - Dropped upstreamed DirectWrite patch
* Fri Dec 7 2012 Erik van Pienbroek epienbro@fedoraproject.org - 5.0.0-0.14.rc1 - Update to Qt 5.0.0 RC1 - Replaced various hack with proper patches - Use the configure argument -archdatadir as it is used to decide where the mkspecs profiles should be installed