Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2022-09-13 15:08:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and      /work/SRC/openSUSE:Factory/.kded.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kded"

Tue Sep 13 15:08:27 2022 rev:108 rq:1002817 version:5.98.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kded/kded.changes        2022-08-15 
19:59:11.117221572 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new.2083/kded.changes      2022-09-13 
15:10:02.532752926 +0200
@@ -1,0 +2,11 @@
+Tue Sep  6 07:16:53 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.98.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.98.0
+- Changes since 5.97.0:
+  * Add FreeBSD Qt6 CI support
+  * Don't install service type definition when building against Qt6
+
+-------------------------------------------------------------------

Old:
----
  kded-5.97.0.tar.xz
  kded-5.97.0.tar.xz.sig

New:
----
  kded-5.98.0.tar.xz
  kded-5.98.0.tar.xz.sig

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

Other differences:
------------------
++++++ kded.spec ++++++
--- /var/tmp/diff_new_pack.cMEuAV/_old  2022-09-13 15:10:03.120754582 +0200
+++ /var/tmp/diff_new_pack.cMEuAV/_new  2022-09-13 15:10:03.124754593 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.97
+%define _tar_path 5.98
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kded
-Version:        5.97.0
+Version:        5.98.0
 Release:        0
 Summary:        Central daemon of KDE workspaces
 License:        LGPL-2.1-or-later


++++++ kded-5.97.0.tar.xz -> kded-5.98.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.97.0/.gitlab-ci.yml 
new/kded-5.98.0/.gitlab-ci.yml
--- old/kded-5.97.0/.gitlab-ci.yml      2022-08-07 15:21:46.000000000 +0200
+++ new/kded-5.98.0/.gitlab-ci.yml      2022-09-05 14:04:20.000000000 +0200
@@ -5,3 +5,4 @@
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.97.0/CMakeLists.txt 
new/kded-5.98.0/CMakeLists.txt
--- old/kded-5.97.0/CMakeLists.txt      2022-08-07 15:21:46.000000000 +0200
+++ new/kded-5.98.0/CMakeLists.txt      2022-09-05 14:04:20.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.97.0") # handled by release scripts
-set(KF_DEP_VERSION "5.97.0") # handled by release scripts
+set(KF_VERSION "5.98.0") # handled by release scripts
+set(KF_DEP_VERSION "5.98.0") # handled by release scripts
 project(KDED VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.97.0  NO_MODULE)
+find_package(ECM 5.98.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)
 
@@ -45,7 +45,7 @@
 
 ecm_set_disabled_deprecation_versions(
     QT 5.15.2
-    KF 5.95.0
+    KF 5.97.0
     KSERVICE 5.89 # We need KServiceTypeTrader for compatibility plugin loading
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.97.0/src/CMakeLists.txt 
new/kded-5.98.0/src/CMakeLists.txt
--- old/kded-5.97.0/src/CMakeLists.txt  2022-08-07 15:21:46.000000000 +0200
+++ new/kded-5.98.0/src/CMakeLists.txt  2022-09-05 14:04:20.000000000 +0200
@@ -44,7 +44,9 @@
 
 kdbusaddons_generate_dbus_service_file(kded5 org.kde.kded5 
${KDE_INSTALL_FULL_BINDIR})
 
-install( FILES kdedmodule.desktop DESTINATION  ${KDE_INSTALL_KSERVICETYPESDIR} 
)
+if(QT_MAJOR_VERSION EQUAL "5")
+    install( FILES kdedmodule.desktop DESTINATION  
${KDE_INSTALL_KSERVICETYPESDIR} )
+endif()
 
 ecm_qt_install_logging_categories(
     EXPORT KDED

Reply via email to