commit kwayland-server for openSUSE:Factory
Hello community, here is the log from the commit of package kwayland-server for openSUSE:Factory checked in at 2020-10-30 11:46:55 Comparing /work/SRC/openSUSE:Factory/kwayland-server (Old) and /work/SRC/openSUSE:Factory/.kwayland-server.new.3463 (New) Package is "kwayland-server" Fri Oct 30 11:46:55 2020 rev:9 rq:844581 version:5.20.2 Changes: --- /work/SRC/openSUSE:Factory/kwayland-server/kwayland-server.changes 2020-10-22 14:24:44.986883169 +0200 +++ /work/SRC/openSUSE:Factory/.kwayland-server.new.3463/kwayland-server.changes 2020-10-30 11:47:06.977678029 +0100 @@ -1,0 +2,9 @@ +Tue Oct 27 22:23:21 UTC 2020 - Fabian Vogt + +- Update to 5.20.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.20.2 +- No code changes since 5.20.1 + +--- Old: kwayland-server-5.20.1.tar.xz kwayland-server-5.20.1.tar.xz.sig New: kwayland-server-5.20.2.tar.xz kwayland-server-5.20.2.tar.xz.sig Other differences: -- ++ kwayland-server.spec ++ --- /var/tmp/diff_new_pack.r22Dim/_old 2020-10-30 11:47:07.649678624 +0100 +++ /var/tmp/diff_new_pack.r22Dim/_new 2020-10-30 11:47:07.653678627 +0100 @@ -24,15 +24,15 @@ %bcond_without lang Name: kwayland-server -Version:5.20.1 +Version:5.20.2 Release:0 Summary:KDE Wayland server library License:LGPL-2.1-or-later Group: Development/Libraries/KDE URL:https://www.kde.org -Source: kwayland-server-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/kwayland-server-%{version}.tar.xz %if %{with lang} -Source1:kwayland-server-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/kwayland-server-%{version}.tar.xz.sig Source2:plasma.keyring %endif BuildRequires: cmake >= 3.5 ++ kwayland-server-5.20.1.tar.xz -> kwayland-server-5.20.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-server-5.20.1/CMakeLists.txt new/kwayland-server-5.20.2/CMakeLists.txt --- old/kwayland-server-5.20.1/CMakeLists.txt 2020-10-20 14:00:18.0 +0200 +++ new/kwayland-server-5.20.2/CMakeLists.txt 2020-10-27 13:19:32.0 +0100 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(PROJECT_VERSION "5.20.1") +set(PROJECT_VERSION "5.20.2") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.15.0")
commit kwayland-server for openSUSE:Factory
Hello community, here is the log from the commit of package kwayland-server for openSUSE:Factory checked in at 2020-10-22 14:23:53 Comparing /work/SRC/openSUSE:Factory/kwayland-server (Old) and /work/SRC/openSUSE:Factory/.kwayland-server.new.3463 (New) Package is "kwayland-server" Thu Oct 22 14:23:53 2020 rev:8 rq:843100 version:5.20.1 Changes: --- /work/SRC/openSUSE:Factory/kwayland-server/kwayland-server.changes 2020-10-13 15:29:10.272855665 +0200 +++ /work/SRC/openSUSE:Factory/.kwayland-server.new.3463/kwayland-server.changes 2020-10-22 14:24:44.986883169 +0200 @@ -1,0 +2,11 @@ +Tue Oct 20 14:30:33 UTC 2020 - Fabian Vogt + +- Update to 5.20.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.20.1 +- Changes since 5.20.0: + * Send wl_pointer.frame when emulating pointer events out of touch ones + * Properly handle destruction of XdgOutputV1Interface (kde#426293) + +--- Old: kwayland-server-5.20.0.tar.xz kwayland-server-5.20.0.tar.xz.sig New: kwayland-server-5.20.1.tar.xz kwayland-server-5.20.1.tar.xz.sig Other differences: -- ++ kwayland-server.spec ++ --- /var/tmp/diff_new_pack.52Vh3V/_old 2020-10-22 14:24:45.926884013 +0200 +++ /var/tmp/diff_new_pack.52Vh3V/_new 2020-10-22 14:24:45.930884015 +0200 @@ -24,7 +24,7 @@ %bcond_without lang Name: kwayland-server -Version:5.20.0 +Version:5.20.1 Release:0 Summary:KDE Wayland server library License:LGPL-2.1-or-later ++ kwayland-server-5.20.0.tar.xz -> kwayland-server-5.20.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-server-5.20.0/CMakeLists.txt new/kwayland-server-5.20.1/CMakeLists.txt --- old/kwayland-server-5.20.0/CMakeLists.txt 2020-10-08 18:16:03.0 +0200 +++ new/kwayland-server-5.20.1/CMakeLists.txt 2020-10-20 14:00:18.0 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(PROJECT_VERSION "5.20.0") +set(PROJECT_VERSION "5.20.1") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.15.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-server-5.20.0/src/server/seat_interface.cpp new/kwayland-server-5.20.1/src/server/seat_interface.cpp --- old/kwayland-server-5.20.0/src/server/seat_interface.cpp2020-10-08 18:16:03.0 +0200 +++ new/kwayland-server-5.20.1/src/server/seat_interface.cpp2020-10-20 14:00:18.0 +0200 @@ -1493,6 +1493,7 @@ [this, pos] (PointerInterface *p) { wl_pointer_send_motion(p->resource(), timestamp(), wl_fixed_from_double(pos.x()), wl_fixed_from_double(pos.y())); +p->d_func()->sendFrame(); } ); } @@ -1520,6 +1521,7 @@ forEachInterface(focusedTouchSurface(), d->pointers, [this, serial] (PointerInterface *p) { wl_pointer_send_button(p->resource(), serial, timestamp(), BTN_LEFT, WL_POINTER_BUTTON_STATE_RELEASED); +p->d_func()->sendFrame(); } ); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-server-5.20.0/src/server/xdgoutput_v1_interface.cpp new/kwayland-server-5.20.1/src/server/xdgoutput_v1_interface.cpp --- old/kwayland-server-5.20.0/src/server/xdgoutput_v1_interface.cpp 2020-10-08 18:16:03.0 +0200 +++ new/kwayland-server-5.20.1/src/server/xdgoutput_v1_interface.cpp 2020-10-20 14:00:18.0 +0200 @@ -108,6 +108,9 @@ XdgOutputV1Interface::~XdgOutputV1Interface() { +#if QT_VERSION < QT_VERSION_CHECK(5, 15, 2) +// Starting from 5.15.2, qtwaylandscanner properly handles destruction of inert/orphaned resources. + // Generated code typically cleans up resource objects when the client calls the relevant destructor // In multi-cast mode our wrapper can be deleted at any time whilst a client resource exists. // any existing resources that have a pending message will then crash the compositor. @@ -118,7 +121,7 @@ { wl_resource_destroy(resource->handle); } - +#endif } void XdgOutputV1Interface::setLogicalSize(const QSize )
commit kwayland-server for openSUSE:Factory
Hello community, here is the log from the commit of package kwayland-server for openSUSE:Factory checked in at 2020-10-13 15:29:00 Comparing /work/SRC/openSUSE:Factory/kwayland-server (Old) and /work/SRC/openSUSE:Factory/.kwayland-server.new.3486 (New) Package is "kwayland-server" Tue Oct 13 15:29:00 2020 rev:7 rq:840991 version:5.20.0 Changes: --- /work/SRC/openSUSE:Factory/kwayland-server/kwayland-server.changes 2020-09-04 11:07:28.902891112 +0200 +++ /work/SRC/openSUSE:Factory/.kwayland-server.new.3486/kwayland-server.changes 2020-10-13 15:29:10.272855665 +0200 @@ -1,0 +2,27 @@ +Thu Oct 8 16:55:22 UTC 2020 - Fabian Vogt + +- Update to 5.20.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.20.0 +- Changes since 5.19.90: + * Improve readability of code that destroys frame callback resources + * Keep unreferenced buffers around (kde#425233) + * Untangle SurfaceInterface and BufferInterface + * [DataOffer] Avoid calls on null DataSource (kde#396308) + +--- +Mon Sep 21 15:47:56 UTC 2020 - Fabian Vogt + +- Fix wayland-protocols dep, no trailing .0 + +--- +Thu Sep 17 20:03:01 UTC 2020 - Fabian Vogt + +- Update to 5.19.90 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.19.90 +- Too many changes to list here + +--- Old: kwayland-server-5.19.5.tar.xz kwayland-server-5.19.5.tar.xz.sig New: kwayland-server-5.20.0.tar.xz kwayland-server-5.20.0.tar.xz.sig Other differences: -- ++ kwayland-server.spec ++ --- /var/tmp/diff_new_pack.77tXG0/_old 2020-10-13 15:29:12.780856730 +0200 +++ /var/tmp/diff_new_pack.77tXG0/_new 2020-10-13 15:29:12.780856730 +0200 @@ -24,15 +24,15 @@ %bcond_without lang Name: kwayland-server -Version:5.19.5 +Version:5.20.0 Release:0 Summary:KDE Wayland server library License:LGPL-2.1-or-later Group: Development/Libraries/KDE URL:https://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/kwayland-server-%{version}.tar.xz +Source: kwayland-server-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/kwayland-server-%{version}.tar.xz.sig +Source1:kwayland-server-%{version}.tar.xz.sig Source2:plasma.keyring %endif BuildRequires: cmake >= 3.5 @@ -43,12 +43,12 @@ BuildRequires: cmake(KF5Wayland) >= 5.70.0 BuildRequires: cmake(PlasmaWaylandProtocols) >= 1.0 BuildRequires: cmake(Qt5Concurrent) -BuildRequires: cmake(Qt5Gui) >= 5.14.0 +BuildRequires: cmake(Qt5Gui) >= 5.15.0 BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5WaylandClient) BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(wayland-client) >= 1.15.0 -BuildRequires: pkgconfig(wayland-protocols) +BuildRequires: pkgconfig(wayland-protocols) >= 1.18 BuildRequires: pkgconfig(wayland-server) >= 1.15.0 # For kwayland-testQtSurfaceExtension @@ -69,7 +69,7 @@ Group: Development/Libraries/KDE Requires: %lname = %{version} Requires: extra-cmake-modules -Requires: cmake(Qt5Gui) >= 5.14.0 +Requires: cmake(Qt5Gui) >= 5.15.0 %description devel kwayland-server provides a Qt-style server library wrapper for the Wayland libraries. ++ kwayland-server-5.19.5.tar.xz -> kwayland-server-5.20.0.tar.xz ++ 32394 lines of diff (skipped)
commit kwayland-server for openSUSE:Factory
Hello community, here is the log from the commit of package kwayland-server for openSUSE:Factory checked in at 2020-09-04 11:07:08 Comparing /work/SRC/openSUSE:Factory/kwayland-server (Old) and /work/SRC/openSUSE:Factory/.kwayland-server.new.3399 (New) Package is "kwayland-server" Fri Sep 4 11:07:08 2020 rev:6 rq:831166 version:5.19.5 Changes: --- /work/SRC/openSUSE:Factory/kwayland-server/kwayland-server.changes 2020-07-29 17:19:08.272494512 +0200 +++ /work/SRC/openSUSE:Factory/.kwayland-server.new.3399/kwayland-server.changes 2020-09-04 11:07:28.902891112 +0200 @@ -1,0 +2,9 @@ +Tue Sep 1 11:38:49 UTC 2020 - Fabian Vogt + +- Update to 5.19.5 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.19.5 +- No code changes since 5.19.4 + +--- Old: kwayland-server-5.19.4.tar.xz kwayland-server-5.19.4.tar.xz.sig New: kwayland-server-5.19.5.tar.xz kwayland-server-5.19.5.tar.xz.sig Other differences: -- ++ kwayland-server.spec ++ --- /var/tmp/diff_new_pack.cpOPLR/_old 2020-09-04 11:07:30.062891695 +0200 +++ /var/tmp/diff_new_pack.cpOPLR/_new 2020-09-04 11:07:30.066891697 +0200 @@ -24,7 +24,7 @@ %bcond_without lang Name: kwayland-server -Version:5.19.4 +Version:5.19.5 Release:0 Summary:KDE Wayland server library License:LGPL-2.1-or-later ++ kwayland-server-5.19.4.tar.xz -> kwayland-server-5.19.5.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-server-5.19.4/CMakeLists.txt new/kwayland-server-5.19.5/CMakeLists.txt --- old/kwayland-server-5.19.4/CMakeLists.txt 2020-07-28 12:56:40.0 +0200 +++ new/kwayland-server-5.19.5/CMakeLists.txt 2020-09-01 12:31:08.0 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(PROJECT_VERSION "5.19.4") +set(PROJECT_VERSION "5.19.5") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.14.0")
commit kwayland-server for openSUSE:Factory
Hello community, here is the log from the commit of package kwayland-server for openSUSE:Factory checked in at 2020-07-29 17:18:48 Comparing /work/SRC/openSUSE:Factory/kwayland-server (Old) and /work/SRC/openSUSE:Factory/.kwayland-server.new.3592 (New) Package is "kwayland-server" Wed Jul 29 17:18:48 2020 rev:5 rq:823245 version:5.19.4 Changes: --- /work/SRC/openSUSE:Factory/kwayland-server/kwayland-server.changes 2020-07-10 14:11:45.447307957 +0200 +++ /work/SRC/openSUSE:Factory/.kwayland-server.new.3592/kwayland-server.changes 2020-07-29 17:19:08.272494512 +0200 @@ -1,0 +2,9 @@ +Tue Jul 28 13:45:49 UTC 2020 - Fabian Vogt + +- Update to 5.19.4 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.19.4 +- No code changes since 5.19.3 + +--- Old: kwayland-server-5.19.3.tar.xz kwayland-server-5.19.3.tar.xz.sig New: kwayland-server-5.19.4.tar.xz kwayland-server-5.19.4.tar.xz.sig Other differences: -- ++ kwayland-server.spec ++ --- /var/tmp/diff_new_pack.lhtnvz/_old 2020-07-29 17:19:09.160495238 +0200 +++ /var/tmp/diff_new_pack.lhtnvz/_new 2020-07-29 17:19:09.164495240 +0200 @@ -24,7 +24,7 @@ %bcond_without lang Name: kwayland-server -Version:5.19.3 +Version:5.19.4 Release:0 Summary:KDE Wayland server library License:LGPL-2.1-or-later ++ kwayland-server-5.19.3.tar.xz -> kwayland-server-5.19.4.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-server-5.19.3/CMakeLists.txt new/kwayland-server-5.19.4/CMakeLists.txt --- old/kwayland-server-5.19.3/CMakeLists.txt 2020-07-07 13:11:56.0 +0200 +++ new/kwayland-server-5.19.4/CMakeLists.txt 2020-07-28 12:56:40.0 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(PROJECT_VERSION "5.19.3") +set(PROJECT_VERSION "5.19.4") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.14.0")
commit kwayland-server for openSUSE:Factory
Hello community, here is the log from the commit of package kwayland-server for openSUSE:Factory checked in at 2020-07-10 14:11:41 Comparing /work/SRC/openSUSE:Factory/kwayland-server (Old) and /work/SRC/openSUSE:Factory/.kwayland-server.new.3060 (New) Package is "kwayland-server" Fri Jul 10 14:11:41 2020 rev:4 rq:819413 version:5.19.3 Changes: --- /work/SRC/openSUSE:Factory/kwayland-server/kwayland-server.changes 2020-06-25 15:05:23.060967627 +0200 +++ /work/SRC/openSUSE:Factory/.kwayland-server.new.3060/kwayland-server.changes 2020-07-10 14:11:45.447307957 +0200 @@ -1,0 +2,9 @@ +Tue Jul 7 13:57:58 UTC 2020 - Fabian Vogt + +- Update to 5.19.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.19.3 +- No code changes since 5.19.2 + +--- Old: kwayland-server-5.19.2.tar.xz kwayland-server-5.19.2.tar.xz.sig New: kwayland-server-5.19.3.tar.xz kwayland-server-5.19.3.tar.xz.sig Other differences: -- ++ kwayland-server.spec ++ --- /var/tmp/diff_new_pack.rOahCQ/_old 2020-07-10 14:11:46.087310059 +0200 +++ /var/tmp/diff_new_pack.rOahCQ/_new 2020-07-10 14:11:46.087310059 +0200 @@ -24,7 +24,7 @@ %bcond_without lang Name: kwayland-server -Version:5.19.2 +Version:5.19.3 Release:0 Summary:KDE Wayland server library License:LGPL-2.1-or-later ++ kwayland-server-5.19.2.tar.xz -> kwayland-server-5.19.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-server-5.19.2/CMakeLists.txt new/kwayland-server-5.19.3/CMakeLists.txt --- old/kwayland-server-5.19.2/CMakeLists.txt 2020-06-23 14:11:23.0 +0200 +++ new/kwayland-server-5.19.3/CMakeLists.txt 2020-07-07 13:11:56.0 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(PROJECT_VERSION "5.19.2") +set(PROJECT_VERSION "5.19.3") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.14.0")
commit kwayland-server for openSUSE:Factory
Hello community, here is the log from the commit of package kwayland-server for openSUSE:Factory checked in at 2020-06-25 15:05:05 Comparing /work/SRC/openSUSE:Factory/kwayland-server (Old) and /work/SRC/openSUSE:Factory/.kwayland-server.new.3060 (New) Package is "kwayland-server" Thu Jun 25 15:05:05 2020 rev:3 rq:816679 version:5.19.2 Changes: --- /work/SRC/openSUSE:Factory/kwayland-server/kwayland-server.changes 2020-06-21 18:56:36.931016591 +0200 +++ /work/SRC/openSUSE:Factory/.kwayland-server.new.3060/kwayland-server.changes 2020-06-25 15:05:23.060967627 +0200 @@ -1,0 +2,10 @@ +Tue Jun 23 13:26:16 UTC 2020 - Fabian Vogt + +- Update to 5.19.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.19.2 +- Changes since 5.19.1: + * Scope dragAndDropActionsChanged to source lifespan (kde#423127) + +--- Old: kwayland-server-5.19.1.tar.xz kwayland-server-5.19.1.tar.xz.sig New: kwayland-server-5.19.2.tar.xz kwayland-server-5.19.2.tar.xz.sig Other differences: -- ++ kwayland-server.spec ++ --- /var/tmp/diff_new_pack.nosHgN/_old 2020-06-25 15:05:24.784973181 +0200 +++ /var/tmp/diff_new_pack.nosHgN/_new 2020-06-25 15:05:24.788973194 +0200 @@ -24,7 +24,7 @@ %bcond_without lang Name: kwayland-server -Version:5.19.1 +Version:5.19.2 Release:0 Summary:KDE Wayland server library License:LGPL-2.1-or-later ++ kwayland-server-5.19.1.tar.xz -> kwayland-server-5.19.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-server-5.19.1/CMakeLists.txt new/kwayland-server-5.19.2/CMakeLists.txt --- old/kwayland-server-5.19.1/CMakeLists.txt 2020-06-16 14:44:32.0 +0200 +++ new/kwayland-server-5.19.2/CMakeLists.txt 2020-06-23 14:11:23.0 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(PROJECT_VERSION "5.19.1") +set(PROJECT_VERSION "5.19.2") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.14.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-server-5.19.1/src/server/datadevice_interface.cpp new/kwayland-server-5.19.2/src/server/datadevice_interface.cpp --- old/kwayland-server-5.19.1/src/server/datadevice_interface.cpp 2020-06-16 14:44:32.0 +0200 +++ new/kwayland-server-5.19.2/src/server/datadevice_interface.cpp 2020-06-23 14:11:23.0 +0200 @@ -355,7 +355,7 @@ offer->dndAction(action); source->dndAction(action); }; -d->drag.targetActionConnection = connect(offer, ::dragAndDropActionsChanged, offer, matchOffers); +d->drag.targetActionConnection = connect(offer, ::dragAndDropActionsChanged, source, matchOffers); d->drag.sourceActionConnection = connect(source, ::supportedDragAndDropActionsChanged, source, matchOffers); } d->client->flush();
commit kwayland-server for openSUSE:Factory
Hello community, here is the log from the commit of package kwayland-server for openSUSE:Factory checked in at 2020-06-20 20:11:22 Comparing /work/SRC/openSUSE:Factory/kwayland-server (Old) and /work/SRC/openSUSE:Factory/.kwayland-server.new.3606 (New) Package is "kwayland-server" Sat Jun 20 20:11:22 2020 rev:2 rq:815462 version:5.19.1 Changes: --- /work/SRC/openSUSE:Factory/kwayland-server/kwayland-server.changes 2020-06-08 23:54:54.539377611 +0200 +++ /work/SRC/openSUSE:Factory/.kwayland-server.new.3606/kwayland-server.changes 2020-06-21 18:56:36.931016591 +0200 @@ -1,0 +2,9 @@ +Tue Jun 16 14:34:51 UTC 2020 - Fabian Vogt + +- Update to 5.19.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.19.1.php +- No code changes since 5.19.0 + +--- Old: kwayland-server-5.19.0.tar.xz kwayland-server-5.19.0.tar.xz.sig New: kwayland-server-5.19.1.tar.xz kwayland-server-5.19.1.tar.xz.sig Other differences: -- ++ kwayland-server.spec ++ --- /var/tmp/diff_new_pack.wevK20/_old 2020-06-21 18:56:37.355018120 +0200 +++ /var/tmp/diff_new_pack.wevK20/_new 2020-06-21 18:56:37.359018134 +0200 @@ -1,5 +1,5 @@ # -# spec file for package kwayland +# spec file for package kwayland-server # # Copyright (c) 2020 SUSE LLC # @@ -24,15 +24,15 @@ %bcond_without lang Name: kwayland-server -Version:5.19.0 +Version:5.19.1 Release:0 Summary:KDE Wayland server library License:LGPL-2.1-or-later Group: Development/Libraries/KDE URL:https://www.kde.org -Source: kwayland-server-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/kwayland-server-%{version}.tar.xz %if %{with lang} -Source1:kwayland-server-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/kwayland-server-%{version}.tar.xz.sig Source2:plasma.keyring %endif BuildRequires: cmake >= 3.5 @@ -59,7 +59,7 @@ %package -n %lname Summary:KDE Wayland server library -License:LGPL-2.1-or-later +Group: Development/Libraries/KDE %description -n %lname kwayland-server provides a Qt-style server library wrapper for the Wayland libraries. ++ kwayland-server-5.19.0.tar.xz -> kwayland-server-5.19.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwayland-server-5.19.0/CMakeLists.txt new/kwayland-server-5.19.1/CMakeLists.txt --- old/kwayland-server-5.19.0/CMakeLists.txt 2020-06-04 13:16:39.0 +0200 +++ new/kwayland-server-5.19.1/CMakeLists.txt 2020-06-16 14:44:32.0 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(PROJECT_VERSION "5.19.0") +set(PROJECT_VERSION "5.19.1") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.14.0")