Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qt6-wayland for openSUSE:Factory 
checked in at 2025-04-07 17:35:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-wayland (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-wayland.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-wayland"

Mon Apr  7 17:35:29 2025 rev:46 rq:1266668 version:6.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-wayland/qt6-wayland.changes  2025-03-10 
17:58:11.716698145 +0100
+++ /work/SRC/openSUSE:Factory/.qt6-wayland.new.1907/qt6-wayland.changes        
2025-04-07 17:35:47.010731455 +0200
@@ -1,0 +2,9 @@
+Wed Apr  2 11:03:44 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.9.0:
+  * https://www.qt.io/blog/qt-6.9-released
+- Drop patches, merged upstream:
+  * 0001-update-wayland_xml-to-version-1_23_0.patch
+  * fix-taskbar.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-update-wayland_xml-to-version-1_23_0.patch
  fix-taskbar.patch
  qtwayland-everywhere-src-6.8.2.tar.xz

New:
----
  qtwayland-everywhere-src-6.9.0.tar.xz

BETA DEBUG BEGIN:
  Old:- Drop patches, merged upstream:
  * 0001-update-wayland_xml-to-version-1_23_0.patch
  * fix-taskbar.patch
  Old:  * 0001-update-wayland_xml-to-version-1_23_0.patch
  * fix-taskbar.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ qt6-wayland.spec ++++++
--- /var/tmp/diff_new_pack.h9fVrj/_old  2025-04-07 17:35:48.718802898 +0200
+++ /var/tmp/diff_new_pack.h9fVrj/_new  2025-04-07 17:35:48.726803233 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.8.2
-%define short_version 6.8
+%define real_version 6.9.0
+%define short_version 6.9
 %define tar_name qtwayland-everywhere-src
 %define tar_suffix %{nil}
 #
@@ -33,7 +33,7 @@
 %global with_opengl 1
 %endif
 Name:           qt6-wayland%{?pkg_suffix}
-Version:        6.8.2
+Version:        6.9.0
 Release:        0
 Summary:        Qt 6 Wayland libraries and tools
 # The wayland compositor files are GPL-3.0-or-later
@@ -41,22 +41,18 @@
 URL:            https://www.qt.io
 Source0:        
https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
 Source99:       qt6-wayland-rpmlintrc
-# PATCH-FIX-UPSTREAM
-Patch0:         0001-update-wayland_xml-to-version-1_23_0.patch
-# PATCH-FIX-UPSTREAM fix-taskbar.patch - Based on change number 623667 via KDE 
bug 491100
-Patch1:         fix-taskbar.patch
 BuildRequires:  pkgconfig
-BuildRequires:  qt6-core-private-devel
-BuildRequires:  qt6-gui-private-devel
-BuildRequires:  qt6-opengl-private-devel
 BuildRequires:  qt6-platformsupport-private-devel
-BuildRequires:  qt6-qml-private-devel
-BuildRequires:  qt6-quick-private-devel
 BuildRequires:  cmake(Qt6Core) = %{real_version}
+BuildRequires:  cmake(Qt6CorePrivate) = %{real_version}
 BuildRequires:  cmake(Qt6Gui) = %{real_version}
+BuildRequires:  cmake(Qt6GuiPrivate) = %{real_version}
 BuildRequires:  cmake(Qt6OpenGL) = %{real_version}
+BuildRequires:  cmake(Qt6OpenGLPrivate) = %{real_version}
 BuildRequires:  cmake(Qt6Qml) = %{real_version}
+BuildRequires:  cmake(Qt6QmlPrivate) = %{real_version}
 BuildRequires:  cmake(Qt6Quick) = %{real_version}
+BuildRequires:  cmake(Qt6QuickPrivate) = %{real_version}
 BuildRequires:  cmake(Qt6Svg) = %{real_version}
 BuildRequires:  pkgconfig(egl)
 BuildRequires:  pkgconfig(wayland-client)
@@ -89,8 +85,8 @@
 
 %package private-devel
 Summary:        Qt6 wayland unstable ABI meta package
-Requires:       qt6-waylandclient-private-devel = %{version}
-Requires:       qt6-waylandcompositor-private-devel = %{version}
+Requires:       cmake(Qt6WaylandClientPrivate) = %{real_version}
+Requires:       cmake(Qt6WaylandCompositorPrivate) = %{real_version}
 Requires:       cmake(Qt6WaylandEglClientHwIntegrationPrivate) = 
%{real_version}
 Requires:       cmake(Qt6WaylandEglCompositorHwIntegrationPrivate) = 
%{real_version}
 Requires:       cmake(Qt6WlShellIntegrationPrivate) = %{real_version}
@@ -126,9 +122,9 @@
 
 %package -n qt6-waylandclient-private-devel
 Summary:        Non-ABI stable API for the Qt 6 WaylandClient library
+Requires:       cmake(Qt6CorePrivate) = %{real_version}
+Requires:       cmake(Qt6GuiPrivate) = %{real_version}
 Requires:       cmake(Qt6WaylandClient) = %{real_version}
-%requires_eq    qt6-core-private-devel
-%requires_eq    qt6-gui-private-devel
 
 %description -n qt6-waylandclient-private-devel
 This package provides private headers of libQt6WaylandClient that do not have
@@ -154,11 +150,11 @@
 
 %package -n qt6-waylandcompositor-private-devel
 Summary:        Non-ABI stable API for the Qt6 WaylandCompositor library
+Requires:       cmake(Qt6CorePrivate) = %{real_version}
+Requires:       cmake(Qt6GuiPrivate) = %{real_version}
+Requires:       cmake(Qt6QmlPrivate) = %{real_version}
+Requires:       cmake(Qt6QuickPrivate) = %{real_version}
 Requires:       cmake(Qt6WaylandCompositor) = %{real_version}
-%requires_eq    qt6-core-private-devel
-%requires_eq    qt6-gui-private-devel
-%requires_eq    qt6-qml-private-devel
-%requires_eq    qt6-quick-private-devel
 
 %description -n qt6-waylandcompositor-private-devel
 This package provides private headers of libQt6WaylandCompositor that do not
@@ -183,9 +179,9 @@
 %package -n qt6-waylandeglclienthwintegration-private-devel
 Summary:        Qt 6 WaylandEglClientHwIntegration library - Development files
 Requires:       libQt6WaylandEglClientHwIntegration6 = %{version}
-Requires:       qt6-waylandclient-private-devel = %{version}
 Requires:       cmake(Qt6Gui) = %{real_version}
-%requires_eq    qt6-opengl-private-devel
+Requires:       cmake(Qt6OpenGLPrivate) = %{real_version}
+Requires:       cmake(Qt6WaylandClientPrivate) = %{real_version}
 
 %description -n qt6-waylandeglclienthwintegration-private-devel
 Development files for the Qt 6 WaylandEglClientHwIntegration library.
@@ -201,8 +197,8 @@
 %package -n qt6-waylandeglcompositorhwintegration-private-devel
 Summary:        Qt 6 WaylandEglCompositorHwIntegration library - Development 
files
 Requires:       libQt6WaylandEglCompositorHwIntegration6 = %{version}
-Requires:       qt6-waylandcompositor-private-devel = %{version}
 Requires:       cmake(Qt6Gui) = %{real_version}
+Requires:       cmake(Qt6WaylandCompositorPrivate) = %{real_version}
 
 %description -n qt6-waylandeglcompositorhwintegration-private-devel
 Development files for the Qt 6 WaylandEglCompositorHwIntegration library.
@@ -297,6 +293,7 @@
 %exclude %{_qt6_includedir}/QtWaylandClient/%{real_version}
 
 %files -n qt6-waylandclient-private-devel
+%{_qt6_cmakedir}/Qt6WaylandClientPrivate/
 %{_qt6_includedir}/QtWaylandClient/%{real_version}/
 %{_qt6_mkspecsdir}/modules/qt_lib_waylandclient_private.pri
 
@@ -351,6 +348,11 @@
 %exclude %{_qt6_includedir}/QtWaylandCompositor/%{real_version}
 
 %files -n qt6-waylandcompositor-private-devel
+%{_qt6_cmakedir}/Qt6WaylandCompositorPrivate/
+%{_qt6_cmakedir}/Qt6WaylandCompositorIviapplicationPrivate/
+%{_qt6_cmakedir}/Qt6WaylandCompositorPresentationTimePrivate/
+%{_qt6_cmakedir}/Qt6WaylandCompositorWLShellPrivate/
+%{_qt6_cmakedir}/Qt6WaylandCompositorXdgShellPrivate/
 %{_qt6_includedir}/QtWaylandCompositor/%{real_version}/
 %{_qt6_mkspecsdir}/modules/qt_lib_waylandcompositor_private.pri
 

++++++ qtwayland-everywhere-src-6.8.2.tar.xz -> 
qtwayland-everywhere-src-6.9.0.tar.xz ++++++
++++ 7329 lines of diff (skipped)

Reply via email to