SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for mingw32-qt5-qmake-5.1.0-5.fc20.x86_64.rpm :
Fri Aug 2 14:00:00 2013 Erik van Pienbroek - 5.1.0-5
- Re-enable R: mingw{32,64}-qt5-qttools-lrelease now that
bootstrapping Qt5 on ARM has completed

Wed Jul 31 14:00:00 2013 Erik van Pienbroek - 5.1.0-4
- Make sure the native Qt5Bootstrap library is a shared library
- Enabled PostgreSQL support
- Removed the reference to the \'demos\' folder as demos are
bundled as separate tarballs

Tue Jul 30 14:00:00 2013 Erik van Pienbroek - 5.1.0-3
- Temporary build without R: mingw{32,64}-qt5-qttools-lrelease
to allow mingw-qt5-qttools to be built on arm

Sat Jul 13 14:00:00 2013 Erik van Pienbroek - 5.1.0-2
- Rebuild against libpng 1.6

Wed Jul 10 14:00:00 2013 Erik van Pienbroek - 5.1.0-1
- Update to 5.1.0
- Fix detection of external pcre library
- Added BR: mingw32-pcre mingw64-pcre

Wed Jul 10 14:00:00 2013 Erik van Pienbroek - 5.0.2-3
- Display message box if platform plugin cannot be found (QTBUG-31765, QTBUG-31760)

Fri May 10 14:00:00 2013 Erik van Pienbroek - 5.0.2-2
- Fix references to the tools qdoc and qhelpgenerator (needed to build qtdoc)

Sat Apr 13 14:00:00 2013 Erik van Pienbroek - 5.0.2-1
- Update to 5.0.2
- Remove DirectWrite support for now as the necessary API
isn\'t available on Windows XP (as mentioned in RHBZ #917323)

Thu Mar 28 13:00:00 2013 Erik van Pienbroek - 5.0.1-4
- Have the -qmake packages require mingw{32,64}-qt5-qttools-lrelease
and update the reference to it in the mkspecs profiles

Tue Mar 26 13:00:00 2013 Erik van Pienbroek - 5.0.1-3
- Make sure the .pc files of the Qt5 modules are installed correctly

Thu Feb 7 13:00:00 2013 Erik van Pienbroek - 5.0.1-2
- Replaced the OpenSSL patch with a more proper one
- Improve detection of the Qt5Bootstrap library (needed by mingw-qt5-qttools)
- Workaround cross-compilation issue when using a non-x86 host (RHBZ #905863, QTBUG #29426)
- Resolve build failure caused by QtDBus headers which use the reserved keyword \'interface\'

Thu Jan 31 13:00:00 2013 Erik van Pienbroek - 5.0.1-1
- Update to 5.0.1
- Removed the -fast configure argument (upstream dropped support for it)

Fri Jan 11 13:00:00 2013 Erik van Pienbroek - 5.0.0-4
- Moved the libQt5Bootstrap.a library (required to build tools like lrelease
and lupdate which are part of mingw-qt5-qttools) to separate -devel subpackages
as it is a native library instead of a cross-compiled one
- Removed the pkg-config file for Qt5Bootstrap as it doesn\'t work as expected
when Qt5 is cross-compiled

Sat Dec 29 13:00:00 2012 Erik van Pienbroek - 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 13:00:00 2012 Erik van Pienbroek - 5.0.0-2
- Don\'t segfault when no suitable platform dll could be located

Mon Dec 24 13:00:00 2012 Erik van Pienbroek - 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 13:00:00 2012 Erik van Pienbroek - 5.0.0-0.15.rc2
- Update to Qt 5.0.0 RC2
- Dropped upstreamed DirectWrite patch

Fri Dec 7 13:00:00 2012 Erik van Pienbroek - 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

Sat Nov 10 13:00:00 2012 Erik van Pienbroek - 5.0.0-0.13.beta1.git20121110.d725239c
- Update to 20121110 snapshot (rev d725239c)
- Dropped the configure argument -qtlibinfix 5 as upstream
has resolved the file conflicts with Qt4 properly now
- Added several missing flags to the mkspecs profiles
- Dropped the pkg-config file renames as they\'re not needed any more
- Dropped two obsolete patches

Sat Nov 10 13:00:00 2012 Erik van Pienbroek - 5.0.0-0.12.beta1.git20121103.ccc4fbdf
- Update to 20121103 snapshot (rev ccc4fbdf)
- Use -std=c++11 instead of -std=c++0x as the latter is deprecated in gcc 4.7
- Added DirectWrite support
- Added Angle support

Sun Oct 7 14:00:00 2012 Erik van Pienbroek - 5.0.0-0.11.beta1
- Fix compilation failure of the win64 build when using c++11 mode

Sat Sep 15 14:00:00 2012 Erik van Pienbroek - 5.0.0-0.10.beta1
- Re-added some configure arguments as they\'re apparently still needed to build
the individual Qt components
- Removed -ltiff from the mkspecs profiles
- Added BR: mingw32-icu mingw64-icu
- Fix directory ownership of %{mingw32_datadir}/qt5/ and %{mingw64_datadir}/qt5/

Thu Sep 13 14:00:00 2012 Erik van Pienbroek - 5.0.0-0.9.beta1
- Add QT_TOOL.lrelease.command to the mkspecs profiles
- Fixed detection of mingw-icu
- Removed some obsolete configure arguments

Wed Sep 12 14:00:00 2012 Erik van Pienbroek - 5.0.0-0.8.beta1
- Make sure that Qt components which are built as static library also
contain the version number (TARGET_VERSION_EXT) when it is set

Mon Sep 10 14:00:00 2012 Erik van Pienbroek - 5.0.0-0.7.beta1
- Added syncqt to the mkspecs profiles
- Set the qtlibinfix parameter correctly to avoid needing to use other hacks

Sun Sep 9 14:00:00 2012 Erik van Pienbroek - 5.0.0-0.6.beta1
- Make sure that Qt is built with debugging symbols and that these
debugging symbols are placed in the -debuginfo subpackage

Sat Sep 8 14:00:00 2012 Erik van Pienbroek - 5.0.0-0.5.beta1
- Removed -javascript-jit from the configure arguments as it\'s only needed
for QtWebKit (which is provided in a seperate package)
- Added QMAKE_DLLTOOL to the mkspecs profiles

Sat Sep 8 14:00:00 2012 Erik van Pienbroek - 5.0.0-0.4.beta1
- Use the lrelease tool from mingw-qt4 for now until mingw-qt5-qttools is packaged

Fri Sep 7 14:00:00 2012 Erik van Pienbroek - 5.0.0-0.3.beta1
- Added win32 static release and win64 static release builds

Tue Sep 4 14:00:00 2012 Erik van Pienbroek - 5.0.0-0.2.beta1
- Moved headers to %{mingw32_includedir}/qt5 and %{mingw64_includedir}/qt5
- Renamed the pkgconfig files to avoid conflict with qt4

Tue Sep 4 14:00:00 2012 Erik van Pienbroek - 5.0.0-0.1.beta1
- Initial package (based on mingw-qt spec file)


 
ICM