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 2022-06-29 16:00:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtbase (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtbase.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtbase"

Wed Jun 29 16:00:29 2022 rev:131 rq:985470 version:5.15.5+kde165

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes      
2022-06-21 17:15:31.222352272 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new.1548/libqt5-qtbase.changes    
2022-06-29 16:00:34.568555147 +0200
@@ -1,0 +2,373 @@
+Mon Jun 27 12:10:11 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to version 5.15.5+kde165, rebased upstream:
+  * QArrayData: fix UB via reinterpret_cast (crash with FORTIFY_SOURCE=3)
+  * Fix compile of tst_qimage in Qt5
+  * SQLite driver: fix crash when binding a QByteArray/QString
+  * H2: remove a rather useless limit on the number of streams
+  * Revert "Qt xcb: remove false detects of Qt::GroupSwitchModifier"
+  * Revert "Windows: Add synthesized fonts also when there is a style name"
+  * Revert "Android: Place cursor correctly on screen when editing"
+  * QAbstractButton/QComboBox/QGroupBox: static_cast event->key() to Qt::Key
+  * Widgets: use QPlatformTheme::ButtonPressKeys for pressing buttons
+  * QBuffer: add missing <limits> include
+  * QBuffer: fail early in seek() beyond QByteArray's max capacity
+  * xcb: fix cursorTheme update issue
+  * QDBusMenuConnection: Close open D-Bus connection
+  * Fix QGuiApplication command line options documentation for X11
+  * QColorSpace: Guard against division by zero
+  * Preserve QImage metadata when converting format with color table
+  * Unicode: fix the grapheme clustering algorithm
+  * Ignore window icon in XCB when its size exceeds maximum request length
+  * QAbstractItemDelegate: fix rect given to tooltip handing
+  * QXmlStreamReader: fix integer truncation (qint64 ??? int)
+  * QShader: fix memory leak in detach()
+  * QDesktopServices: fix ABA problem in QOpenUrlHandlerRegistry
+  * Unix: Correctly update options pane for PDF printer
+  * JSON: When clearing duplicate object entries, also clear containers
+  * Remove unused internal flag from raster painting engine
+  * CUPS: Add support for accessible IPP printers
+  * Initialize m_exclusive in QGtk3MenuItem constructor
+  * Fix data race in 
QCoreApplicationPrivate::sendThroughApplicationEventFilters()
+  * Fix a leak of fallback dialog helper in xdgdesktopportal
+  * QCOMPARE/QVERIFY: fix huge pessimisation in QTestResult
+  * QPushButton/fusion style: don't ignore QIcon::On icon
+  * QAbstractItemModel: fix persistent index corruption when moving columns
+  * Fix data race in QObject::moveToThread()
+  * QReadWriteLock: fix data race in stateForWaitCondition()
+  * QReadWriteLock: fix another data race in stateForWaitCondition()
+  * QReadWriteLock: fix data race in dtor
+  * Revert "a11y: Do not cache classes that don't have a factory plugin"
+  * Prevent crashing when FcFontList fails
+  * Fix race condition in futex-based QSemaphore
+  * Fix a QDBusConnection crash with pending calls when connection is closed
+  * Revert "Support family names that end/start with space"
+  * QProcess/Unix: ensure we don't accidentally execute something from CWD
+  * Fix compile with Qt5: Use QString::mid instead of QString::sliced
+  * testlib/qasciikey: Add keypad navigation keys
+  * QGnomeTheme: remove unneeded Q_D
+  * QGnomeTheme: Allow Space, Return, Enter and Select to press buttons
+  * QPA: add ButtonPressKeys ThemeHint
+  * Update bundled zlib to version 1.2.12
+  * QAction: Add NOTIFY changed declaration to priority property
+  * QHostInfo/Unix: Fix resolv never unloading
+  * QCompleter: fix crash when setting the same model twice
+  * Windows: use QSystemLibrary instead of LoadLibrary directly
+  * Qt namespace: fix QT_Q_FLAG declaration for Qt::MouseEventFlags
+  * Sync QPrinter orientation when PageSetup Orientation selected
+  * When clearing QPixmapCache, stop its flushing timer
+  * QLabel::setPixmap(): remove the no-op self-masking
+  * QFreeList: replace a Q_ASSERT(false) with Q_UNREACHABLE()
+  * [qgenericunixservices] Consider kde-open5 for opening URLs
+  * Fix check for malformed input when decoding translations
+  * Test for nullptr before dereferencing the screen
+  * Check for null driver() before trying to exec()
+  * Fix crash when text shaping fails
+  * Make QCursor::setPos() use the correct screen
+  * Close leak of QOCIDateTime object
+  * Fix UI mismatch when QPrinter::setDuplex
+  * xcb: fix a typo for WindowTypes
+  * QPkmHandler: make const what it never modified
+  * Respect AT_SPI_BUS_ADDRESS env var on Linux
+  * Fix integer overflow for broken QPainterPaths
+  * QDesktopServices: fix UB (data race on handlers)
+  * Make indicator-application hack work in flatpak
+  * Fix infinite loop in dash stroker
+  * QVersionNumber: remove "pure" declaration from fromString()
+  * Android: Fix Application becomes unresponsive issue
+  * Fix the crashes when animated QTreeWidgetItems are hidden
+  * Add test for QTranslator::load() translation file lookup algorithm
+  * QComboBox: add space for scrollbar if needed after showing popup
+  * QComboBox: propagate style change on widget to internal container
+  * QLocalSocket: fix inclusions in namespaced builds
+  * PCRE2: upgrade to 10.37
+  * minor: Clean up areMetricsTooLarge() conditions
+  * wasm: fix unicode keyboard handling
+  * Blacklist tst_QAccessibilityMac::notificationsTest
+  * Let the h2 test server both send and receive DATA frames
+  * Android: Reset m_usePrimaryClip when clearing the clip data
+  * Android: Remove NoSuchMethodException error
+  * QVector: fix compilation failure in C++20 mode w/strict iterators
+  * macOS: respect underline attribute in menu item fonts
+  * macOS: don't show invisible separator items
+  * iOS: Accessibility: Don't cut off the last character from the text value
+  * iOS: Accessibility: Set the correct traits for EditableText
+  * tst_moc: fix returning-reference-to-local warning
+  * Allow for arguments that have an equals as part of it
+  * Write out the HTML correctly for nested lists
+  * QSqlTableModel::orderByClause(): Quote the table name
+  * macOS: Fix synthesized bold
+  * SQLite: Update SQLite to v3.35.5
+  * Qt xcb: remove false detects of Qt::GroupSwitchModifier
+  * Do not remove non-widget items when removeWidget() called with nullptr
+  * QFileSystemModel fails to locate a host from root's visible children
+  * CMake: Fix automatic default linking of static svg plugins
+  * Blacklist tst_QGestureRecognizer::panGesture
+  * Moc: parse trailing return type
+  * Extend tst_QGL::graphicsViewClipping blacklisting
+  * Fix antialiasing of rotated non-smooth scaled images
+  * Fix QUrl::fromLocalFile with long path prefix
+  * Fix QStringView::mid() to behave as documented when passed -1 for length
+  * QDockWidget, macOS: don't drag on native widgets
+  * Add note about the risk of setting min-width/height in a style sheet
+  * cocoa: be more careful about rejecting frame strut events
+  * iOS: Keep undo/redo widgets enabled on the undo shortcut bar after undo
+  * QTestlib: Fix formatting of pointers in QCOMPARE
+  * Cherry-pick upstream patch for non-gcc/clang/msvc compilers
+  * Windows: Add synthesized fonts also when there is a style name
+  * Windows: Work-around misreporting of Script and Roman
+  * Extend blacklisting of tst_QNetworkReply::ioHttpRedirectPolicy
+  * Extend blacklisting of tst_QWidget::focusProxyAndInputMethods
+  * Android: fix wrong position of cursor hander in split screen
+  * Android: handle ImEnterKeyType flag
+  * Apply the Core compile definitions to the big resource targets
+  * Update bundled libjpeg-turbo to version 2.1.0
+  * QSpdyProtocolHandler: don't rely on device being available
+  * QVnc: clip requested screen region to available screen image
+  * Simplify bundled libjpeg build
+  * Blacklist tst_QWidget::multipleToplevelFocusCheck() on SLES 15
+  * Apply specialData font capitalization to non-rawFont text
+  * Avoid fast transform paint path on values it can't handle
+  * Blacklist tst_QTimeLine::interpolation on Windows in general
+  * QMdiArea: Fix top level window title when using 
DontMaximizeSubWindowOnActivation
+  * Don't draw focus frame if widget has style rules that affect border
+  * Fix rare integer overflow in text shaping
+  * Blacklist tst_qnetworkreply::ioHttpRedirectMultipartPost on Linux
+  * Android: Fix screen flicker issues
+  * [Android]: Fix exception when using Qt to create a service on Android
+  * Update CLDR-derived data to newly-released v39
+  * QSsl: fix UB pointer use
+  * uic/Python: Add comments for mypy to ignore star imports
+  * HTTP/2 authentication required
+  * Windows: Update the hasFrame setting when changing window flags
+  * Fix mix-guided use of const reference variable
+  * Android: Fix Touch event position depending on Surface
+  * macOS: Don't override action set during drop handling
+  * [Android] Fix select handles misplacement on QDialog
+  * wasm: fix timestamp for events
+  * Do not access internal allThreads data unlocked
+  * SQLite: Handle tables and fields with a dot in the name correctly
+  * Doc: Mark QSet::toList, QSet::fromList, QList::toSet, QList::fromSet as 
obsolete
+  * Unicode: fix the extended grapheme cluster algorithm
+  * Android: fix for isSoftwareKeyboard method
+  * [Android] Remove signal and slot mechanism to listen states in editors
+  * Fix prl generation with static dependencies take 2
+  * QNetworkDiskCache: Drop the file mmap-ing
+  * QFile::copy: call syncToDisk on destination
+  * Read DPI from X Settings initially as well
+  * Fix prl generation with static dependencies take 2
+  * Re-add horizontal offsets around QPushButton
+  * Fix ARM and MIPS runtime CPU feature flags
+  * Minor robustness improvement of text code
+  * Add null pointer check
+  * Don't parse XML symbols longer than 4096 characters
+  * Make POSIX transition rule parser more robust
+  * Extend blacklisting for SLES 15
+  * Doc: Improve deprecation messages for functions using  
QString::SplitBehavior
+  * Don't disable menu items that belong to the active modal window
+  * Doc: Fix return type of QCursor::shape()
+  * QPainterPath: fix handling of fill rules
+  * Windows QPA: Fix accessibility focus event for table/tree/list
+  * Fix invalid pointer return with QGridLayout::itemAt(-1)
+  * qmake: Improve error message when detecting macOS platform SDK upgrade
+  * Assert that pointer is not nullptr before dereferencing
+  * QLocalSocket/Win: fix possible UB in _q_pipeClosed()
+  * tst_qapplication: Prevent desktopaware test from deactivating main test
+  * iOS: Disable three-finger-tap editing interaction menu when there's no 
focus object
+  * Fix read-only pseudo-state in QPlainTextEdit stylesheet
+  * QTextHtmlParserNode: Limit colspan to avoid segfault
+  * Don't judge other people's writing systems
+  * macOS: Don't draw scrollbar handle when there is no range
+  * QSystemSemaphorePrivate: Fix a call to tr() to translate()
+  * Fix condition that adds resources for each Android ABI
+  * Avoid int overflow in QImage rotate90/180/270
+  * Return the result we have already when getting an object with no name
+  * Avoid attempting to parse insanely long texts as zone names
+  * Doc: Fix typo in publisherid for WINRT_MANIFEST
+  * Fix Editable Tree Model example model rowCount and model instance leak
+  * FileChooser portal: send window id in hex
+  * fix windows build when both whatsthis and tooltip are disabled
+  * Fix incorrectly-drawn menu indicator for QPushButton on macOS
+  * Fix label margins for pulldowns with custom styled menu indicator on macOS
+  * Font style name 'Normal' and 'Regular' have the same meaning
+  * QString: improve lastIndexOf(QRegularExpression) docs
+  * eglfs: Newer Nvidia libdrm provide device instead driver module name
+  * Android: KEYCODE_MEDIA_PLAY_PAUSE translated right
+  * iOS: Protect against a possible crash after the window is deleted
+  * Revert "Update commercial license headers to /util files"
++++ 176 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes
++++ and 
/work/SRC/openSUSE:Factory/.libqt5-qtbase.new.1548/libqt5-qtbase.changes

Old:
----
  0001-H2-remove-a-rather-useless-limit-on-the-number-of-st.patch
  0001-QProcess-Unix-ensure-we-don-t-accidentally-execute-s.patch
  0001-Revert-Bump-version.patch
  mitigate-FORTIFY_SOURCE-3.patch
  qtbase-everywhere-src-5.15.2+kde294.obscpio

New:
----
  qtbase-everywhere-src-5.15.5+kde165.obscpio

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

Other differences:
------------------
++++++ libqt5-qtbase.spec ++++++
--- /var/tmp/diff_new_pack.6qI0gy/_old  2022-06-29 16:00:43.984569332 +0200
+++ /var/tmp/diff_new_pack.6qI0gy/_new  2022-06-29 16:00:43.992569345 +0200
@@ -29,15 +29,15 @@
 %bcond_without harfbuzz
 
 Name:           libqt5-qtbase
-Version:        5.15.2+kde294
+Version:        5.15.5+kde165
 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.2
-%define so_version 5.15.2
+%define real_version 5.15.5
+%define so_version 5.15.5
 %define tar_version qtbase-everywhere-src-%{version}
 Source:         %{tar_version}.tar.xz
 # to get mtime of file:
@@ -50,7 +50,6 @@
 Patch3:         0001-Revert-QMenu-hide-when-a-QWidgetAction-fires-the-tri.patch
 # Proposed: https://bugreports.qt.io/browse/QTBUG-88491
 Patch4:         0001-Avoid-SIGABRT-on-platform-plugin-initialization-fail.patch
-Patch5:         0001-Revert-Bump-version.patch
 # PATCH-FIX-OPENSUSE disable-rc4-ciphers-bnc865241.diff bnc#865241-- Exclude 
rc4 ciphers from being used by default
 Patch6:         disable-rc4-ciphers-bnc865241.diff
 Patch8:         tell-the-truth-about-private-api.patch
@@ -61,15 +60,10 @@
 # PATCH-FIX-OPENSUSE
 Patch21:        0001-Don-t-white-list-recent-Mesa-versions-for-multithrea.patch
 Patch24:        fix-fixqt4headers.patch
-# PATCH-FIX-OPENSUSE -- Mitigate -D_FORTIFY_SOURCE=3 issue starting with GCC 
12 (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105078)
-Patch25:        mitigate-FORTIFY_SOURCE-3.patch
 # patches 1000-2000 and above from upstream 5.15 branch #
-Patch1000:      0001-H2-remove-a-rather-useless-limit-on-the-number-of-st.patch
 # patches 2000-3000 and above from upstream qt6/dev branch #
 # Not accepted yet, https://codereview.qt-project.org/c/qt/qtbase/+/255384
 Patch2001:      0002-Synthesize-Enter-LeaveEvent-for-accepted-QTabletEven.patch
-# Not accepted yet, https://codereview.qt-project.org/c/qt/qtbase/+/393113
-Patch2002:      0001-QProcess-Unix-ensure-we-don-t-accidentally-execute-s.patch
 BuildRequires:  cups-devel
 BuildRequires:  double-conversion-devel
 BuildRequires:  gcc-c++

++++++ 0001-Add-remote-print-queue-support.patch ++++++
--- /var/tmp/diff_new_pack.6qI0gy/_old  2022-06-29 16:00:44.016569381 +0200
+++ /var/tmp/diff_new_pack.6qI0gy/_new  2022-06-29 16:00:44.020569386 +0200
@@ -1,4 +1,4 @@
-From d3faa880d19d9bf5b411dc81c0d5d881a323997d Mon Sep 17 00:00:00 2001
+From 81f14d2b93f2691a5887207b137fdffb7238d87b Mon Sep 17 00:00:00 2001
 From: Antonio Larrosa <larr...@kde.org>
 Date: Tue, 6 Jun 2017 16:34:32 +0200
 Subject: [PATCH] Add remote print queue support
@@ -9,19 +9,19 @@
 the remote print queue discovery is disabled by default and can be enabled
 by setting the QT_ENABLE_PRINTER_DISCOVERY environment variable to 1.
 
-The commit to Qt (which enabled the discovery by default) has 
+The commit to Qt (which enabled the discovery by default) has
 a Change-Id: Ib70715d331e8f380a3c9039011bb8521986652aa
 ---
- src/plugins/printsupport/cups/qcupsprintengine.cpp | 35 +++++++-
- .../printsupport/cups/qcupsprintersupport.cpp      | 95 ++++++++++++++++++++--
- .../printsupport/cups/qcupsprintersupport_p.h      |  8 ++
- src/plugins/printsupport/cups/qppdprintdevice.cpp  | 33 +++++++-
- 4 files changed, 160 insertions(+), 11 deletions(-)
+ .../printsupport/cups/qcupsprintengine.cpp    | 35 ++++++-
+ .../printsupport/cups/qcupsprintersupport.cpp | 95 +++++++++++++++++--
+ .../printsupport/cups/qcupsprintersupport_p.h |  8 ++
+ .../printsupport/cups/qppdprintdevice.cpp     | 30 +++++-
+ 4 files changed, 157 insertions(+), 11 deletions(-)
 
-Index: 
qtbase-everywhere-src-5.14.0-alpha/src/plugins/printsupport/cups/qcupsprintengine.cpp
-===================================================================
---- 
qtbase-everywhere-src-5.14.0-alpha.orig/src/plugins/printsupport/cups/qcupsprintengine.cpp
-+++ 
qtbase-everywhere-src-5.14.0-alpha/src/plugins/printsupport/cups/qcupsprintengine.cpp
+diff --git a/src/plugins/printsupport/cups/qcupsprintengine.cpp 
b/src/plugins/printsupport/cups/qcupsprintengine.cpp
+index 1f9cbc4565..522cfc81b6 100644
+--- a/src/plugins/printsupport/cups/qcupsprintengine.cpp
++++ b/src/plugins/printsupport/cups/qcupsprintengine.cpp
 @@ -48,6 +48,7 @@
  #include <qbuffer.h>
  #include "private/qcups_p.h" // Only needed for PPK_CupsOptions
@@ -30,7 +30,7 @@
  
  #include <cups/cups.h>
  
-@@ -252,8 +253,40 @@ void QCupsPrintEnginePrivate::closePrint
+@@ -254,8 +255,40 @@ void QCupsPrintEnginePrivate::closePrintDevice()
          const auto parts = printerName.splitRef(QLatin1Char('/'));
          const auto printerOriginalName = parts.at(0);
          cups_option_t* optPtr = cupsOptStruct.size() ? &cupsOptStruct.first() 
: 0;
@@ -72,10 +72,10 @@
  
          QFile::remove(tempFile);
      }
