|
|
|
|
Changelog for libQt5Sql-devel-32bit-5.15.2+kde294-10.1.x86_64.rpm :
* Mon Jun 20 2022 Fabian Vogt - Add patch to fix some HTTP/2 communication (boo#1200715, kde#455540): * 0001-H2-remove-a-rather-useless-limit-on-the-number-of-st.patch * Fri Apr 08 2022 Martin Liška - Add mitigate-FORTIFY_SOURCE-3.patch that should mitigate new -D_FORTIFY_SOURCE=3 level as analyzed in GCC bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105078. * Mon Feb 14 2022 Fabian Vogt - Update patch after it was merged to dev upstream and fix another place missed in the first version (boo#1195386, CVE-2022-23853, boo#1196501, CVE-2022-25255): * 0001-QProcess-Unix-ensure-we-don-t-accidentally-execute-s.patch * Thu Feb 03 2022 Fabian Vogt - Add patch to avoid unintentionally using binaries from CWD (boo#1195386, CVE-2022-23853, boo#1196501, CVE-2022-25255): * 0001-QProcess-Unix-ensure-we-don-t-accidentally-execute-s.patch * Fri Jan 21 2022 Fabian Vogt - Update to version 5.15.2+kde294: * QTzTimeZonePrivate::init(): fix handling of empty ID * Restore support for reading /etc/timezone for system zone name * QPathEdge: Fix array initialization * QTzTimeZonePrivate: fix UB (data race on m_icu) * Don\'t access QObject::objectName during QThread start * Restore C++11 compatibility after e8b9f4c28d3ab5e960dc54f2dc0c4b749b0b50e0 * QVarLengthArray: fix size update on failed append() * Call statx() with AT_NO_AUTOMOUNT * QThread: Remove superfluous initialization of threadId on Unix * QThread: Reset the system thread ID when thread exits on Unix * Add missing macOS header file that was indirectly included before * QXcb: don\'t dereference pointer before checking * xcb: avoid to use invalid pointers * QVarLengthArray: fix insert() type/alias mismatch between decl and impl * Use qint64 to replace int while qt_transform_image_rasterize * QVarLengthArray: assert that the range passed to erase() is valid * Fix pattern type matching * QThread: fix UB (invalid enum value) on Private::Priority * Use block char format to render list item bullets and numbers * QDateTime: Don\'t require c++17 * QVariantAnimation: fix UB (FP 0/0) in interpolated() arg calculation * QDateTime: fix UB (signed overflow) in addDays() * QString: fix UB (pointer arithmetic on nullptr) in qLastIndexOf * tst_QIODevice: fix UB (precondition violation) in SequentialReadBuffer::readData() * QVarLengthArray: fix UB (precondition violation) in range-erase() * Fix segmentation fault in QObject::dumpObjectInfo * Fri Dec 24 2021 fabianAATTritter-vogt.de- Update to version 5.15.2+kde268: * Adapt for q_EVP_PKEY_base_id → q_EVP_PKEY_get_base_id rename in OpenSSL 3 * Don\'t use a deprecated function if built/linked with OpenSSL v3 * Diffie-Hellman parameters: remove useless \'fix\' * Dont\'s use DTLS_MAX_VERSION when setting SSL_CTX * Avoid mixing atomic futex changes and QAtomic * Fix qtdeclarative baseline test failure for text tables * Don\'t let text table cells shrink below their minimum width (boo#1176530) * Don\'t shrink a column when it spans multiple columns * Use icon themes in QPrintPreviewDialog [if they exist] * QAbstractFileEngine: fix UB (data race) on qt_file_engine_handlers_in_use * Increment reference count when restoring reference * Reject truncated and corrupt ascii pnm images * Fix handling of Sunday in POSIX time-zone rules * Fix developer build- Drop patches, support for OpenSSL < 1.1.0 is no longer necessary: * 0001-Lower-required-version-of-OpenSSL-to-1.1.0.patch * fix-build-openssl-1.1.0.patch * Thu Oct 28 2021 Fabian Vogt - Update to version 5.15.2+kde254: * Revert \"QPushButton: fix support of style sheet rule for text alignment\" * Revert \"Fix invalid text layout data when a full layout run is interrupted\" * Optimize mime type matching * fix potential mem leak on connection lost * tst_QSslSocket - replace an old certificate * tst_QSslCertificate::verify - remove QSKIP * tst_QSslCertificate::verify - skip auto-test * Doc: bump the OpenSSL minimum supported version to 1.1.1 * QHttpSocketEngine: Fix memory leak * QSslCertificate(OpenSSL) - harden protection against nullpointers * QSslCertificate: Guard against accessing empty QByteArray * Make QStyle::proxy() always return the leaf proxy * Prefer previously used channels in QHttpNetworkConnection * Fix populating selection clipboard with keyboard * QSslCertificate::operator == - cleanup error queue * Revert \"Fix highdpi conversion of QTabletEvent coordinates on xcb\" * Fix highdpi conversion of QTabletEvent coordinates on xcb * Support transformations in pattern/texture brushes in pdf * Respect font stretch if set together with font style * Fix QPainterPath with QFont::SmallCaps * Avoid generating large pdf files when using dashed cosmetic pens * PDF generation: disentangle native pen from transforms * qmake: Switch to using Xcode\'s new build system * Explicitly set input files for qtpreprocess * Only embed launch screen when building an app * Explicitly set output files for qtpreprocess * Fix memory leak * Fix reading gamma from PNGs without ICC profile * QPlatformWindow: fix isAncestorOf not breaking recursion * Cater for upstream changes in eglplatform.h * QTextOdfWriter: fix exporting pixmaps to ODT * Fix access to content: URLs with transient read/write permissions * Fri Aug 27 2021 Fabian Vogt - Update to version 5.15.2+kde222: * Revert \"QString::lastIndexOf: fix off-by-one for zero length matches\" * MySQL: treat the MYSQL_FIELD as read-only * Remove checks for glibc < 2 from qplatformdefs.h files * linux-clang/qplatformdefs: fix building with musl libc * Refix for avoiding huge number of tiny dashes * Improve fix for avoiding huge number of tiny dashes * Avoid processing-intensive painting of high number of tiny dashes * xcb: add a timeout control when reading INCR property * Remove another usage of mysql_get_client_version() * MySQL: remove the version number checks in favor of actual functionality * QLibraryInfo: Add MSVC 2022 * doCrypt() - check the error codes * Restore C++11 compatibility of QSharedPointer code * opengl: fix a typo in QOpenGLPaintDevice::dotsPerMeterY() * Fix rvalue overload of qobject_pointer_cast for GCC 9.3 * QVarLengthArray: fix aliasing error in insert(it, n, v) * Fix memory leak of QOffscreenScreen in QOffscreenIntegration * Fix tst_moc for C++17 * Add missing limits include * xcb: Avoid use-after-free in QXcbConnection::initializeScreens() * xcb: Remove need for QXCBScreen to resolve QXcbGlIntegration * Update shared-mime-info to the 2.1 release, adjust implementation * Thu Jun 24 2021 Fabian Vogt - Revert to the default platform plugin list (\"wayland;xcb\") * Thu Jun 24 2021 Fabian Vogt - Update to version 5.15.2+kde200: * Optimize quadratic-time insertion in QSortFilterProxyModel * Mon Jun 21 2021 Fabian Vogt - Switch to KDE\'s maintenance branch- Update to version 5.15.2+kde199: * Too many changes to list here- Add patch to reset version to 5.15.2: * 0001-Revert-Bump-version.patch- Drop patches, now upstream: * 0001-Partially-revert-813a928c7c3cf98670b6043149880ed5c95.patch * 0001-Fix-allocated-memory-of-QByteArray.patch * 0001-Fix-build-with-GCC-11-include-limits.patch * 0001-Let-QXcbConnection-getTimestamp-properly-exit-when-X.patch * 0002-Build-fixes-for-GCC-11.patch * Wed May 26 2021 Fabian Vogt - Add trailing newline to qtlogging.ini * Wed May 05 2021 Fabian Vogt - Add patch to auto-detect HiDPI on XCB again (boo#1185048, QTBUG-93454): * 0001-Use-the-physical-DPI-on-X11-as-logical-DPI-by-defaul.patch * Tue Apr 13 2021 Fabian Vogt - Add patch to fix possible crash caused by GCC 11 build fix: * 0001-Partially-revert-813a928c7c3cf98670b6043149880ed5c95.patch * Mon Feb 08 2021 Fabian Vogt - Add patch to fix build with GCC 11 (boo#1181861, QTBUG-90395): * 0001-Fix-build-with-GCC-11-include-limits.patch * 0002-Build-fixes-for-GCC-11.patch * Tue Jan 19 2021 Stefan Brüns - Add patch to fix infinite loop in KWin on XServer exit: * 0001-Let-QXcbConnection-getTimestamp-properly-exit-when-X.patch- Spec file cleanup, remove conditionals for Leap 42.x * Tue Dec 29 2020 Arjen de Korte - Add patch to avoid excessive use of memory by lconvert: * 0001-Fix-allocated-memory-of-QByteArray.patch * Fri Nov 20 2020 Fabian Vogt - Update to 5.15.2: * New bugfix release * For more details please see: http://code.qt.io/cgit/qt/qtbase.git/plain/dist/changes-5.15.2/?h=5.15.2 * Fallback to /tmp/runtime-$USER if XDG_RUNTIME_DIR is not set or is unsafe (bsc#1172515)- Drop patches, now upstream: * 0001-Revert-Emit-QScreen-availableG-g-eometryChanged-on-l.patch- Pass -confirm-license option, drop duplicates- BuildRequire xcb-util * Fri Nov 13 2020 Fabian Vogt - Add patch to avoid coredumps with missing display: * 0001-Avoid-SIGABRT-on-platform-plugin-initialization-fail.patch * Wed Oct 28 2020 Fabian Vogt - Disable -reduce-relocations for now (boo#1175278, QTBUG-86173) * Wed Oct 14 2020 Stefan Brüns - Silence xcb errors and qml connection warnings by default, see boo#1115541 (xcb) and kde#418793. * Mon Oct 12 2020 Stefan Brüns - Remove some no longer required build dependencies: libpulse, alsa (now used via QtMultimedia), libmng (obsolete). * Mon Sep 21 2020 Fabian Vogt - Revert commit to fix screen geometry on startup (boo#1176750, QTBUG-86604): * 0001-Revert-Emit-QScreen-availableG-g-eometryChanged-on-l.patch * Thu Sep 10 2020 Fabian Vogt - Update to 5.15.1: * New bugfix release * Fixes CVE-2020-17507, bsc#1176315 * For more details please see: http://code.qt.io/cgit/qt/qtbase.git/plain/dist/changes-5.15.1/?h=5.15.1- Drop patches, now upstream: * 0001-Do-not-multithread-if-already-in-a-global-threadpool.patch * 0001-Fix-QToolButton-menus-showing-on-primary-screens-in-.patch- Adjust fix-build-openssl-1.1.0.patch * Sun Jul 05 2020 Fabian Vogt - Add patch to prevent stuck image conversion (boo#1172599, QTBUG-84619): * 0001-Do-not-multithread-if-already-in-a-global-threadpool.patch * Wed Jun 10 2020 Fabian Vogt - Add patch to fix tool menu placement (boo#1172754, QTBUG-84462): * 0001-Fix-QToolButton-menus-showing-on-primary-screens-in-.patch * Wed May 27 2020 Fabian Vogt - Add patch to avoid behaviour change causing crashes (kde#419526): * 0001-Revert-QMenu-hide-when-a-QWidgetAction-fires-the-tri.patch * Tue May 26 2020 Callum Farmer - Update to 5.15.0: * No changelog available * Wed May 20 2020 Callum Farmer - Update to 5.15.0-rc2 * No changelog available * Wed May 06 2020 Fabian Vogt - Update to 5.15.0-rc: * New bugfix release * For the changes between 5.14.2 and 5.15.0 please see: http://code.qt.io/cgit/qt/qtbase.git/plain/dist/changes-5.15.0/?h=5.15.0- Drop patches, now upstream: * 0001-QTextMarkdownImporter-fix-use-after-free-add-fuzz-ge.patch- Add patch to fix build on Leap 15.1: * fix-build-openssl-1.1.0.patch * Mon Apr 27 2020 Fabian Vogt - Add patch to fix use-after-free (boo#1170582, CVE-2020-12267): * 0001-QTextMarkdownImporter-fix-use-after-free-add-fuzz-ge.patch * Fri Apr 24 2020 Fabian Vogt - Update to 5.15.0-beta4: * New bugfix release * No changelog available * Qt incorrectly calls SSL_shutdown() in OpenSSL mid-handshake causing denial of service in TLS applications (bsc#1172726, CVE-2020-13962, QTBUG-83450) * Tue Apr 14 2020 Fabian Vogt - Update to 5.15.0-beta3: * New bugfix release * No changelog available- Add patch to fix build on Leap 15.1: * 0001-Lower-required-version-of-OpenSSL-to-1.1.0.patch * Tue Mar 24 2020 Fabian Vogt - Update to 5.15.0-beta2: * New bugfix release * No changelog available * Fri Feb 28 2020 Fabian Vogt - Update to 5.15.0-beta1: * New bugfix release * No changelog available * Wed Feb 19 2020 Fabian Vogt - Update to 5.15.0-alpha: * New feature release * For more details please see: https://wiki.qt.io/New_Features_in_Qt_5.15- Replace patches with single patch 0001-Don-t-white-list-recent-Mesa-versions-for-multithrea.patch: * 0001-Revert-Blacklist-nouveau-and-llvmpipe-for-multithrea.patch * 0002-Revert-qtlite-Fix-build-libs-with-no-feature-regular.patch: * 0003-Revert-White-list-more-recent-Mesa-version-for-multi.patch- Refresh 0002-Synthesize-Enter-LeaveEvent-for-accepted-QTabletEven.patch * Mon Jan 27 2020 Fabian Vogt - Update to 5.14.1: * New bugfix release * Fixes CVE-2020-0570, bsc#1161167, bsc#1162191, QTBUG-81272 * For more details please see: http://code.qt.io/cgit/qt/qtbase.git/plain/dist/changes-5.14.1/?h=v5.14.1- Drop patch, should be addressed by applications meanwhile: * 0001-Revert-Always-escape-the-table-names-when-creating-t.patch- Drop patches, now upstream: * 0001-Revert-Fix-text-rendering-regression-on-semi-transpa.patch * 0002-Revert-Fix-crash-with-gamma-corrected-text-blending-.patch * 0003-Revert-Handle-transparent-pen-color-in-fast-text-pat.patch * Fri Dec 27 2019 Fabian Vogt - Update license tag * Thu Dec 26 2019 Fabian Vogt - Add patches to avoid regression with rendering of translucent text (QTBUG-80982): * 0001-Revert-Fix-text-rendering-regression-on-semi-transpa.patch * 0002-Revert-Fix-crash-with-gamma-corrected-text-blending-.patch * 0003-Revert-Handle-transparent-pen-color-in-fast-text-pat.patch * Thu Dec 12 2019 Fabian Vogt - Update to 5.14.0: * New bugfix release * For the changes between 5.13.2 and 5.14.0 please see: https://code.qt.io/cgit/qt/qtbase.git/tree/dist/changes-5.14.0?h=v5.14.0 * For the changes between 5.13.1 and 5.13.2 please see: https://code.qt.io/cgit/qt/qtbase.git/tree/dist/changes-5.13.2?h=v5.14.0 * Wed Dec 04 2019 Fabian Vogt - Update to 5.14.0-rc: * New bugfix release * No changelog available * For more details please see: * For more details about Qt 5.14 please see: https://wiki.qt.io/New_Features_in_Qt_5.14- Drop patch, Qt behaviour changed now and applications can deal with it meanwhile: * 0001-Revert-QWidgetWindow-Immediately-forward-close-event.patch * Tue Nov 12 2019 Fabian Vogt - Update to 5.14.0-beta3: * New bugfix release * No changelog available- Drop libqt5-Fix-Gujarati-font.patch, didn\'t apply anymore: * Was probably fixed upstream a loooong time ago (QTBUG-44568) * Thu Oct 24 2019 Fabian Vogt - Update to 5.14.0-beta2: * New bugfix release * No changelog available * Fix segfaults due to unaligned stack in QtCore5 (bsc#1155955) * Add support for PostgreSQL 12 (bsc#1173758)- Refresh patches: * 0001-Revert-Always-escape-the-table-names-when-creating-t.patch * Tue Oct 15 2019 Fabian Vogt - Update to 5.14.0-beta1: * New bugfix release * No changelog available- Drop patches, now upstream: * 0001-tslib-plugin-remove-debug-print-on-old-tslib-version.patch * 0001-QWidget-setFocusProxy-adjust-focus-widget-properly.patch * Wed Oct 02 2019 Fabian Vogt - Disable relocatability, it breaks /usr/lib/sse2 (QTBUG-78948) * Mon Sep 30 2019 Fabian Vogt - Update to 5.14.0-alpha: * New feature release * No changelog available * For more details about Qt 5.14 please see: https://wiki.qt.io/New_Features_in_Qt_5.14- Refresh patches: * 0001-Add-remote-print-queue-support.patch- Drop patches, don\'t apply anymore after upstream refactoring and the main bug for them seems fixed: * 0001-Sanitize-QXcbScreen-s-pixelDensity-values.patch * 0002-xcb-Use-the-screen-s-physical-DPI-as-logical-DPI-unl.patch- Drop patches, now upstream: * 0001-Fix-notification-of-QDockWidget-when-it-gets-undocke.patch * 0001-Fix-CMake-config-files-for-libdir-different-from-lib.patch * 0001-Fix-qfloat16-methods-definition-without-declaration-.patch- Enable zstd support again, issues got fixed upstream meanwhile- Add patch to fix build against older tslib: * 0001-tslib-plugin-remove-debug-print-on-old-tslib-version.patch * Thu Sep 19 2019 Fabian Vogt - Add patch to fix focus in some cases (QTBUG-77364): * 0001-QWidget-setFocusProxy-adjust-focus-widget-properly.patch * Fri Sep 06 2019 Fabian Vogt - Update to 5.13.1: * New bugfix release * For more details please see: * http://code.qt.io/cgit/qt/qtbase.git/plain/dist/changes-5.13.1/?h=v5.13.1- Refresh patches: * 0002-xcb-Use-the-screen-s-physical-DPI-as-logical-DPI-unl.patch- Drop patches, now upstream: * 0001-Decrease-focusInTimer-timer-from-400-to-200.patch * 0003-Add-an-ID-for-recognition-of-UGEE-tablets.patch * 0001-Fix-crash-with-drag-cursor-handling.patch * 0001-Fix-meta-file-replacements-if-matches-are-empty.patch * 0002-Do-not-write-Libs-into-.pc-files-if-TEMPLATE-is-not-.patch * 0003-Make-sure-.pc-.prl-and-.la-files-are-created-for-hea.patch- Replace reverts with upstream fix: * D 0001-Revert-Fix-QMAKE_PRL_INSTALL_REPLACE-for-macOS.patch * D 0001-Revert-qmake-link-qt-libraries-by-full-path.patch * D 0002-Revert-Replace-absolute-Qt-lib-dir-in-.prl-files.patch * D 0003-Revert-Fix-prl-replacements-if-libdir-is-in-QMAKE_DE.patch * A 0001-Fix-CMake-config-files-for-libdir-different-from-lib.patch * Mon Sep 02 2019 Fabian Vogt - Add patch to fix crash during Drag-and-Drop: * 0001-Fix-crash-with-drag-cursor-handling.patch * Sun Aug 11 2019 Stefan Brüns - Fix qmake pkconfig generation, broken .pc files become apparent when switching from pkg-config to pkgconf. (QTBUG-75901) * 0001-Fix-meta-file-replacements-if-matches-are-empty.patch * 0002-Do-not-write-Libs-into-.pc-files-if-TEMPLATE-is-not-.patch * 0003-Make-sure-.pc-.prl-and-.la-files-are-created-for-hea.patch * Wed Jul 03 2019 Fabian Vogt - Add patch to work around focus issues with VirtualBox (boo#1140084, QTBUG-76742): * 0001-Decrease-focusInTimer-timer-from-400-to-200.patch * Tue Jul 02 2019 Fabian Vogt - Link from Qt bindir into %_bindir, not the other way around to fix applicationDirPath called from Qt binaries- Add -qt5 suffix to all binaries in %_bindir * Wed Jun 26 2019 Fabian Vogt - Add patch to restore compatibility with akonadi\'s PGSQL backend (see https://bugs.archlinux.org/task/62997): * 0001-Revert-Always-escape-the-table-names-when-creating-t.patch * Wed Jun 19 2019 Fabian Vogt - Disable libzstd support again, it breaks various existing codebases (QTBUG-76521) * Wed Jun 19 2019 fabianAATTritter-vogt.de- Update to 5.13.0: * New bugfix release * No changelog available * For more details about Qt 5.13 please see: * http://code.qt.io/cgit/qt/qtbase.git/plain/dist/changes-5.13.0/?h=5.13- Remove patches, now upstream: * 0001-Add-quoting-to-deal-with-empty-CMAKE_CXX_STANDARD_LI.patch * Fri Jun 14 2019 Fabian Vogt - Add patches to improve compatibility with Krita: * 0001-Fix-notification-of-QDockWidget-when-it-gets-undocke.patch * 0002-Synthesize-Enter-LeaveEvent-for-accepted-QTabletEven.patch * 0003-Add-an-ID-for-recognition-of-UGEE-tablets.patch * Fri Jun 07 2019 Fabian Vogt - Revert yet another commit to fix linker errors: * 0001-Revert-qmake-link-qt-libraries-by-full-path.patch * Thu Jun 06 2019 Fabian Vogt - Enable libzstd support * Thu Jun 06 2019 Fabian Vogt - Revert some commits in the hope of fixing some broken paths (QTBUG-76255): * 0001-Revert-Fix-QMAKE_PRL_INSTALL_REPLACE-for-macOS.patch * 0002-Revert-Replace-absolute-Qt-lib-dir-in-.prl-files.patch * 0003-Revert-Fix-prl-replacements-if-libdir-is-in-QMAKE_DE.patch * Thu Jun 06 2019 Fabian Vogt - Add patch to fix some cmake module config files (QTBUG-76244): * 0001-Add-quoting-to-deal-with-empty-CMAKE_CXX_STANDARD_LI.patch * Tue Jun 04 2019 fabianAATTritter-vogt.de- Update to 5.13.0-rc: * New bugfix release * No changelog available- Remove patches, now upstream: * 0001-Fix-page-breaking-with-large-images.patch * Fri May 31 2019 Fabian Vogt - Add patch to fix layouting of certain text documents (QTBUG-73730): * 0001-Fix-page-breaking-with-large-images.patch * Mon Apr 29 2019 fabianAATTritter-vogt.de- Update to 5.13.0-beta2: * New bugfix release * No changelog available- Refresh Mesa multithreading whitelist revert: * Add 0001-Revert-Blacklist-nouveau-and-llvmpipe-for-multithrea.patch * Refresh 0002-Revert-qtlite-Fix-build-libs-with-no-feature-regular.patch * Refresh 0003-Revert-White-list-more-recent-Mesa-version-for-multi.patch * Thu Apr 25 2019 Martin Liška - Disable LTO (boo#1133242). * Thu Apr 18 2019 fabianAATTritter-vogt.de- Update to 5.12.3: * New bugfix release * For more details please see: * http://code.qt.io/cgit/qt/qtbase.git/plain/dist/changes-5.12.3/?h=v5.12.3 * Sat Apr 13 2019 Christophe Giboudeaux - Add fix-fixqt4headers.patch to use the include path used by our Qt5 packages. * Thu Mar 21 2019 fabianAATTritter-vogt.de- Update to 5.13.0-beta1: * New feature release * For more details about Qt 5.13 please see: * http://code.qt.io/cgit/qt/qtbase.git/plain/dist/changes-5.13.0/?h=5.13 * Qt headers redefine opengl types differently than khronos headers (bsc#1176130)- Remove patches, now upstream: * qapplication-emit-palettechanged.patch * reproducible-qrc-time.patch- Refresh Mesa multithreading whitelist revert: * Drop 0001-Revert-Blacklist-nouveau-and-llvmpipe-for-multithrea.patch * Refresh 0002-Revert-qtlite-Fix-build-libs-with-no-feature-regular.patch- libQt5XcbQpa is not static, move it to libQt5Gui-private-headers-devel * Thu Mar 14 2019 fabianAATTritter-vogt.de- Update to 5.12.2: * New bugfix release * For more details please see: * http://code.qt.io/cgit/qt/qtbase.git/plain/dist/changes-5.12.2/?h=5.12.2- Replace 0001-Revert-White-list-more-recent-Mesa-version-for-multi.patch with * 0001-Revert-Blacklist-nouveau-and-llvmpipe-for-multithrea.patch * 0002-Revert-qtlite-Fix-build-libs-with-no-feature-regular.patch * 0003-Revert-White-list-more-recent-Mesa-version-for-multi.patch- Remove 0002-Revert-QImage-merge-the-size-calculations-with-prope.patch, fixed upstream * Tue Feb 12 2019 Fabian Vogt - Clean %install a bit- Use %license- Add patch to fix crashes with nouveau (QTBUG-73715): * 0001-Revert-White-list-more-recent-Mesa-version-for-multi.patch- Add patch to fix apparent memory leaks (QTBUG-73731): * 0002-Revert-QImage-merge-the-size-calculations-with-prope.patch * Mon Feb 04 2019 wbauerAATTtmo.at- Refresh tell-the-truth-about-private-api.patch to apply cleanly * Fri Feb 01 2019 fabianAATTritter-vogt.de- Update to 5.12.1: * New bugfix release * For more details please see: * http://code.qt.io/cgit/qt/qtbase.git/plain/dist/changes-5.12.1/?h=v5.12.1- xkbcommon not bundled anymore, removed now obsolete option- Refresh patches: * 0001-Add-remote-print-queue-support.patch * 0001-Fix-qfloat16-methods-definition-without-declaration-.patch- Drop patches, now upstream: * 0001-Fix-compile-issue-with-gcc-9.patch * Wed Jan 30 2019 alarrosaAATTsuse.com- Add 0001-Fix-compile-issue-with-gcc-9.patch to fix building with the latest libstdc++ (boo#1121561) * Fri Jan 18 2019 Fabian Vogt - Remove workaround patch as fixed in KWin meanwhile: * 0001-Revert-xcb-Initialize-OpenGL-integration-only-when-r.patch * Thu Jan 17 2019 Karl Cheng - Add 0001-Revert-xcb-Initialize-OpenGL-integration-only-when-r.patch: * Revert upstream commit 60cecc86f8 to work around display flickering issues with some display drivers (https://bugreports.qt.io/browse/QTBUG-73122, boo#1120090) * Mon Jan 07 2019 bwiedemannAATTsuse.com- Add reproducible-qrc-time.patch to use SOURCE_DATE_EPOCH for qrc embedded timestamps to make bitcoin-qt build reproducible (https://bugreports.qt.io/browse/QTBUG-62511, boo#1047218)
|
|
|