Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:Factory 
checked in at 2024-05-30 15:32:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtbase (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtbase.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtbase"

Thu May 30 15:32:31 2024 rev:154 rq:1177539 version:5.15.14+kde140

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes      
2024-03-20 21:14:16.821806492 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new.24587/libqt5-qtbase.changes   
2024-05-30 15:32:46.776949147 +0200
@@ -1,0 +2,87 @@
+Wed May 29 06:25:15 UTC 2024 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to version 5.15.14+kde140, rebased upstream:
+  * xcb: Avoid repeatedly registering xsettings callbacks
+  * Opt out of standard library memory_resource on macOS < 14 and iOS < 17
+  * QPainter: fix assert when drawing bitmaps at very near to .5 coord
+  * XCB: Unset the connection's mousePressWindow if it's this window
+  * SQL/ODBC: Pass correct length to SQLColAttribute()
+  * qxkbcommon: fix isKeypad
+  * QObjectPrivate::Signal: initialize all members
+  * gui: fix build against gcc-14 (-Werror=calloc-transposed-args)
+  * QTest::WatchDog: fix missing timeout resets on test function change
+  * tst_bench_QCryptographicHash: add benchmarks for QMessageAuthenticationCode
+  * Hsts: match header names case insensitively
+  * Blacklist tst_NetworkSelfTest::smbServer on openSUSE 15.4
+  * Blacklist tst_QGlyphRun::drawRightToLeft on openSUSE 15.4
+  * Match deadcode elimination with cpu feature check
+  * Update public suffix list for QUrl/QtNetwork
+  * QProcess: remove the note that it freezes threads on QNX
+  * Update public suffix list for QUrl/QtNetwork
+  * QNAM: Fix double-connect for manual redirect handling
+  * Android: fix build error for Qt 5.15 with NDK r24+
+  * Bump tested macOS SDK to version 13
+  * Darwin: Explicitly link to IOKit, as used by QSysInfo::machineUniqueId()
+  * Update Copyright year to 2023
+  * SQLite: Update SQLite to v3.41.2
+  * Android: remove getRootWindowInsets
+  * Blacklist tst_QItemDelegate::editorKeyPress for SLES 15.4
+  * BLACKLIST tst_QListView::internalDragDropMove for SLES 15.4
+  * Blacklist tst_QWindow:testInputEvents on SLES 15.4
+  * Blacklist tst_gestures tests for SLES 15.4
+  * Blacklist tst_QOpenGLWidget::stackWidgetOpaqueChildIsVisible for SLES 15.4
+  * Blacklist tst_qwidget::widgetAt and tst_qwidget_window::tst_dnd_events
+  * BLACKLIST: tst_QApplication::sendEventsOnProcessEvents for SLES 15.4
+  * Blacklist: tst_QGraphicsAnchorLayout::layoutDirection for SLES 15.4
+  * Doc: Fix typo
+  * Android: allow using string based versions in compileSdkVersion
+  * QListView: No-op, when a list item is dropped directly behind itself
+  * Android: don't break when finding opengl plugin
+  * Change android target SDK version to 31
+  * git: ignore ._* files
+  * Android: fix manual deployment with ANDROID_DEPLOYMENT_DEPENDENCIES
+  * QMessageAuthenticationCode: fix result() non-re-entrancy
+  * QMessageAuthenticationCode: Extract Methods finalize{,Unchecked}() from 
result()
+  * tst_bench_QCryptographicHash: use QMetaEnum trick
+  * tst_bench_QCryptographicHash: port to QTest::addRow()
+  * tst_qtconcurrentrun: fix UB (uninit'ed values)
+  * QComboBox: Disable items marked as disabled in native popups
+  * tst_QSslSocket_onDemandCertificates_member: Blacklist & debug
+  * QSQL/ODBC: fix regression (trailing NUL)
+  * SQLite: Update SQLite to v3.41.1
+  * Android: demistify the "No platform plugin" androiddeployqt error
+  * QTest::WatchDog: Extract Method setExpectation()
+  * Tidy up qtestcase.cpp's WatchDog
+  * Fix thread-sanitizer warning about a data race
+  * macOS: Guard text input client from destroyed QCocoaWindow
+  * Accept full-width parentheses in removeMnemonics()
+  * Fix listed files for sha3_keccak
+  * Fix overflow in SHA-3/Keccak
+  * tst_QCryptographicHash: Extract Method ensureLargeData()
+  * QCryptographicHash: fix UB (data race on concurrent result()) [2nd try]
+  * QVarLengthArray: fix UBs in insert(it, n, v) ([basic.life], invariants)
+  * Add q_points_into_range to container utilities
+  * qstrncpy(): document that we don't implement strncpy() fill-all-[dst,len)
+  * QThread/Unix: fix compilation with C++11
+  * QDBusError: don't refer to a QT_NAMESPACE'ed get() as ::get()
+  * Update to Freetype 2.13.0
+  * Android: fix and document QStandardPaths behavior on different versions
+  * tst_qvarlengtharray: add test for QVLA(n) ctor
+  * Android: avoid duplicate paths from QStandardPaths::standardLocations()
+  * Android: document limitation for QFile::copy() operation for content uri
+  * Bump version to 5.15.14
+  * SQLite: Update SQLite to v3.41.0
+  * tst_QMessageAuthenticationCode: check that setKey() reset()s
+  * Avoid resetting CMAKE_AUTOMOC_MACRO_NAMES
+  * Set GenerateDebugInformation to true in vcproj if at least /DEBUG is set
+  * QCryptographicHash: add a mutex to writing to the results
+  * SQL/OCI: Correctly calculate utc offset string when icu is not available
+  * QVarLengthArray: Extract Method QtPrivate::q_rotate()
+  * Specify Android architecture in gradle files
+  * Logging: fix crash when decoding a symbol that isn't a function
+  * qstrncpy: NUL-terminate even when src is nullptr
+  * Blacklist a test in the GUI form of tst_QTimer on ubuntu-20.04
+  * Blacklist tst_QTimer::zeroTimer in its Gui form
+  * Text: fix Soft hyphen rendering in QTextLayout::glyphRuns()
+
+-------------------------------------------------------------------

Old:
----
  qtbase-everywhere-src-5.15.13+kde138.obscpio

New:
----
  qtbase-everywhere-src-5.15.14+kde140.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libqt5-qtbase.spec ++++++
--- /var/tmp/diff_new_pack.5uF1Fx/_old  2024-05-30 15:32:54.317224498 +0200
+++ /var/tmp/diff_new_pack.5uF1Fx/_new  2024-05-30 15:32:54.317224498 +0200
@@ -29,15 +29,15 @@
 %bcond_without harfbuzz
 
 Name:           libqt5-qtbase
-Version:        5.15.13+kde138
+Version:        5.15.14+kde140
 Release:        0
 Summary:        C++ Program Library, Core Components
 License:        LGPL-3.0-only or GPL-3.0-with-Qt-Company-Qt-exception-1.1
 Group:          System/Libraries
 Url:            https://www.qt.io
 %define base_name libqt5
-%define real_version 5.15.13
-%define so_version 5.15.13
+%define real_version 5.15.14
+%define so_version 5.15.14
 %define tar_version qtbase-everywhere-src-%{version}
 Source:         %{tar_version}.tar.xz
 # to get mtime of file:

++++++ _service ++++++
--- /var/tmp/diff_new_pack.5uF1Fx/_old  2024-05-30 15:32:54.381226835 +0200
+++ /var/tmp/diff_new_pack.5uF1Fx/_new  2024-05-30 15:32:54.381226835 +0200
@@ -1,12 +1,12 @@
 <services>
   <service name="obs_scm" mode="disabled">
    <param name="changesgenerate">enable</param>
-   <param name="versionformat">5.15.13+kde@TAG_OFFSET@</param>
+   <param name="versionformat">5.15.14+kde@TAG_OFFSET@</param>
    <param name="url">https://invent.kde.org/qt/qt/qtbase.git</param>
    <param name="scm">git</param>
    <param name="filename">qtbase-everywhere-src</param>
    <param name="revision">kde/5.15</param>
-   <param name="parent-tag">v5.15.13-lts-lgpl</param>
+   <param name="parent-tag">v5.15.14-lts-lgpl</param>
    <param name="changesgenerate">enable</param>
   </service>
   <service name="set_version" mode="disabled"/>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.5uF1Fx/_old  2024-05-30 15:32:54.401227565 +0200
+++ /var/tmp/diff_new_pack.5uF1Fx/_new  2024-05-30 15:32:54.405227711 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://invent.kde.org/qt/qt/qtbase.git</param>
-              <param 
name="changesrevision">b9906b5233a80cab372c95ac4dd68b25bdca0646</param></service></servicedata>
+              <param 
name="changesrevision">1c13ef067ea3c97342f98039931ea18b3992014f</param></service></servicedata>
 (No newline at EOF)
 

++++++ qtbase-everywhere-src-5.15.13+kde138.obscpio -> 
qtbase-everywhere-src-5.15.14+kde140.obscpio ++++++
/work/SRC/openSUSE:Factory/libqt5-qtbase/qtbase-everywhere-src-5.15.13+kde138.obscpio
 
/work/SRC/openSUSE:Factory/.libqt5-qtbase.new.24587/qtbase-everywhere-src-5.15.14+kde140.obscpio
 differ: char 48, line 1

++++++ qtbase-everywhere-src.obsinfo ++++++
--- /var/tmp/diff_new_pack.5uF1Fx/_old  2024-05-30 15:32:54.485230633 +0200
+++ /var/tmp/diff_new_pack.5uF1Fx/_new  2024-05-30 15:32:54.485230633 +0200
@@ -1,5 +1,5 @@
 name: qtbase-everywhere-src
-version: 5.15.13+kde138
-mtime: 1710404481
-commit: b9906b5233a80cab372c95ac4dd68b25bdca0646
+version: 5.15.14+kde140
+mtime: 1716846364
+commit: 1c13ef067ea3c97342f98039931ea18b3992014f
 

Reply via email to