-Index: 
qtbase-everywhere-src-5.14.0-alpha/src/plugins/printsupport/cups/qcupsprintersupport.cpp
-===================================================================
---- 
qtbase-everywhere-src-5.14.0-alpha.orig/src/plugins/printsupport/cups/qcupsprintersupport.cpp
-+++ 
qtbase-everywhere-src-5.14.0-alpha/src/plugins/printsupport/cups/qcupsprintersupport.cpp
+diff --git a/src/plugins/printsupport/cups/qcupsprintersupport.cpp 
b/src/plugins/printsupport/cups/qcupsprintersupport.cpp
+index 1131d43f64..0806ba3abd 100644
+--- a/src/plugins/printsupport/cups/qcupsprintersupport.cpp
++++ b/src/plugins/printsupport/cups/qcupsprintersupport.cpp
 @@ -61,6 +61,35 @@
  # include <cups/language.h>
  #endif
@@ -112,7 +112,7 @@
  QT_BEGIN_NAMESPACE
  
  #if QT_CONFIG(dialogbuttonbox)
-@@ -159,17 +188,35 @@ QPrintDevice QCupsPrinterSupport::create
+@@ -159,11 +188,26 @@ QPrintDevice 
QCupsPrinterSupport::createPrintDevice(const QString &id)
  
  QStringList QCupsPrinterSupport::availablePrintDeviceIds() const
  {
@@ -141,9 +141,11 @@
 +    list.reserve(qt_cups_num_printers);
 +    for (int i = 0; i < qt_cups_num_printers; ++i) {
          QString printerId = QString::fromLocal8Bit(dests[i].name);
-         if (dests[i].instance)
+         if (dests[i].instance) {
              printerId += QLatin1Char('/') + 
QString::fromLocal8Bit(dests[i].instance);
-         list.append(printerId);
+@@ -172,7 +216,10 @@ QStringList 
QCupsPrinterSupport::availablePrintDeviceIds() const
+             list.append(printerId);
+         }
      }
 -    cupsFreeDests(count, dests);
 +    if (!enablePrinterDiscovery) {
@@ -153,7 +155,7 @@
      return list;
  }
  
-@@ -182,8 +229,18 @@ QString QCupsPrinterSupport::staticDefau
+@@ -185,8 +232,18 @@ QString QCupsPrinterSupport::staticDefaultPrintDeviceId()
  {
      QString printerId;
      cups_dest_t *dests;
@@ -174,7 +176,7 @@
          if (dests[i].is_default) {
              printerId = QString::fromLocal8Bit(dests[i].name);
              if (dests[i].instance) {
-@@ -192,8 +249,30 @@ QString QCupsPrinterSupport::staticDefau
+@@ -195,8 +252,30 @@ QString QCupsPrinterSupport::staticDefaultPrintDeviceId()
              }
          }
      }
@@ -206,10 +208,10 @@
 +
 +
  QT_END_NAMESPACE
-Index: 
qtbase-everywhere-src-5.14.0-alpha/src/plugins/printsupport/cups/qcupsprintersupport_p.h
-===================================================================
---- 
qtbase-everywhere-src-5.14.0-alpha.orig/src/plugins/printsupport/cups/qcupsprintersupport_p.h
-+++ 
qtbase-everywhere-src-5.14.0-alpha/src/plugins/printsupport/cups/qcupsprintersupport_p.h
+diff --git a/src/plugins/printsupport/cups/qcupsprintersupport_p.h 
b/src/plugins/printsupport/cups/qcupsprintersupport_p.h
+index c2b4895c7f..9531a0c368 100644
+--- a/src/plugins/printsupport/cups/qcupsprintersupport_p.h
++++ b/src/plugins/printsupport/cups/qcupsprintersupport_p.h
 @@ -56,6 +56,8 @@
  
  #include <QtCore/qstringlist.h>
@@ -234,11 +236,11 @@
  };
  
  QT_END_NAMESPACE
