Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package krdp6 for openSUSE:Factory checked 
in at 2025-10-22 12:13:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/krdp6 (Old)
 and      /work/SRC/openSUSE:Factory/.krdp6.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "krdp6"

Wed Oct 22 12:13:22 2025 rev:27 rq:1312758 version:6.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/krdp6/krdp6.changes      2025-09-11 
14:42:14.795170369 +0200
+++ /work/SRC/openSUSE:Factory/.krdp6.new.18484/krdp6.changes   2025-10-22 
12:16:15.351398682 +0200
@@ -1,0 +2,49 @@
+Thu Oct 16 18:13:03 UTC 2025 - Fabian Vogt <[email protected]>
+
+- Update to 6.5.0:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.5.0
+- Changes since 6.4.91:
+  * Update version for new release 6.5.0
+
+-------------------------------------------------------------------
+Thu Oct  2 14:45:23 UTC 2025 - Fabian Vogt <[email protected]>
+
+- Update to 6.4.91:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.4.91
+- Changes since 6.4.90:
+  * Update version for new release 6.4.91
+
+-------------------------------------------------------------------
+Tue Sep 23 06:38:54 UTC 2025 - Fabian Vogt <[email protected]>
+
+- Update to 6.4.90:
+  * New feature release
+  * For more details see https://kde.org/announcements/plasma/6/6.4.90
+- Changes since 6.4.5:
+  * Update version for new release 6.4.90
+  * readme: document how to set up krdp from a terminal
+  * Pam authentication
+  * clipboard: Fix concurrency errors
+  * Ship a Systemd preset to disable the service by default (kde#508477)
+  * Require passing tests everywhere
+  * Remove Flatpak build
+  * Change name of service used (kde#498529)
+  * Reformat .kde-ci.yml file to pass YAML linting
+  * Reformat Flaptk manifest to pass YAML linting
+  * Add linting
+  * Fix data race
+  * Start streaming session after connection
+  * avoid warning  about _qs is deprecated
+  * Fix the error message when the server is unable to listen
+  * rdpconnection: don't crash on closing invalid connections
+  * kcm: Clarify requriements for service manager (kde#494231)
+  * main: Pass KAboutData to the QCommandLineParser
+  * Clarify ownership on received clipboard
+  * Support clipboard sync in PortalSession and SessionController
+  * Add support for syncing clipboard text between client and server
+  * Rename the server desktop file to match the service
+  * update version for new release
+
+-------------------------------------------------------------------

Old:
----
  krdp-6.4.5.tar.xz
  krdp-6.4.5.tar.xz.sig

New:
----
  krdp-6.5.0.tar.xz
  krdp-6.5.0.tar.xz.sig

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

Other differences:
------------------
++++++ krdp6.spec ++++++
--- /var/tmp/diff_new_pack.NYGT16/_old  2025-10-22 12:16:16.083429770 +0200
+++ /var/tmp/diff_new_pack.NYGT16/_new  2025-10-22 12:16:16.087429939 +0200
@@ -17,8 +17,8 @@
 #
 
 
-%define kf6_version 6.14.0
-%define qt6_version 6.8.0
+%define kf6_version 6.18.0
+%define qt6_version 6.9.0
 
 %define rname krdp
 # Full Plasma 6 version (e.g. 6.0.0)
@@ -27,17 +27,18 @@
 %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without released
 Name:           krdp6
-Version:        6.4.5
+Version:        6.5.0
 Release:        0
 Summary:        RDP Server for Plasma
 License:        LGPL-2.1-or-later
 URL:            https://invent.kde.org/plasma/krdp
-Source:         
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
+Source:         %{rname}-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
+Source1:        %{rname}-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
+BuildRequires:  pkgconfig
 BuildRequires:  qt6-gui-private-devel
 BuildRequires:  cmake(FreeRDP) >= 3.1
 BuildRequires:  cmake(FreeRDP-Server) >= 3.1
@@ -59,6 +60,7 @@
 BuildRequires:  cmake(Qt6Quick)
 BuildRequires:  cmake(Qt6WaylandClient)
 BuildRequires:  cmake(WinPR) >= 3.1
+BuildRequires:  pkgconfig(pam)
 
 %description
 RDP Server with settings Module for Plasma.
@@ -96,7 +98,6 @@
 %license LICENSES/*
 %doc README.md
 %{_kf6_bindir}/krdpserver
-%{_kf6_libdir}/libKRdp.so.6
 %{_kf6_libdir}/libKRdp.so.*
 %{_kf6_applicationsdir}/kcm_krdpserver.desktop
 %{_kf6_applicationsdir}/org.kde.krdpserver.desktop
@@ -104,6 +105,7 @@
 %{_kf6_debugdir}/kcm_krdpserver.categories
 %{_kf6_debugdir}/krdp.categories
 %{_userunitdir}/app-org.kde.krdpserver.service
+%{_userpresetdir}/00-krdp.preset
 
 %files lang -f kcm_krdpserver.lang
 

++++++ krdp-6.4.5.tar.xz -> krdp-6.5.0.tar.xz ++++++
++++ 12562 lines of diff (skipped)

Reply via email to