Hello community,

here is the log from the commit of package kinit for openSUSE:Factory checked 
in at 2019-07-26 12:15:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kinit (Old)
 and      /work/SRC/openSUSE:Factory/.kinit.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kinit"

Fri Jul 26 12:15:35 2019 rev:68 rq:715886 version:5.60.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kinit/kinit.changes      2019-06-22 
11:12:11.796585757 +0200
+++ /work/SRC/openSUSE:Factory/.kinit.new.4126/kinit.changes    2019-07-26 
12:15:41.790799216 +0200
@@ -1,0 +2,10 @@
+Sun Jul 14 06:41:38 UTC 2019 - [email protected]
+
+- Update to 5.60.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.60.0.php
+- Changes since 5.59.0:
+  * Install in new logging directory when we use kf5 5.59.0
+
+-------------------------------------------------------------------

Old:
----
  kinit-5.59.0.tar.xz

New:
----
  kinit-5.60.0.tar.xz

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

Other differences:
------------------
++++++ kinit.spec ++++++
--- /var/tmp/diff_new_pack.NyUYbY/_old  2019-07-26 12:15:42.730799042 +0200
+++ /var/tmp/diff_new_pack.NyUYbY/_new  2019-07-26 12:15:42.730799042 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.59
+%define _tar_path 5.60
 # 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.59.0
+Version:        5.60.0
 Release:        0
 Summary:        Helper library to speed up start of applications on KDE 
workspaces
 License:        LGPL-2.1-or-later

++++++ kinit-5.59.0.tar.xz -> kinit-5.60.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.59.0/CMakeLists.txt 
new/kinit-5.60.0/CMakeLists.txt
--- old/kinit-5.59.0/CMakeLists.txt     2019-06-01 18:56:59.000000000 +0200
+++ new/kinit-5.60.0/CMakeLists.txt     2019-07-07 20:34:42.000000000 +0200
@@ -3,13 +3,13 @@
 project(KInit)
 
 include(FeatureSummary)
-find_package(ECM 5.59.0  NO_MODULE)
+find_package(ECM 5.60.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
-set(REQUIRED_QT_VERSION 5.10.0)
+set(REQUIRED_QT_VERSION 5.11.0)
 find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED Core Gui DBus)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
@@ -19,8 +19,8 @@
 include(CMakePackageConfigHelpers)
 include(ECMSetupVersion)
 
-set(KF5_VERSION "5.59.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.59.0") # handled by release scripts
+set(KF5_VERSION "5.60.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.60.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KINIT
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kinit_version.h"
@@ -96,6 +96,6 @@
         kde5init_dummy.cpp.in
         DESTINATION ${CMAKECONFIG_INSTALL_DIR} COMPONENT Devel)
 
-install( FILES kinit.categories DESTINATION ${KDE_INSTALL_CONFDIR} )
+install(FILES kinit.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.59.0/po/se/kinit5.po 
new/kinit-5.60.0/po/se/kinit5.po
--- old/kinit-5.59.0/po/se/kinit5.po    2019-06-01 18:56:59.000000000 +0200
+++ new/kinit-5.60.0/po/se/kinit5.po    2019-07-07 20:34:42.000000000 +0200
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2019-02-03 03:08+0100\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2019-05-20 02:56+0200\n"
 "PO-Revision-Date: 2012-05-30 23:19+0200\n"
 "Last-Translator: Børre Gaup <[email protected]>\n"
 "Language-Team: Northern Sami <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.59.0/po/zh_CN/kinit5.po 
new/kinit-5.60.0/po/zh_CN/kinit5.po
--- old/kinit-5.59.0/po/zh_CN/kinit5.po 2019-06-01 18:56:59.000000000 +0200
+++ new/kinit-5.60.0/po/zh_CN/kinit5.po 2019-07-07 20:34:42.000000000 +0200
@@ -16,7 +16,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 02:56+0200\n"
-"PO-Revision-Date: 2019-05-05 22:21\n"
+"PO-Revision-Date: 2019-06-02 11:52\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to