Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kinit for openSUSE:Factory checked 
in at 2021-06-16 20:33:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kinit (Old)
 and      /work/SRC/openSUSE:Factory/.kinit.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kinit"

Wed Jun 16 20:33:59 2021 rev:91 rq:899742 version:5.83.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kinit/kinit.changes      2021-05-10 
15:37:13.474076269 +0200
+++ /work/SRC/openSUSE:Factory/.kinit.new.32437/kinit.changes   2021-06-16 
20:35:34.359195101 +0200
@@ -1,0 +2,11 @@
+Sat Jun  5 11:58:55 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.83.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.83.0
+- Changes since 5.82.0:
+  * Bump required CMake version to 3.16
+  * Call ki18n_install() unconditionally
+
+-------------------------------------------------------------------

Old:
----
  kinit-5.82.0.tar.xz
  kinit-5.82.0.tar.xz.sig

New:
----
  kinit-5.83.0.tar.xz
  kinit-5.83.0.tar.xz.sig

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

Other differences:
------------------
++++++ kinit.spec ++++++
--- /var/tmp/diff_new_pack.iBHBVW/_old  2021-06-16 20:35:34.787195831 +0200
+++ /var/tmp/diff_new_pack.iBHBVW/_new  2021-06-16 20:35:34.791195838 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.82
+%define _tar_path 5.83
 # 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 lang
 Name:           kinit
-Version:        5.82.0
+Version:        5.83.0
 Release:        0
 Summary:        Helper library to speed up start of applications on KDE 
workspaces
 License:        LGPL-2.1-or-later


++++++ kinit-5.82.0.tar.xz -> kinit-5.83.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.82.0/.gitignore new/kinit-5.83.0/.gitignore
--- old/kinit-5.82.0/.gitignore 2021-05-01 14:35:24.000000000 +0200
+++ new/kinit-5.83.0/.gitignore 2021-06-05 11:19:30.000000000 +0200
@@ -25,3 +25,4 @@
 .clangd
 .idea
 /cmake-build*
+.cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.82.0/CMakeLists.txt 
new/kinit-5.83.0/CMakeLists.txt
--- old/kinit-5.82.0/CMakeLists.txt     2021-05-01 14:35:24.000000000 +0200
+++ new/kinit-5.83.0/CMakeLists.txt     2021-06-05 11:19:30.000000000 +0200
@@ -1,9 +1,9 @@
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.16)
 
 project(KInit)
 
 include(FeatureSummary)
-find_package(ECM 5.82.0  NO_MODULE)
+find_package(ECM 5.83.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)
 
@@ -17,8 +17,8 @@
 include(ECMSetupVersion)
 include(ECMQtDeclareLoggingCategory)
 
-set(KF_VERSION "5.82.0") # handled by release scripts
-set(KF_DEP_VERSION "5.82.0") # handled by release scripts
+set(KF_VERSION "5.83.0") # handled by release scripts
+set(KF_DEP_VERSION "5.83.0") # handled by release scripts
 
 ecm_setup_version(${KF_VERSION} VARIABLE_PREFIX KINIT
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kinit_version.h"
@@ -73,14 +73,11 @@
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
 add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100)
 add_definitions(-DTRANSLATION_DOMAIN=\"kinit5\")
-if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
-    ki18n_install(po)
+ki18n_install(po)
 
-    if (KF5DocTools_FOUND)
-        kdoctools_install(po)
-    endif()
+if (KF5DocTools_FOUND)
+    kdoctools_install(po)
 endif()
-add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
 
 if (KF5DocTools_FOUND)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.82.0/po/zh_CN/kinit5.po 
new/kinit-5.83.0/po/zh_CN/kinit5.po
--- old/kinit-5.82.0/po/zh_CN/kinit5.po 2021-05-01 14:35:24.000000000 +0200
+++ new/kinit-5.83.0/po/zh_CN/kinit5.po 2021-06-05 11:19:30.000000000 +0200
@@ -16,7 +16,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-11 00:16+0000\n"
-"PO-Revision-Date: 2021-04-24 15:42\n"
+"PO-Revision-Date: 2021-06-03 16:05\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.82.0/src/klauncher/CMakeLists.txt 
new/kinit-5.83.0/src/klauncher/CMakeLists.txt
--- old/kinit-5.82.0/src/klauncher/CMakeLists.txt       2021-05-01 
14:35:24.000000000 +0200
+++ new/kinit-5.83.0/src/klauncher/CMakeLists.txt       2021-06-05 
11:19:30.000000000 +0200
@@ -17,10 +17,10 @@
 )
 
 # Use org.kde.KSlaveLauncher.xml installed by kio
-qt5_add_dbus_adaptor(klauncher_SRCS ${KSlaveLauncher_DBUS_INTERFACE} 
klauncher.h KLauncher)
+qt_add_dbus_adaptor(klauncher_SRCS ${KSlaveLauncher_DBUS_INTERFACE} 
klauncher.h KLauncher)
 
 # The adaptor is manually edited, generate the xml from it.
-qt5_generate_dbus_interface(klauncher_adaptor.h org.kde.KLauncher.xml)
+qt_generate_dbus_interface(klauncher_adaptor.h org.kde.KLauncher.xml)
 
 kf5_add_kdeinit_executable(klauncher NOGUI ${klauncher_SRCS})
 set_target_properties(kdeinit_klauncher PROPERTIES DEFINE_SYMBOL 
MAKE_KLAUNCHER)

Reply via email to