-Index: 
qtbase-everywhere-src-5.14.0-alpha/src/plugins/printsupport/cups/qppdprintdevice.cpp
-===================================================================
---- 
qtbase-everywhere-src-5.14.0-alpha.orig/src/plugins/printsupport/cups/qppdprintdevice.cpp
-+++ 
qtbase-everywhere-src-5.14.0-alpha/src/plugins/printsupport/cups/qppdprintdevice.cpp
-@@ -65,10 +65,36 @@ QPpdPrintDevice::QPpdPrintDevice(const Q
+diff --git a/src/plugins/printsupport/cups/qppdprintdevice.cpp 
b/src/plugins/printsupport/cups/qppdprintdevice.cpp
+index 8bfa239dbe..b38a2081bc 100644
+--- a/src/plugins/printsupport/cups/qppdprintdevice.cpp
++++ b/src/plugins/printsupport/cups/qppdprintdevice.cpp
+@@ -65,10 +65,36 @@ QPpdPrintDevice::QPpdPrintDevice(const QString &id)
          if (parts.size() > 1)
              m_cupsInstance = parts.at(1).toUtf8();
  
@@ -277,4 +279,7 @@
              if (ppdFile) {
                  m_ppd = ppdOpenFile(ppdFile);
                  unlink(ppdFile);
+-- 
+2.36.1
+
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.6qI0gy/_old  2022-06-29 16:00:44.052569434 +0200
+++ /var/tmp/diff_new_pack.6qI0gy/_new  2022-06-29 16:00:44.056569440 +0200
@@ -1,12 +1,12 @@
 <services>
   <service name="obs_scm" mode="disabled">
    <param name="changesgenerate">enable</param>
-   <param name="versionformat">5.15.2+kde@TAG_OFFSET@</param>
+   <param name="versionformat">5.15.5+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.2</param>
+   <param name="parent-tag">v5.15.5-lts-lgpl</param>
    <param name="changesgenerate">enable</param>
   </service>
   <service name="set_version" mode="disabled"/>

++++++ qtbase-everywhere-src-5.15.2+kde294.obscpio -> 
qtbase-everywhere-src-5.15.5+kde165.obscpio ++++++
/work/SRC/openSUSE:Factory/libqt5-qtbase/qtbase-everywhere-src-5.15.2+kde294.obscpio
 
/work/SRC/openSUSE:Factory/.libqt5-qtbase.new.1548/qtbase-everywhere-src-5.15.5+kde165.obscpio
 differ: char 48, line 1

++++++ qtbase-everywhere-src.obsinfo ++++++
--- /var/tmp/diff_new_pack.6qI0gy/_old  2022-06-29 16:00:44.140569567 +0200
+++ /var/tmp/diff_new_pack.6qI0gy/_new  2022-06-29 16:00:44.144569573 +0200
@@ -1,6 +1,5 @@
 name: qtbase-everywhere-src
-version: 5.15.2+kde294
-mtime: 1642610092
-commit: 366350c2e4a7eccbda0f3936e69c6b9c4fa28f55
-
+version: 5.15.5+kde165
+mtime: 1655895493
+commit: 6d3d164bec17876f5b24ae9102767ef1236aa37b
 

Reply via email to