Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package krunner for openSUSE:Factory checked 
in at 2023-10-19 22:46:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/krunner (Old)
 and      /work/SRC/openSUSE:Factory/.krunner.new.1945 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "krunner"

Thu Oct 19 22:46:18 2023 rev:117 rq:1118721 version:5.111.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/krunner/krunner.changes  2023-09-11 
21:24:20.882006041 +0200
+++ /work/SRC/openSUSE:Factory/.krunner.new.1945/krunner.changes        
2023-10-19 22:48:29.960999701 +0200
@@ -1,0 +2,10 @@
+Mon Oct  9 20:21:07 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 5.111.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.111.0
+- Changes since 5.110.0:
+  * runnerpython: Fix install script paths to desktop files
+
+-------------------------------------------------------------------

Old:
----
  krunner-5.110.0.tar.xz
  krunner-5.110.0.tar.xz.sig

New:
----
  krunner-5.111.0.tar.xz
  krunner-5.111.0.tar.xz.sig

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

Other differences:
------------------
++++++ krunner.spec ++++++
--- /var/tmp/diff_new_pack.6wsL2y/_old  2023-10-19 22:48:30.457017691 +0200
+++ /var/tmp/diff_new_pack.6wsL2y/_new  2023-10-19 22:48:30.457017691 +0200
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without released
 Name:           krunner
-Version:        5.110.0
+Version:        5.111.0
 Release:        0
 Summary:        KDE Framework for providing different actions given a string 
query
 License:        LGPL-2.1-or-later


++++++ krunner-5.110.0.tar.xz -> krunner-5.111.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.110.0/CMakeLists.txt 
new/krunner-5.111.0/CMakeLists.txt
--- old/krunner-5.110.0/CMakeLists.txt  2023-09-03 09:37:10.000000000 +0200
+++ new/krunner-5.111.0/CMakeLists.txt  2023-10-07 12:22:38.000000000 +0200
@@ -3,13 +3,13 @@
 
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.110.0") # handled by release scripts
-set(KF_DEP_VERSION "5.110.0") # handled by release scripts
+set(KF_VERSION "5.111.0") # handled by release scripts
+set(KF_DEP_VERSION "5.111.0") # handled by release scripts
 project(KRunner VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.110.0  NO_MODULE)
+find_package(ECM 5.111.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.110.0/templates/runnerpython/README.md 
new/krunner-5.111.0/templates/runnerpython/README.md
--- old/krunner-5.110.0/templates/runnerpython/README.md        2023-09-03 
09:37:10.000000000 +0200
+++ new/krunner-5.111.0/templates/runnerpython/README.md        2023-10-07 
12:22:38.000000000 +0200
@@ -9,8 +9,8 @@
 
 If you want to run the plugin manually to debug it you can do the following:  
 ```bash
-mkdir -p ~/.local/share/kservices5/krunner/dbusplugins/
-cp plasma-runner-%{APPNAMELC}.desktop 
~/.local/share/kservices5/krunner/dbusplugins/
+mkdir -p ~/.local/share/krunner/dbusplugins/
+cp plasma-runner-%{APPNAMELC}.desktop ~/.local/share/krunner/dbusplugins/
 kquitapp5 krunner
 python3 %{APPNAMELC}.py
 ```
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.110.0/templates/runnerpython/install.sh 
new/krunner-5.111.0/templates/runnerpython/install.sh
--- old/krunner-5.110.0/templates/runnerpython/install.sh       2023-09-03 
09:37:10.000000000 +0200
+++ new/krunner-5.111.0/templates/runnerpython/install.sh       2023-10-07 
12:22:38.000000000 +0200
@@ -10,7 +10,7 @@
     prefix="$XDG_DATA_HOME"
 fi
 
-mkdir -p $prefix/kservices5/krunner/dbusplugins/
+mkdir -p $prefix/krunner/dbusplugins/
 mkdir -p $prefix/dbus-1/services/
 
 cp plasma-runner-%{APPNAMELC}.desktop $prefix/krunner/dbusplugins/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.110.0/templates/runnerpython/uninstall.sh 
new/krunner-5.111.0/templates/runnerpython/uninstall.sh
--- old/krunner-5.110.0/templates/runnerpython/uninstall.sh     2023-09-03 
09:37:10.000000000 +0200
+++ new/krunner-5.111.0/templates/runnerpython/uninstall.sh     2023-10-07 
12:22:38.000000000 +0200
@@ -9,7 +9,7 @@
     prefix="$XDG_DATA_HOME"
 fi
 
-rm $prefix/kservices5/krunner/dbusplugins/plasma-runner-%{APPNAMELC}.desktop
+rm $prefix/krunner/dbusplugins/plasma-runner-%{APPNAMELC}.desktop
 rm $prefix/dbus-1/services/org.kde.%{APPNAMELC}.service
 kquitapp5 krunner
 

Reply via email to