Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kwayland for openSUSE:Factory checked in at 2022-04-11 23:47:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kwayland (Old) and /work/SRC/openSUSE:Factory/.kwayland.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwayland" Mon Apr 11 23:47:37 2022 rev:98 rq:968196 version:5.93.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kwayland/kwayland.changes 2022-03-14 19:36:22.254076351 +0100 +++ /work/SRC/openSUSE:Factory/.kwayland.new.1900/kwayland.changes 2022-04-11 23:49:04.967180570 +0200 @@ -1,0 +2,11 @@ +Sun Apr 3 10:47:28 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 5.93.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.93.0 +- Changes since 5.92.0: + * Install Client headers in a dirs hierarchy matching the C++ namespaces + * We don't actually need Qt6WaylandCompositor + +------------------------------------------------------------------- Old: ---- kwayland-5.92.0.tar.xz kwayland-5.92.0.tar.xz.sig New: ---- kwayland-5.93.0.tar.xz kwayland-5.93.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kwayland.spec ++++++ --- /var/tmp/diff_new_pack.NtYxQP/_old 2022-04-11 23:49:05.459174946 +0200 +++ /var/tmp/diff_new_pack.NtYxQP/_new 2022-04-11 23:49:05.463174901 +0200 @@ -16,7 +16,7 @@ # -%define _tar_path 5.92 +%define _tar_path 5.93 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) @@ -24,7 +24,7 @@ # Only needed for the package signature condition %bcond_without released Name: kwayland -Version: 5.92.0 +Version: 5.93.0 Release: 0 Summary: KDE Wayland library License: LGPL-2.1-or-later ++++++ kwayland-5.92.0.tar.xz -> kwayland-5.93.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/CMakeLists.txt new/kwayland-5.93.0/CMakeLists.txt --- old/kwayland-5.92.0/CMakeLists.txt 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/CMakeLists.txt 2022-04-02 12:04:14.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.92.0") # handled by release scripts +set(KF_VERSION "5.93.0") # handled by release scripts project(KWayland VERSION ${KF_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.92.0 NO_MODULE) +find_package(ECM 5.93.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake/Modules) @@ -37,11 +37,9 @@ find_package(Qt${QT_MAJOR_VERSION}Gui ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE COMPONENTS Private) find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Concurrent WaylandClient) -# With Qt6 use qt_generate_wayland_protocol_{client,server}_sources instead of -# ecm_add_qtwayland_{client,server}_protocol (from ECM's QtWaylandScanner) -if (QT_MAJOR_VERSION STREQUAL "6") - find_package(Qt6WaylandCompositor CONFIG REQUIRED) -else() +# With Qt6 use qt_generate_wayland_protocol_client_sources instead of +# ecm_add_qtwayland_client_protocol (from ECM's QtWaylandScanner) +if (QT_MAJOR_VERSION STREQUAL "5") find_package(QtWaylandScanner REQUIRED) endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/CMakeLists.txt new/kwayland-5.93.0/src/client/CMakeLists.txt --- old/kwayland-5.92.0/src/client/CMakeLists.txt 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/CMakeLists.txt 2022-04-02 12:04:14.000000000 +0200 @@ -253,7 +253,8 @@ ) target_include_directories(KF5WaylandClient - INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF}/KWayland;${KDE_INSTALL_INCLUDEDIR_KF}/KWayland/Client>") + INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF}/KWayland>" +) target_link_libraries(KF5WaylandClient PUBLIC Qt${QT_MAJOR_VERSION}::Gui @@ -323,7 +324,7 @@ install(FILES ${CLIENT_LIB_HEADERS} - DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/KWayland/Client COMPONENT Devel + DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/KWayland/KWayland/Client COMPONENT Devel ) # make available to ecm_add_qch in parent folder diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/appmenu.h new/kwayland-5.93.0/src/client/appmenu.h --- old/kwayland-5.92.0/src/client/appmenu.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/appmenu.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct org_kde_kwin_appmenu_manager; struct org_kde_kwin_appmenu; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/blur.h new/kwayland-5.93.0/src/client/blur.h --- old/kwayland-5.92.0/src/client/blur.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/blur.h 2022-04-02 12:04:14.000000000 +0200 @@ -13,7 +13,7 @@ #include <QPoint> #include <QSize> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_buffer; struct wl_region; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/buffer.h new/kwayland-5.93.0/src/client/buffer.h --- old/kwayland-5.92.0/src/client/buffer.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/buffer.h 2022-04-02 12:04:14.000000000 +0200 @@ -10,7 +10,7 @@ #include <QSize> #include <QWeakPointer> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_buffer; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/compositor.h new/kwayland-5.93.0/src/client/compositor.h --- old/kwayland-5.92.0/src/client/compositor.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/compositor.h 2022-04-02 12:04:14.000000000 +0200 @@ -10,7 +10,7 @@ #include <memory> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_compositor; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/connection_thread.h new/kwayland-5.93.0/src/client/connection_thread.h --- old/kwayland-5.92.0/src/client/connection_thread.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/connection_thread.h 2022-04-02 12:04:14.000000000 +0200 @@ -9,7 +9,7 @@ #include <QObject> #include <QVector> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_display; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/contrast.h new/kwayland-5.93.0/src/client/contrast.h --- old/kwayland-5.92.0/src/client/contrast.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/contrast.h 2022-04-02 12:04:14.000000000 +0200 @@ -14,7 +14,7 @@ #include <QSize> #include <QColor> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct org_kde_kwin_contrast; struct org_kde_kwin_contrast_manager; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/datadevice.h new/kwayland-5.93.0/src/client/datadevice.h --- old/kwayland-5.92.0/src/client/datadevice.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/datadevice.h 2022-04-02 12:04:14.000000000 +0200 @@ -10,7 +10,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_data_device; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/datadevicemanager.h new/kwayland-5.93.0/src/client/datadevicemanager.h --- old/kwayland-5.92.0/src/client/datadevicemanager.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/datadevicemanager.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_data_device_manager; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/dataoffer.h new/kwayland-5.93.0/src/client/dataoffer.h --- old/kwayland-5.92.0/src/client/dataoffer.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/dataoffer.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" #include "datadevicemanager.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/datasource.h new/kwayland-5.93.0/src/client/datasource.h --- old/kwayland-5.92.0/src/client/datasource.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/datasource.h 2022-04-02 12:04:14.000000000 +0200 @@ -11,7 +11,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_data_source; class QMimeType; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/dpms.h new/kwayland-5.93.0/src/client/dpms.h --- old/kwayland-5.92.0/src/client/dpms.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/dpms.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct org_kde_kwin_dpms; struct org_kde_kwin_dpms_manager; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/event_queue.h new/kwayland-5.93.0/src/client/event_queue.h --- old/kwayland-5.92.0/src/client/event_queue.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/event_queue.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_display; struct wl_proxy; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/fakeinput.h new/kwayland-5.93.0/src/client/fakeinput.h --- old/kwayland-5.92.0/src/client/fakeinput.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/fakeinput.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct org_kde_kwin_fake_input; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/fullscreen_shell.h new/kwayland-5.93.0/src/client/fullscreen_shell.h --- old/kwayland-5.92.0/src/client/fullscreen_shell.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/fullscreen_shell.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct _wl_fullscreen_shell; struct wl_output; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/idle.h new/kwayland-5.93.0/src/client/idle.h --- old/kwayland-5.92.0/src/client/idle.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/idle.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct org_kde_kwin_idle; struct org_kde_kwin_idle_timeout; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/idleinhibit.h new/kwayland-5.93.0/src/client/idleinhibit.h --- old/kwayland-5.92.0/src/client/idleinhibit.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/idleinhibit.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct zwp_idle_inhibit_manager_v1; struct zwp_idle_inhibitor_v1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/keyboard.h new/kwayland-5.93.0/src/client/keyboard.h --- old/kwayland-5.92.0/src/client/keyboard.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/keyboard.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_keyboard; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/keystate.h new/kwayland-5.93.0/src/client/keystate.h --- old/kwayland-5.92.0/src/client/keystate.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/keystate.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct org_kde_kwin_keystate; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/output.h new/kwayland-5.93.0/src/client/output.h --- old/kwayland-5.92.0/src/client/output.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/output.h 2022-04-02 12:04:14.000000000 +0200 @@ -10,7 +10,7 @@ #include <QPointer> #include <QSize> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_output; class QPoint; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/outputconfiguration.h new/kwayland-5.93.0/src/client/outputconfiguration.h --- old/kwayland-5.92.0/src/client/outputconfiguration.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/outputconfiguration.h 2022-04-02 12:04:14.000000000 +0200 @@ -10,8 +10,8 @@ #include <QPoint> #include <QVector> +#include "KWayland/Client/kwaylandclient_export.h" #include "outputdevice.h" -#include <KWayland/Client/kwaylandclient_export.h> struct org_kde_kwin_outputmanagement; struct org_kde_kwin_outputconfiguration; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/outputdevice.h new/kwayland-5.93.0/src/client/outputdevice.h --- old/kwayland-5.92.0/src/client/outputdevice.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/outputdevice.h 2022-04-02 12:04:14.000000000 +0200 @@ -12,7 +12,7 @@ #include <QSize> #include <QVector> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct org_kde_kwin_outputdevice; class QPoint; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/outputmanagement.h new/kwayland-5.93.0/src/client/outputmanagement.h --- old/kwayland-5.92.0/src/client/outputmanagement.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/outputmanagement.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct org_kde_kwin_outputmanagement; struct org_kde_kwin_outputconfiguration; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/plasmashell.h new/kwayland-5.93.0/src/client/plasmashell.h --- old/kwayland-5.92.0/src/client/plasmashell.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/plasmashell.h 2022-04-02 12:04:14.000000000 +0200 @@ -9,7 +9,7 @@ #include <QObject> #include <QSize> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_surface; struct org_kde_plasma_shell; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/plasmavirtualdesktop.h new/kwayland-5.93.0/src/client/plasmavirtualdesktop.h --- old/kwayland-5.92.0/src/client/plasmavirtualdesktop.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/plasmavirtualdesktop.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct org_kde_plasma_virtual_desktop_management; struct org_kde_plasma_virtual_desktop; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/plasmawindowmanagement.h new/kwayland-5.93.0/src/client/plasmawindowmanagement.h --- old/kwayland-5.92.0/src/client/plasmawindowmanagement.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/plasmawindowmanagement.h 2022-04-02 12:04:14.000000000 +0200 @@ -10,7 +10,7 @@ #include <QObject> #include <QSize> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct org_kde_plasma_activation_feedback; struct org_kde_plasma_activation; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/plasmawindowmodel.h new/kwayland-5.93.0/src/client/plasmawindowmodel.h --- old/kwayland-5.92.0/src/client/plasmawindowmodel.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/plasmawindowmodel.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QAbstractListModel> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" namespace KWayland { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/pointer.h new/kwayland-5.93.0/src/client/pointer.h --- old/kwayland-5.92.0/src/client/pointer.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/pointer.h 2022-04-02 12:04:14.000000000 +0200 @@ -9,7 +9,7 @@ #include <QObject> #include <QPoint> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_pointer; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/pointerconstraints.h new/kwayland-5.93.0/src/client/pointerconstraints.h --- old/kwayland-5.92.0/src/client/pointerconstraints.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/pointerconstraints.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct zwp_pointer_constraints_v1; struct zwp_locked_pointer_v1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/pointergestures.h new/kwayland-5.93.0/src/client/pointergestures.h --- old/kwayland-5.92.0/src/client/pointergestures.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/pointergestures.h 2022-04-02 12:04:14.000000000 +0200 @@ -9,7 +9,7 @@ #include <QObject> #include <QPointer> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct zwp_pointer_gestures_v1; struct zwp_pointer_gesture_swipe_v1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/region.h new/kwayland-5.93.0/src/client/region.h --- old/kwayland-5.92.0/src/client/region.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/region.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_region; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/registry.h new/kwayland-5.93.0/src/client/registry.h --- old/kwayland-5.92.0/src/client/registry.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/registry.h 2022-04-02 12:04:14.000000000 +0200 @@ -10,7 +10,7 @@ #include <QHash> #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_compositor; struct wl_data_device_manager; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/relativepointer.h new/kwayland-5.93.0/src/client/relativepointer.h --- old/kwayland-5.92.0/src/client/relativepointer.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/relativepointer.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct zwp_relative_pointer_manager_v1; struct zwp_relative_pointer_v1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/remote_access.h new/kwayland-5.93.0/src/client/remote_access.h --- old/kwayland-5.92.0/src/client/remote_access.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/remote_access.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct org_kde_kwin_remote_access_manager; struct org_kde_kwin_remote_buffer; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/seat.h new/kwayland-5.93.0/src/client/seat.h --- old/kwayland-5.92.0/src/client/seat.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/seat.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_seat; struct wl_touch; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/server_decoration.h new/kwayland-5.93.0/src/client/server_decoration.h --- old/kwayland-5.92.0/src/client/server_decoration.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/server_decoration.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct org_kde_kwin_server_decoration_manager; struct org_kde_kwin_server_decoration; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/server_decoration_palette.h new/kwayland-5.93.0/src/client/server_decoration_palette.h --- old/kwayland-5.92.0/src/client/server_decoration_palette.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/server_decoration_palette.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct org_kde_kwin_server_decoration_palette_manager; struct org_kde_kwin_server_decoration_palette; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/shadow.h new/kwayland-5.93.0/src/client/shadow.h --- old/kwayland-5.92.0/src/client/shadow.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/shadow.h 2022-04-02 12:04:14.000000000 +0200 @@ -12,7 +12,7 @@ #include <QPoint> #include <QSize> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_buffer; struct org_kde_kwin_shadow; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/shell.h new/kwayland-5.93.0/src/client/shell.h --- old/kwayland-5.92.0/src/client/shell.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/shell.h 2022-04-02 12:04:14.000000000 +0200 @@ -11,7 +11,7 @@ #include <QSize> #include <QWindow> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_surface; struct wl_shell; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/shm_pool.h new/kwayland-5.93.0/src/client/shm_pool.h --- old/kwayland-5.92.0/src/client/shm_pool.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/shm_pool.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,8 +8,8 @@ #include <QObject> +#include "KWayland/Client/kwaylandclient_export.h" #include "buffer.h" -#include <KWayland/Client/kwaylandclient_export.h> class QImage; class QSize; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/slide.h new/kwayland-5.93.0/src/client/slide.h --- old/kwayland-5.92.0/src/client/slide.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/slide.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct org_kde_kwin_slide_manager; struct org_kde_kwin_slide; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/subcompositor.h new/kwayland-5.93.0/src/client/subcompositor.h --- old/kwayland-5.92.0/src/client/subcompositor.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/subcompositor.h 2022-04-02 12:04:14.000000000 +0200 @@ -9,7 +9,7 @@ #include <QObject> #include <QPointer> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_subcompositor; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/subsurface.h new/kwayland-5.93.0/src/client/subsurface.h --- old/kwayland-5.92.0/src/client/subsurface.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/subsurface.h 2022-04-02 12:04:14.000000000 +0200 @@ -9,7 +9,7 @@ #include <QObject> #include <QPointer> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_subsurface; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/surface.h new/kwayland-5.93.0/src/client/surface.h --- old/kwayland-5.92.0/src/client/surface.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/surface.h 2022-04-02 12:04:14.000000000 +0200 @@ -13,7 +13,7 @@ #include <QSize> #include <QWindow> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_buffer; struct wl_surface; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/textinput.h new/kwayland-5.93.0/src/client/textinput.h --- old/kwayland-5.92.0/src/client/textinput.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/textinput.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_text_input; struct wl_text_input_manager; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/touch.h new/kwayland-5.93.0/src/client/touch.h --- old/kwayland-5.92.0/src/client/touch.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/touch.h 2022-04-02 12:04:14.000000000 +0200 @@ -9,7 +9,7 @@ #include <QObject> #include <QPoint> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct wl_touch; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/xdgdecoration.h new/kwayland-5.93.0/src/client/xdgdecoration.h --- old/kwayland-5.92.0/src/client/xdgdecoration.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/xdgdecoration.h 2022-04-02 12:04:14.000000000 +0200 @@ -8,7 +8,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct zxdg_decoration_manager_v1; struct zxdg_toplevel_decoration_v1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/xdgforeign.h new/kwayland-5.93.0/src/client/xdgforeign.h --- old/kwayland-5.92.0/src/client/xdgforeign.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/xdgforeign.h 2022-04-02 12:04:14.000000000 +0200 @@ -10,7 +10,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct zxdg_exporter_v2; struct zxdg_importer_v2; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/xdgforeign_v2.h new/kwayland-5.93.0/src/client/xdgforeign_v2.h --- old/kwayland-5.92.0/src/client/xdgforeign_v2.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/xdgforeign_v2.h 2022-04-02 12:04:14.000000000 +0200 @@ -11,7 +11,7 @@ #include <QObject> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct zxdg_exporter_v2; struct zxdg_importer_v2; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/xdgoutput.h new/kwayland-5.93.0/src/client/xdgoutput.h --- old/kwayland-5.92.0/src/client/xdgoutput.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/xdgoutput.h 2022-04-02 12:04:14.000000000 +0200 @@ -10,7 +10,7 @@ #include <QPoint> #include <QSize> -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" struct zxdg_output_manager_v1; struct zxdg_output_v1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-5.92.0/src/client/xdgshell.h new/kwayland-5.93.0/src/client/xdgshell.h --- old/kwayland-5.92.0/src/client/xdgshell.h 2022-03-05 12:19:09.000000000 +0100 +++ new/kwayland-5.93.0/src/client/xdgshell.h 2022-04-02 12:04:14.000000000 +0200 @@ -6,7 +6,7 @@ #ifndef KWAYLAND_CLIENT_XDG_SHELL_H #define KWAYLAND_CLIENT_XDG_SHELL_H -#include <KWayland/Client/kwaylandclient_export.h> +#include "KWayland/Client/kwaylandclient_export.h" #include <QObject> #include <QRect> #include <QSize>