Commit Graph

176 Commits

Author SHA256 Message Date
Christophe Giboudeaux
dcc1ebf9aa Qt 5.15 Beta 2 - untested, as usual
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/libqt5-qtbase?expand=0&rev=4
2020-03-25 07:19:56 +00:00
Luca Beltrame
d03038494f Qt 5.15 Beta 1
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/libqt5-qtbase?expand=0&rev=3
2020-03-01 08:57:54 +00:00
Christophe Giboudeaux
281c7502cd Qt 5.15 Alpha
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/libqt5-qtbase?expand=0&rev=2
2020-02-26 12:43:12 +00:00
c482c62836 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/libqt5-qtbase?expand=0&rev=1 2020-02-19 10:09:00 +00:00
Dominique Leuenberger
001ac691c6 Accepting request 948149 from KDE:Qt:5.15
New snapshots

OBS-URL: https://build.opensuse.org/request/show/948149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=125
2022-01-25 16:35:37 +00:00
Christophe Giboudeaux
fa17ad778f Import latest revisions
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=32
2022-01-22 20:32:09 +00:00
Dominique Leuenberger
ad12982ac0 Accepting request 946070 from KDE:Qt:5.15
* Fallback to /tmp/runtime-$USER if XDG_RUNTIME_DIR is not set
    or is unsafe (bsc#1172515)
  * Fixes CVE-2020-17507, bsc#1176315
  * Qt incorrectly calls SSL_shutdown() in OpenSSL mid-handshake
    causing denial of service in TLS applications (bsc#1172726,
    CVE-2020-13962, QTBUG-83450)
  * Fixes CVE-2020-0570, bsc#1161167, bsc#1162191, QTBUG-81272
  * Fix segfaults due to unaligned stack in QtCore5 (bsc#1155955)
  * Add support for PostgreSQL 12 (bsc#1173758)
  * Qt headers redefine opengl types differently than khronos headers
    (bsc#1176130)

OBS-URL: https://build.opensuse.org/request/show/946070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=124
2022-01-13 22:21:12 +00:00
Christophe Giboudeaux
500eafa92c Accepting request 945907 from home:alarrosa:branches:KDE:Qt:5.15:fix-changelog
Add bug references so we don't miss them when updating Qt in SLE/Leap

  * Fallback to /tmp/runtime-$USER if XDG_RUNTIME_DIR is not set
    or is unsafe (bsc#1172515)
  * Fixes CVE-2020-17507, bsc#1176315
  * Qt incorrectly calls SSL_shutdown() in OpenSSL mid-handshake
    causing denial of service in TLS applications (bsc#1172726,
    CVE-2020-13962, QTBUG-83450)
  * Fixes CVE-2020-0570, bsc#1161167, bsc#1162191, QTBUG-81272
  * Fix segfaults due to unaligned stack in QtCore5 (bsc#1155955)
  * Add support for PostgreSQL 12 (bsc#1173758)
  * Qt headers redefine opengl types differently than khronos headers
    (bsc#1176130)

OBS-URL: https://build.opensuse.org/request/show/945907
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=31
2022-01-13 10:26:42 +00:00
Dominique Leuenberger
e6622d0b85 Accepting request 942364 from KDE:Qt:5.15
- 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

OBS-URL: https://build.opensuse.org/request/show/942364
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=123
2021-12-25 19:16:39 +00:00
Christophe Giboudeaux
ac0f12a3a2 Accepting request 942361 from home:Vogtinator:qt5.15
- 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

OBS-URL: https://build.opensuse.org/request/show/942361
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=30
2021-12-24 17:03:35 +00:00
Dominique Leuenberger
187ce8d108 Accepting request 928080 from KDE:Qt:5.15
Qt updates from KDE git

OBS-URL: https://build.opensuse.org/request/show/928080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=122
2021-10-31 21:55:24 +00:00
Christophe Giboudeaux
90d839960d Qt 5.15.2 update from KDE git
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=29
2021-10-29 07:18:34 +00:00
Dominique Leuenberger
428acdabad Accepting request 914769 from KDE:Qt:5.15
- 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

OBS-URL: https://build.opensuse.org/request/show/914769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=121
2021-09-03 19:25:38 +00:00
Christophe Giboudeaux
20cf852998 Accepting request 914768 from home:Vogtinator:myqt5.15
Tested, no issues found. No private ABI changes.

- 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

OBS-URL: https://build.opensuse.org/request/show/914768
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=28
2021-08-28 10:59:14 +00:00
Dominique Leuenberger
ce9be406eb Accepting request 902487 from KDE:Qt:5.15
- Revert to the default platform plugin list ("wayland;xcb")

- Update to version 5.15.2+kde200:
  * Optimize quadratic-time insertion in QSortFilterProxyModel

- 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

OBS-URL: https://build.opensuse.org/request/show/902487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=120
2021-06-27 16:58:59 +00:00
Christophe Giboudeaux
67030fba1f Accepting request 902445 from home:Vogtinator:qt5.15
lessxwl

OBS-URL: https://build.opensuse.org/request/show/902445
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=27
2021-06-26 10:06:27 +00:00
Christophe Giboudeaux
d42726968e Qt from KDE git
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=26
2021-06-24 12:00:03 +00:00
Dominique Leuenberger
1d009f0c51 Accepting request 895566 from KDE:Qt:5.15
- Add trailing newline to qtlogging.ini

OBS-URL: https://build.opensuse.org/request/show/895566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=119
2021-06-01 08:33:55 +00:00
Luca Beltrame
0185faeca7 Accepting request 895525 from home:Vogtinator:qt5.15
- Add trailing newline to qtlogging.ini

OBS-URL: https://build.opensuse.org/request/show/895525
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=25
2021-05-26 12:34:08 +00:00
Dominique Leuenberger
b3234acad4 Accepting request 884869 from KDE:Qt:5.15
- Add patch to fix possible crash caused by GCC 11 build fix:
  * 0001-Partially-revert-813a928c7c3cf98670b6043149880ed5c95.patch

OBS-URL: https://build.opensuse.org/request/show/884869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=118
2021-04-14 11:05:08 +00:00
Christophe Giboudeaux
660b5710f7 Accepting request 884857 from home:Vogtinator:qt5.15
- Add patch to fix possible crash caused by GCC 11 build fix:
  * 0001-Partially-revert-813a928c7c3cf98670b6043149880ed5c95.patch

OBS-URL: https://build.opensuse.org/request/show/884857
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=24
2021-04-13 07:58:57 +00:00
Dominique Leuenberger
ebc9989665 Accepting request 870237 from KDE:Qt:5.15
- 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

OBS-URL: https://build.opensuse.org/request/show/870237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=117
2021-02-11 11:45:47 +00:00
Christophe Giboudeaux
a9c4fe9681 Accepting request 870235 from home:Vogtinator:qt5.15
* 0002-Build-fixes-for-GCC-11.patch

OBS-URL: https://build.opensuse.org/request/show/870235
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=23
2021-02-08 10:25:07 +00:00
Christophe Giboudeaux
97f4307af4 Accepting request 870227 from home:Vogtinator:qt5.15
- Add patch to fix build with GCC 11 (boo#1181861, QTBUG-90395):
  * 0001-Fix-build-with-GCC-11-include-limits.patch
  * 0001-Include-limits-in-qbytearraymatcher.h.patch

OBS-URL: https://build.opensuse.org/request/show/870227
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=22
2021-02-08 10:10:03 +00:00
Dominique Leuenberger
0da767a492 Accepting request 864292 from KDE:Qt:5.15
- 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

OBS-URL: https://build.opensuse.org/request/show/864292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=116
2021-01-20 17:23:27 +00:00
cbc7c566b3 Accepting request 864291 from home:StefanBruens:branches:KDE:Qt:5.15
- 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

OBS-URL: https://build.opensuse.org/request/show/864291
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=21
2021-01-19 11:23:48 +00:00
Dominique Leuenberger
d503f99535 Accepting request 859203 from KDE:Qt:5.15
- Add patch to avoid excessive use of memory by lconvert:
  * 0001-Fix-allocated-memory-of-QByteArray.patch

OBS-URL: https://build.opensuse.org/request/show/859203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=115
2020-12-30 16:12:11 +00:00
3147699433 Accepting request 859199 from home:adkorte:branches:KDE:Qt:5.15
- Add patch to avoid excessive use of memory by lconvert:
  * 0001-Fix-allocated-memory-of-QByteArray.patch

OBS-URL: https://build.opensuse.org/request/show/859199
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=20
2020-12-29 12:34:11 +00:00
Dominique Leuenberger
9ac910a856 Accepting request 850011 from KDE:Qt:5.15
Qt 5.15.2

OBS-URL: https://build.opensuse.org/request/show/850011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=114
2020-11-25 18:28:40 +00:00
Christophe Giboudeaux
7da8f6fd14 Accepting request 849999 from home:Vogtinator:qt5.15
- 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
- Drop patches, now upstream:
  * 0001-Revert-Emit-QScreen-availableG-g-eometryChanged-on-l.patch
- Pass -confirm-license option, drop duplicates
- BuildRequire xcb-util
- Add patch to avoid coredumps with missing display:
  * 0001-Avoid-SIGABRT-on-platform-plugin-initialization-fail.patch

OBS-URL: https://build.opensuse.org/request/show/849999
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=19
2020-11-22 21:09:42 +00:00
Christophe Giboudeaux
4dea349cbf Qt 5.15.2. qt3d on Leap now without assimp
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=18
2020-11-22 21:09:28 +00:00
Dominique Leuenberger
a43fce4e1d Accepting request 845064 from KDE:Qt:5.15
- Disable -reduce-relocations for now (boo#1175278, QTBUG-86173)

OBS-URL: https://build.opensuse.org/request/show/845064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=113
2020-11-03 14:15:37 +00:00
Christophe Giboudeaux
748f62d730 Accepting request 845031 from home:Vogtinator:morerelocsfornow
- Disable -reduce-relocations for now (boo#1175278, QTBUG-86173)

OBS-URL: https://build.opensuse.org/request/show/845031
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=17
2020-10-30 15:48:53 +00:00
Dominique Leuenberger
a394d5097e Accepting request 841905 from KDE:Qt:5.15
- Silence xcb errors and qml connection warnings by default, see
  boo#1115541 (xcb) and kde#418793.

OBS-URL: https://build.opensuse.org/request/show/841905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=112
2020-10-18 14:28:08 +00:00
cbb2d00fbb Accepting request 841900 from home:StefanBruens:branches:KDE:Qt:5.15
- Silence xcb errors and qml connection warnings by default, see
  boo#1115541 (xcb) and kde#418793.

OBS-URL: https://build.opensuse.org/request/show/841900
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=16
2020-10-15 11:27:12 +00:00
Dominique Leuenberger
a0929a9996 Accepting request 841299 from KDE:Qt:5.15
- Remove some no longer required build dependencies: libpulse,
  alsa (now used via QtMultimedia), libmng (obsolete).

OBS-URL: https://build.opensuse.org/request/show/841299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=111
2020-10-14 13:38:09 +00:00
e479f8199d Accepting request 841293 from home:StefanBruens:branches:KDE:Qt:5.15
- Remove some no longer required build dependencies: libpulse,
  alsa (now used via QtMultimedia), libmng (obsolete).

OBS-URL: https://build.opensuse.org/request/show/841293
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=15
2020-10-12 15:02:53 +00:00
Dominique Leuenberger
5b25091124 Accepting request 835995 from KDE:Qt:5.15
- Revert commit to fix screen geometry on startup (boo#1176750, QTBUG-86604):
  * 0001-Revert-Emit-QScreen-availableG-g-eometryChanged-on-l.patch

OBS-URL: https://build.opensuse.org/request/show/835995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=110
2020-09-25 14:24:17 +00:00
Christophe Giboudeaux
2d238ae51b Accepting request 835780 from home:Vogtinator:qtfix
- Revert commit to fix screen geometry on startup (boo#1176750, QTBUG-86604):
  * 0001-Revert-Emit-QScreen-availableG-g-eometryChanged-on-l.patch

OBS-URL: https://build.opensuse.org/request/show/835780
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=14
2020-09-22 07:03:57 +00:00
Dominique Leuenberger
fc13d115a2 Accepting request 833635 from KDE:Qt:5.15
Qt 5.15.1

OBS-URL: https://build.opensuse.org/request/show/833635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=109
2020-09-14 10:05:40 +00:00
Christophe Giboudeaux
ba5385342f Qt 5.15.1 - not built yet
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=13
2020-09-11 06:29:58 +00:00
Dominique Leuenberger
e8bed6c061 Accepting request 818846 from KDE:Qt:5.15
- Add patch to prevent stuck image conversion (boo#1172599, QTBUG-84619):
  * 0001-Do-not-multithread-if-already-in-a-global-threadpool.patch

OBS-URL: https://build.opensuse.org/request/show/818846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=108
2020-07-09 11:15:56 +00:00
Christophe Giboudeaux
293f7385d8 Accepting request 818835 from home:Vogtinator:qt5.15
- Add patch to prevent stuck image conversion (boo#1172599, QTBUG-84619):
  * 0001-Do-not-multithread-if-already-in-a-global-threadpool.patch

OBS-URL: https://build.opensuse.org/request/show/818835
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=12
2020-07-05 11:57:52 +00:00
Dominique Leuenberger
fdf4afd7bc Accepting request 813289 from KDE:Qt:5.15
- Add patch to fix tool menu placement (boo#1172754, QTBUG-84462):
  * 0001-Fix-QToolButton-menus-showing-on-primary-screens-in-.patch

OBS-URL: https://build.opensuse.org/request/show/813289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=107
2020-06-11 12:47:14 +00:00
Christophe Giboudeaux
73a448f68a Accepting request 813233 from home:Vogtinator:qt5.15
- Add patch to fix tool menu placement (boo#1172754, QTBUG-84462):
  * 0001-Fix-QToolButton-menus-showing-on-primary-screens-in-.patch

OBS-URL: https://build.opensuse.org/request/show/813233
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=11
2020-06-10 16:50:47 +00:00
Yuchen Lin
ba5a894182 Accepting request 809287 from KDE:Qt:5.15
Qt 5.15.0

OBS-URL: https://build.opensuse.org/request/show/809287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=106
2020-05-29 19:13:53 +00:00
Christophe Giboudeaux
41a0ed5f3f Accepting request 809283 from home:Vogtinator:qt5.15
OBS-URL: https://build.opensuse.org/request/show/809283
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=10
2020-05-27 09:57:19 +00:00
e67dc8d213 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=9 2020-05-27 08:38:42 +00:00
1b1eba1206 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=8 2020-05-22 13:54:05 +00:00
Christophe Giboudeaux
826925744a Qt 5.15.0 RC
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=7
2020-05-09 06:33:21 +00:00