Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libqt5-qtdoc for openSUSE:Factory 
checked in at 2022-06-29 16:01:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtdoc (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtdoc.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtdoc"

Wed Jun 29 16:01:04 2022 rev:44 rq:985475 version:5.15.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtdoc/libqt5-qtdoc.changes        
2022-01-14 23:13:52.802656522 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtdoc.new.1548/libqt5-qtdoc.changes      
2022-06-29 16:02:07.532683983 +0200
@@ -1,0 +2,11 @@
+Mon Jun 27 12:50:15 UTC 2022 - Fabian Vogt <fv...@suse.com>
+
+- Update to 5.15.5:
+  * See individual module packages for changelogs
+- Drop patches, now upstream:
+  * 0001-Fix-build-with-GCC-11-include-limits.patch
+- Rebase patches:
+  * 0002-Build-fixes-for-GCC-11.patch
+  * 0001-Partially-revert-813a928c7c3cf98670b6043149880ed5c95.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Fix-build-with-GCC-11-include-limits.patch
  qt-everywhere-src-5.15.2.tar.xz

New:
----
  qt-everywhere-opensource-src-5.15.5.tar.xz

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

Other differences:
------------------
++++++ libqt5-qtdoc.spec ++++++
--- /var/tmp/diff_new_pack.F8qLPx/_old  2022-06-29 16:02:21.600702710 +0200
+++ /var/tmp/diff_new_pack.F8qLPx/_new  2022-06-29 16:02:21.604702715 +0200
@@ -17,10 +17,10 @@
 # nodebuginfo
 
 
-%define real_version 5.15.2
-%define tar_version qt-everywhere-src-5.15.2
+%define real_version 5.15.5
+%define tar_version qt-everywhere-opensource-src-5.15.5
 Name:           libqt5-qtdoc
-Version:        5.15.2
+Version:        5.15.5
 Release:        0
 Summary:        Qt 5 API Documentation
 License:        LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only
@@ -28,7 +28,6 @@
 URL:            https://www.qt.io
 Source:         
https://download.qt.io/official_releases/qt/5.15/%{real_version}/single/%{tar_version}.tar.xz
 # PATCH-FIX-UPSTREAM
-Patch1:         0001-Fix-build-with-GCC-11-include-limits.patch
 Patch2:         0002-Build-fixes-for-GCC-11.patch
 Patch3:         0001-Partially-revert-813a928c7c3cf98670b6043149880ed5c95.patch
 # Breaks make_jobs
@@ -126,8 +125,7 @@
 required.
 
 %prep
-%setup -q -n %{tar_version}
-%autopatch -p1
+%autosetup -p1 -n qt-everywhere-src-%{version}
 
 %build
 # We need to link to some of the programs used as that the source assumes they 
were just built.

++++++ 0001-Partially-revert-813a928c7c3cf98670b6043149880ed5c95.patch ++++++
--- /var/tmp/diff_new_pack.F8qLPx/_old  2022-06-29 16:02:21.628702747 +0200
+++ /var/tmp/diff_new_pack.F8qLPx/_new  2022-06-29 16:02:21.632702752 +0200
@@ -13,10 +13,10 @@
  src/corelib/tools/qsharedpointer_impl.h | 3 +++
  1 file changed, 3 insertions(+)
 
-diff --git a/qtbase/src/corelib/tools/qsharedpointer_impl.h 
b/qtbase/src/corelib/tools/qsharedpointer_impl.h
-index 4aee98af53..790c187cb9 100644
---- a/qtbase/src/corelib/tools/qsharedpointer_impl.h
-+++ b/qtbase/src/corelib/tools/qsharedpointer_impl.h
+Index: qt-everywhere-src-5.15.5/qtbase/src/corelib/tools/qsharedpointer_impl.h
+===================================================================
+--- 
qt-everywhere-src-5.15.5.orig/qtbase/src/corelib/tools/qsharedpointer_impl.h
++++ qt-everywhere-src-5.15.5/qtbase/src/corelib/tools/qsharedpointer_impl.h
 @@ -155,6 +155,9 @@ namespace QtSharedPointer {
  #endif
          inline void checkQObjectShared(...) { }
@@ -27,7 +27,4 @@
      };
      // sizeof(ExternalRefCountData) = 12 (32-bit) / 16 (64-bit)
  
--- 
-2.25.1
-
 

++++++ 0002-Build-fixes-for-GCC-11.patch ++++++
--- /var/tmp/diff_new_pack.F8qLPx/_old  2022-06-29 16:02:21.652702779 +0200
+++ /var/tmp/diff_new_pack.F8qLPx/_new  2022-06-29 16:02:21.652702779 +0200
@@ -14,23 +14,10 @@
  src/plugins/platforms/xcb/qxcbwindow.cpp | 2 +-
  3 files changed, 3 insertions(+), 4 deletions(-)
 
-diff --git a/qtbase/src/corelib/text/qbytearraymatcher.h 
b/qtbase/src/corelib/text/qbytearraymatcher.h
-index 0eedfc1d20..f5f9bef7b8 100644
---- a/qtbase/src/corelib/text/qbytearraymatcher.h
-+++ b/qtbase/src/corelib/text/qbytearraymatcher.h
-@@ -42,6 +42,8 @@
- 
- #include <QtCore/qbytearray.h>
- 
-+#include <limits>
-+
- QT_BEGIN_NAMESPACE
- 
- 
-diff --git a/qtbase/src/corelib/tools/qsharedpointer_impl.h 
b/qtbase/src/corelib/tools/qsharedpointer_impl.h
-index 790c187cb9..4aee98af53 100644
---- a/qtbase/src/corelib/tools/qsharedpointer_impl.h
-+++ b/qtbase/src/corelib/tools/qsharedpointer_impl.h
+Index: qt-everywhere-src-5.15.5/qtbase/src/corelib/tools/qsharedpointer_impl.h
+===================================================================
+--- 
qt-everywhere-src-5.15.5.orig/qtbase/src/corelib/tools/qsharedpointer_impl.h
++++ qt-everywhere-src-5.15.5/qtbase/src/corelib/tools/qsharedpointer_impl.h
 @@ -155,9 +155,6 @@ namespace QtSharedPointer {
  #endif
          inline void checkQObjectShared(...) { }
@@ -41,10 +28,10 @@
      };
      // sizeof(ExternalRefCountData) = 12 (32-bit) / 16 (64-bit)
  
-diff --git a/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp 
b/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp
-index 9e7e1a5572..f0866a90ac 100644
---- a/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp
-+++ b/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp
+Index: qt-everywhere-src-5.15.5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp
+===================================================================
+--- 
qt-everywhere-src-5.15.5.orig/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp
++++ qt-everywhere-src-5.15.5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp
 @@ -698,7 +698,7 @@ void QXcbWindow::show()
          if (isTransient(window())) {
              const QWindow *tp = window()->transientParent();
@@ -54,7 +41,4 @@
              // Default to client leader if there is no transient parent, else 
modal dialogs can
              // be hidden by their parents.
              if (!transientXcbParent)
--- 
-2.25.1
-
 

Reply via email to