Commit Graph

163 Commits

Author SHA256 Message Date
Christophe Marin
5864254086 Accepting request 1043149 from home:Vogtinator:qt5.15
Qt 5.15.7 + accessibility requested by sitter

OBS-URL: https://build.opensuse.org/request/show/1043149
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=43
2022-12-16 08:13:05 +00:00
Christophe Marin
322f38fa5b Accepting request 1040598 from home:Vogtinator:qt5.15
Beware, not built yet.

- Add patch to fix text rendering on 16bit X11 surfaces (boo#1205585):
  * 0001-Fix-wrong-to-linear-conversion.patch

OBS-URL: https://build.opensuse.org/request/show/1040598
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=42
2022-12-06 17:01:30 +00:00
Christophe Giboudeaux
8106440d88 Accepting request 1033058 from home:Vogtinator:qt5.15
Qt 5.15.7, untested

OBS-URL: https://build.opensuse.org/request/show/1033058
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=41
2022-11-03 15:35:25 +00:00
Christophe Giboudeaux
c083a82641 Qt 5.15.6, untested.
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=40
2022-09-26 20:35:32 +00:00
Christophe Giboudeaux
d1ea960afa Accepting request 986203 from home:Vogtinator:qt5.15
- Update to version 5.15.5+kde166:
  * Drop call to setPlatformScreen in QHighDpiScaling::setScreenFactor
    (kde#450443)

OBS-URL: https://build.opensuse.org/request/show/986203
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=39
2022-07-01 10:48:31 +00:00
Christophe Giboudeaux
ea724078dd Qt 5.15.5 with patch collection + qtscript 5.15.10
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=38
2022-06-28 08:20:59 +00:00
Christophe Giboudeaux
5cb9ee7688 Accepting request 983989 from home:Vogtinator:qt5.15
- 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

OBS-URL: https://build.opensuse.org/request/show/983989
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=37
2022-06-20 13:46:21 +00:00
0141bdac91 Accepting request 969342 from home:marxin:branches:KDE:Qt:5.15
- 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.

OBS-URL: https://build.opensuse.org/request/show/969342
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=36
2022-04-12 08:33:32 +00:00
Christophe Giboudeaux
41553aacaa Accepting request 958066 from home:Vogtinator:qt5.15
place missed in the first version (boo#1195386, CVE-2022-23853,
  boo#1196501, CVE-2022-25255):
  (boo#1195386, CVE-2022-23853, boo#1196501, CVE-2022-25255):

OBS-URL: https://build.opensuse.org/request/show/958066
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=35
2022-02-28 15:04:37 +00:00
Christophe Giboudeaux
dc872abc64 Accepting request 954191 from home:Vogtinator:qt5.15
- Update patch after it was merged to dev upstream and fix another
  place missed in the first version (boo#1195386, CVE-2022-23853):
  * 0001-QProcess-Unix-ensure-we-don-t-accidentally-execute-s.patch

OBS-URL: https://build.opensuse.org/request/show/954191
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=34
2022-02-14 11:57:54 +00:00
Christophe Giboudeaux
2d8da7143f Accepting request 951334 from home:Vogtinator:qt5.15
- Add patch to avoid unintentionally using binaries from CWD
  (boo#1195386, CVE-2022-23853):
  * 0001-QProcess-Unix-ensure-we-don-t-accidentally-execute-s.patch

OBS-URL: https://build.opensuse.org/request/show/951334
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=33
2022-02-03 21:11:04 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Christophe Giboudeaux
50f3e82103 Qt 5.15.0 Beta 4
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=6
2020-04-25 19:51:49 +00:00
Christophe Giboudeaux
26e6930f05 Qt 5.15.0 Beta 3
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=5
2020-04-15 08:52:22 +00:00
Christophe Giboudeaux
ee571818e5 Qt 5.15 Beta 2 - untested, as usual
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=4
2020-03-25 07:19:56 +00:00
Luca Beltrame
8af21c4d0f Qt 5.15 Beta 1
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=3
2020-03-01 08:57:54 +00:00
Christophe Giboudeaux
62b8121027 Qt 5.15 Alpha
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=2
2020-02-26 12:43:12 +00:00
5fb396e9b0 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtbase?expand=0&rev=1 2020-02-19 10:09:00 +00:00
Dominique Leuenberger
c6eb576eeb Accepting request 798262 from KDE:Qt:5.14
- Add patch to fix use-after-free (boo#1170582, CVE-2020-12267):
  * 0001-QTextMarkdownImporter-fix-use-after-free-add-fuzz-ge.patch

OBS-URL: https://build.opensuse.org/request/show/798262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=105
2020-04-29 18:42:09 +00:00
Christophe Giboudeaux
f9d53db9a4 Accepting request 798249 from home:Vogtinator:qt5.14
- Add patch to fix use-after-free (boo#1170582, CVE-2020-12267):
  * 0001-QTextMarkdownImporter-fix-use-after-free-add-fuzz-ge.patch

OBS-URL: https://build.opensuse.org/request/show/798249
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtbase?expand=0&rev=10
2020-04-27 12:57:20 +00:00
Dominique Leuenberger
b668b82e5b Accepting request 768104 from KDE:Qt:5.14
Update to 5.14.1

OBS-URL: https://build.opensuse.org/request/show/768104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=104
2020-01-30 08:38:42 +00:00
Christophe Giboudeaux
6303e1372b Accepting request 768036 from home:Vogtinator:qt5.14
Qt 5.14.1 - untested, as usual

OBS-URL: https://build.opensuse.org/request/show/768036
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtbase?expand=0&rev=9
2020-01-28 16:31:27 +00:00
Dominique Leuenberger
4dbfeda17e Accepting request 759684 from KDE:Qt:5.14
- Update license tag

- 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

- 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

- 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

- 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)

OBS-URL: https://build.opensuse.org/request/show/759684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=103
2020-01-19 19:55:21 +00:00
4128727b7d - Update license tag
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtbase?expand=0&rev=8
2019-12-27 13:07:53 +00:00
d2786dad3f Accepting request 759230 from home:Vogtinator:qt5.14
- 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

OBS-URL: https://build.opensuse.org/request/show/759230
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtbase?expand=0&rev=7
2019-12-26 12:37:07 +00:00