Hello community, here is the log from the commit of package kinit for openSUSE:Factory checked in at 2017-08-24 17:56:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kinit (Old) and /work/SRC/openSUSE:Factory/.kinit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kinit" Thu Aug 24 17:56:54 2017 rev:44 rq:516683 version:5.37.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kinit/kinit.changes 2017-07-17 10:24:04.723559583 +0200 +++ /work/SRC/openSUSE:Factory/.kinit.new/kinit.changes 2017-08-24 17:56:56.462039549 +0200 @@ -1,0 +2,10 @@ +Sat Aug 12 09:23:29 UTC 2017 - [email protected] + +- Update to 5.37.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.37.0.php +- Changes since 5.36.0 : + * Use proper feature flag to include kill(2). + +------------------------------------------------------------------- Old: ---- kinit-5.36.0.tar.xz New: ---- kinit-5.37.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kinit.spec ++++++ --- /var/tmp/diff_new_pack.491kTF/_old 2017-08-24 17:56:58.445760143 +0200 +++ /var/tmp/diff_new_pack.491kTF/_new 2017-08-24 17:56:58.457758453 +0200 @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.36 +%define _tar_path 5.37 Name: kinit -Version: 5.36.0 +Version: 5.37.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 3.0 ++++++ kinit-5.36.0.tar.xz -> kinit-5.37.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.36.0/CMakeLists.txt new/kinit-5.37.0/CMakeLists.txt --- old/kinit-5.36.0/CMakeLists.txt 2017-07-02 10:05:03.000000000 +0200 +++ new/kinit-5.37.0/CMakeLists.txt 2017-08-06 20:04:45.000000000 +0200 @@ -3,13 +3,13 @@ project(KInit) include(FeatureSummary) -find_package(ECM 5.36.0 NO_MODULE) +find_package(ECM 5.37.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.6.0) +set(REQUIRED_QT_VERSION 5.7.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.36.0") # handled by release scripts -set(KF5_DEP_VERSION "5.36.0") # handled by release scripts +set(KF5_VERSION "5.37.0") # handled by release scripts +set(KF5_DEP_VERSION "5.37.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KINIT VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kinit_version.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.36.0/po/gl/kinit5.po new/kinit-5.37.0/po/gl/kinit5.po --- old/kinit-5.36.0/po/gl/kinit5.po 2017-07-02 10:05:03.000000000 +0200 +++ new/kinit-5.37.0/po/gl/kinit5.po 2017-08-06 20:04:45.000000000 +0200 @@ -9,20 +9,21 @@ # Marce Villarino <[email protected]>, 2009, 2010, 2011, 2012. # Xosé <[email protected]>, 2010. # Marce Villarino <[email protected]>, 2011, 2012, 2013, 2014. +# Adrián Chaves <[email protected]>, 2017. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-12-13 02:41+0100\n" -"PO-Revision-Date: 2014-05-12 23:26+0200\n" -"Last-Translator: Marce Villarino <[email protected]>\n" +"PO-Revision-Date: 2017-07-24 17:17+0100\n" +"Last-Translator: Adrián Chaves <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" "X-Environment: kde, development\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -108,10 +109,9 @@ msgstr "Non foi posíbel atopar o complemento «%1».\n" #: klauncher/klauncher.cpp:1128 -#, fuzzy, kde-format -#| msgid "Error loading '%1'.\n" +#, kde-format msgid "Error loading '%1'." -msgstr "Produciuse un erro ao cargar «%1».\n" +msgstr "Erro ao cargar «%1»." #: klauncher/klauncher_main.cpp:146 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.36.0/po/zh_CN/kinit5.po new/kinit-5.37.0/po/zh_CN/kinit5.po --- old/kinit-5.36.0/po/zh_CN/kinit5.po 2017-07-02 10:05:03.000000000 +0200 +++ new/kinit-5.37.0/po/zh_CN/kinit5.po 2017-08-06 20:04:45.000000000 +0200 @@ -1,30 +1,20 @@ -# translation of kdelibs4.po to Chinese Simplified -# Copyright (C) 2007 Free Software Foundation, Inc. -# -# Lie Ex <[email protected]> 2007-2011. -# Wang Jian <[email protected]>, 1998. -# Sarah Smith <[email protected]>, 2002. -# Xiong Jiang <[email protected]>, 2002,2003,2004. -# Funda Wang <[email protected]>, 2002,2003,2004. -# Liang Qi <[email protected]>, 2007. -# Feng Chao <[email protected]>, 2010, 2012, 2014. -# Ni Hui <[email protected]>, 2010, 2011, 2012. -# Weng Xuetian <[email protected]>, 2011, 2012, 2013. -# Guo Yunhe <[email protected]>, 2016. msgid "" msgstr "" -"Project-Id-Version: kdelibs4\n" +"Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-12-13 02:41+0100\n" -"PO-Revision-Date: 2016-12-22 15:55+0200\n" -"Last-Translator: Guo Yunhe <[email protected]>\n" -"Language-Team: Chinese <[email protected]>\n" +"PO-Revision-Date: 2017-08-05 09:29-0400\n" +"Last-Translator: guoyunhebrave <[email protected]>\n" +"Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: kdeorg\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File: /kf5-trunk/messages/frameworks/kinit5.pot\n" #: kdeinit/kinit.cpp:509 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.36.0/src/start_kdeinit/start_kdeinit.c new/kinit-5.37.0/src/start_kdeinit/start_kdeinit.c --- old/kinit-5.36.0/src/start_kdeinit/start_kdeinit.c 2017-07-02 10:05:03.000000000 +0200 +++ new/kinit-5.37.0/src/start_kdeinit/start_kdeinit.c 2017-08-06 20:04:45.000000000 +0200 @@ -19,6 +19,8 @@ #include <config-kdeinit.h> +#define _POSIX_C_SOURCE 200809L /* kill(2) */ + #include <errno.h> #include <fcntl.h> #include <signal.h>
