Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package krdp6 for openSUSE:Factory checked in at 2026-06-25 10:51:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/krdp6 (Old) and /work/SRC/openSUSE:Factory/.krdp6.new.2088 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "krdp6" Thu Jun 25 10:51:04 2026 rev:40 rq:1361397 version:6.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/krdp6/krdp6.changes 2026-06-18 21:38:02.137622226 +0200 +++ /work/SRC/openSUSE:Factory/.krdp6.new.2088/krdp6.changes 2026-06-25 10:55:02.320885199 +0200 @@ -1,0 +2,10 @@ +Tue Jun 23 10:55:13 UTC 2026 - Fabian Vogt <[email protected]> + +- Update to 6.7.1: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.7.1 +- Changes since 6.7.0: + * Update version for new release 6.7.1 + * Fix pointer position with the Plasma backend + +------------------------------------------------------------------- Old: ---- krdp-6.7.0.tar.xz krdp-6.7.0.tar.xz.sig New: ---- krdp-6.7.1.tar.xz krdp-6.7.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ krdp6.spec ++++++ --- /var/tmp/diff_new_pack.EDZpt1/_old 2026-06-25 10:55:03.168914539 +0200 +++ /var/tmp/diff_new_pack.EDZpt1/_new 2026-06-25 10:55:03.172914677 +0200 @@ -27,14 +27,14 @@ %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')} %bcond_without released Name: krdp6 -Version: 6.7.0 +Version: 6.7.1 Release: 0 Summary: RDP Server for Plasma License: LGPL-2.1-or-later URL: https://invent.kde.org/plasma/krdp -Source: %{rname}-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz %if %{with released} -Source1: %{rname}-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} ++++++ krdp-6.7.0.tar.xz -> krdp-6.7.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krdp-6.7.0/CMakeLists.txt new/krdp-6.7.1/CMakeLists.txt --- old/krdp-6.7.0/CMakeLists.txt 2026-06-11 11:32:34.000000000 +0200 +++ new/krdp-6.7.1/CMakeLists.txt 2026-06-23 10:11:47.000000000 +0200 @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2023 Arjen Hiemstra <[email protected]> # SPDX-License-Identifier: BSD-2-Clause -set(PROJECT_VERSION "6.7.0") +set(PROJECT_VERSION "6.7.1") cmake_minimum_required(VERSION 3.16) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krdp-6.7.0/src/PlasmaScreencastV1Session.cpp new/krdp-6.7.1/src/PlasmaScreencastV1Session.cpp --- old/krdp-6.7.0/src/PlasmaScreencastV1Session.cpp 2026-06-11 11:32:34.000000000 +0200 +++ new/krdp-6.7.1/src/PlasmaScreencastV1Session.cpp 2026-06-23 10:11:47.000000000 +0200 @@ -223,7 +223,7 @@ auto me = std::static_pointer_cast<QMouseEvent>(event); auto position = me->position(); auto logicalPosition = QPointF{(position.x() / size().width()) * logicalSize().width(), (position.y() / size().height()) * logicalSize().height()}; - d->remoteInterface->pointer_motion_absolute(logicalPosition.x(), logicalPosition.y()); + d->remoteInterface->pointer_motion_absolute(wl_fixed_from_double(logicalPosition.x()), wl_fixed_from_double(logicalPosition.y())); break; } case QEvent::Wheel: {
