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-07-02 20:09:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/krdp6 (Old)
 and      /work/SRC/openSUSE:Factory/.krdp6.new.1982 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "krdp6"

Thu Jul  2 20:09:05 2026 rev:41 rq:1362815 version:6.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/krdp6/krdp6.changes      2026-06-25 
10:55:02.320885199 +0200
+++ /work/SRC/openSUSE:Factory/.krdp6.new.1982/krdp6.changes    2026-07-02 
20:11:59.982681246 +0200
@@ -1,0 +2,10 @@
+Tue Jun 30 20:12:03 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.7.2:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.7.2
+- Changes since 6.7.1:
+  * server: fix portal registration by setting the correct desktop file name 
(kde#521264)
+  * Update version for new release 6.7.2
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ krdp6.spec ++++++
--- /var/tmp/diff_new_pack.AnyCJI/_old  2026-07-02 20:12:00.882712388 +0200
+++ /var/tmp/diff_new_pack.AnyCJI/_new  2026-07-02 20:12:00.890712664 +0200
@@ -27,7 +27,7 @@
 %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without released
 Name:           krdp6
-Version:        6.7.1
+Version:        6.7.2
 Release:        0
 Summary:        RDP Server for Plasma
 License:        LGPL-2.1-or-later

++++++ krdp-6.7.1.tar.xz -> krdp-6.7.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krdp-6.7.1/CMakeLists.txt 
new/krdp-6.7.2/CMakeLists.txt
--- old/krdp-6.7.1/CMakeLists.txt       2026-06-23 10:11:47.000000000 +0200
+++ new/krdp-6.7.2/CMakeLists.txt       2026-06-30 14:30:27.000000000 +0200
@@ -1,7 +1,7 @@
 # SPDX-FileCopyrightText: 2023 Arjen Hiemstra <[email protected]>
 # SPDX-License-Identifier: BSD-2-Clause
 
-set(PROJECT_VERSION "6.7.1")
+set(PROJECT_VERSION "6.7.2")
 
 cmake_minimum_required(VERSION 3.16)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krdp-6.7.1/server/main.cpp 
new/krdp-6.7.2/server/main.cpp
--- old/krdp-6.7.1/server/main.cpp      2026-06-23 10:11:47.000000000 +0200
+++ new/krdp-6.7.2/server/main.cpp      2026-06-30 14:30:27.000000000 +0200
@@ -29,6 +29,7 @@
     application.setApplicationDisplayName(u"KRDP Server"_s);
 
     KAboutData about(u"krdp-server"_s, u"KRDP Server"_s, 
QStringLiteral(KRdp_VERSION_STRING));
+    about.setDesktopFileName(u"org.kde.krdpserver"_s);
     KAboutData::setApplicationData(about);
 
     KCrash::initialize();

Reply via email to