Hello community, here is the log from the commit of package kinit for openSUSE:Leap:15.2 checked in at 2020-04-21 19:05:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/kinit (Old) and /work/SRC/openSUSE:Leap:15.2/.kinit.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kinit" Tue Apr 21 19:05:13 2020 rev:62 rq:794316 version:5.69.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/kinit/kinit.changes 2020-03-21 16:44:55.197509732 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.kinit.new.2738/kinit.changes 2020-04-21 19:05:14.559710316 +0200 @@ -1,0 +2,9 @@ +Sun Apr 5 19:45:38 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 5.69.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.69.0 +- No code change since 5.68.0 + +------------------------------------------------------------------- Old: ---- kinit-5.68.0.tar.xz kinit-5.68.0.tar.xz.sig New: ---- kinit-5.69.0.tar.xz kinit-5.69.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kinit.spec ++++++ --- /var/tmp/diff_new_pack.wNvIcP/_old 2020-04-21 19:05:14.995711203 +0200 +++ /var/tmp/diff_new_pack.wNvIcP/_new 2020-04-21 19:05:14.999711212 +0200 @@ -16,14 +16,14 @@ # -%define _tar_path 5.68 +%define _tar_path 5.69 # 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.68.0 +Version: 5.69.0 Release: 0 Summary: Helper library to speed up start of applications on KDE workspaces License: LGPL-2.1-or-later ++++++ kinit-5.68.0.tar.xz -> kinit-5.69.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.68.0/CMakeLists.txt new/kinit-5.69.0/CMakeLists.txt --- old/kinit-5.68.0/CMakeLists.txt 2020-03-07 10:45:47.000000000 +0100 +++ new/kinit-5.69.0/CMakeLists.txt 2020-04-05 01:00:27.000000000 +0200 @@ -3,7 +3,7 @@ project(KInit) include(FeatureSummary) -find_package(ECM 5.68.0 NO_MODULE) +find_package(ECM 5.69.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) @@ -20,8 +20,8 @@ include(ECMSetupVersion) include(ECMQtDeclareLoggingCategory) -set(KF5_VERSION "5.68.0") # handled by release scripts -set(KF5_DEP_VERSION "5.68.0") # handled by release scripts +set(KF5_VERSION "5.69.0") # handled by release scripts +set(KF5_DEP_VERSION "5.69.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KINIT VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kinit_version.h" @@ -74,7 +74,7 @@ INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR} ) add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00) -add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400) add_definitions(-DTRANSLATION_DOMAIN=\"kinit5\") if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") ki18n_install(po) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.68.0/po/fi/kinit5.po new/kinit-5.69.0/po/fi/kinit5.po --- old/kinit-5.68.0/po/fi/kinit5.po 2020-03-07 10:45:47.000000000 +0100 +++ new/kinit-5.69.0/po/fi/kinit5.po 2020-04-05 01:00:27.000000000 +0200 @@ -12,7 +12,6 @@ # Mikko Piippo <[email protected]>, 2007. # Teemu Rytilahti <[email protected]>, 2008. # Tommi Nieminen <[email protected]>, 2009, 2010, 2011. -# Tommi Nieminen <[email protected]>, 2009. # Jorma Karvonen <[email protected]>, 2010. # Lasse Liehu <[email protected]>, 2006, 2010, 2011, 2012, 2013, 2014, 2015, 2016. # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.68.0/po/ko/kinit5.po new/kinit-5.69.0/po/ko/kinit5.po --- old/kinit-5.68.0/po/ko/kinit5.po 2020-03-07 10:45:47.000000000 +0100 +++ new/kinit-5.69.0/po/ko/kinit5.po 2020-04-05 01:00:27.000000000 +0200 @@ -1,14 +1,14 @@ # Korean messages for kdelibs. # Copyright (C) Free Software Foundation, Inc. # Cho Sung Jae <[email protected]>, 2007. -# Shinjo Park <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2017. +# Shinjo Park <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2017, 2020. # msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-03-04 03:01+0100\n" -"PO-Revision-Date: 2017-01-22 19:38+0100\n" +"PO-Revision-Date: 2020-04-04 01:24+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" "Language: ko\n" @@ -16,7 +16,7 @@ "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: Lokalize 19.04.3\n" #: kdeinit/kinit.cpp:512 #, kde-format @@ -111,4 +111,4 @@ "klauncher: It is started automatically by kdeinit5.\n" msgstr "" "klauncher: 이 프로그램은 수동으로 시작할 수 없습니다.\n" -"klauncher: 이 프로그램은 kdeinit5에 의해서 자동으로 시작됩니다.\n" +"klauncher: 이 프로그램은 kdeinit5가 자동으로 시작합니다.\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.68.0/po/nb/kinit5.po new/kinit-5.69.0/po/nb/kinit5.po --- old/kinit-5.68.0/po/nb/kinit5.po 2020-03-07 10:45:47.000000000 +0100 +++ new/kinit-5.69.0/po/nb/kinit5.po 2020-04-05 01:00:27.000000000 +0200 @@ -14,7 +14,7 @@ "POT-Creation-Date: 2020-03-04 03:01+0100\n" "PO-Revision-Date: 2014-04-25 15:53+0200\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" -"Language-Team: Norwegian Bokmål <[email protected]>\n" +"Language-Team: Norwegian Bokmål <[email protected]>\n" "Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.68.0/po/nn/kinit5.po new/kinit-5.69.0/po/nn/kinit5.po --- old/kinit-5.68.0/po/nn/kinit5.po 2020-03-07 10:45:47.000000000 +0100 +++ new/kinit-5.69.0/po/nn/kinit5.po 2020-04-05 01:00:27.000000000 +0200 @@ -11,7 +11,7 @@ "POT-Creation-Date: 2020-03-04 03:01+0100\n" "PO-Revision-Date: 2017-02-05 10:30+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" -"Language-Team: Norwegian Nynorsk <[email protected]>\n" +"Language-Team: Norwegian Nynorsk <[email protected]>\n" "Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.68.0/po/se/kinit5.po new/kinit-5.69.0/po/se/kinit5.po --- old/kinit-5.68.0/po/se/kinit5.po 2020-03-07 10:45:47.000000000 +0100 +++ new/kinit-5.69.0/po/se/kinit5.po 2020-04-05 01:00:27.000000000 +0200 @@ -5,10 +5,10 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-21 02:50+0200\n" +"POT-Creation-Date: 2020-03-04 03:01+0100\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" +"Language-Team: Northern Sami <[email protected]>\n" "Language: se\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,7 +19,7 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: kdeinit/kinit.cpp:508 +#: kdeinit/kinit.cpp:512 #, kde-format msgid "" "Unable to start new process.\n" @@ -30,7 +30,7 @@ "Vuogádat sáhttá leat rahpan nu máŋga fiilla go lea vejolaš dahje leat rahpan " "nu ollu fiilla go dus lea lohpi." -#: kdeinit/kinit.cpp:530 +#: kdeinit/kinit.cpp:534 #, kde-format msgid "" "Unable to create new process.\n" @@ -41,12 +41,12 @@ "Vuogádagas dáidá leat nu ollu proseassat jođus go lea lohppi dahje dus dáidá " "leat nu ollu proseassat jođus juo mii dus lea lohppi." -#: kdeinit/kinit.cpp:613 +#: kdeinit/kinit.cpp:617 #, kde-format msgid "Could not find '%1' executable." msgstr "Ii gávdnan prográmma V%1»." -#: kdeinit/kinit.cpp:646 +#: kdeinit/kinit.cpp:650 #, kde-format msgid "" "Could not open library '%1'.\n" @@ -55,7 +55,7 @@ "Ii sáhttán rahpat «%1» bibliotehka.\n" "%2" -#: kdeinit/kinit.cpp:683 +#: kdeinit/kinit.cpp:687 #, kde-format msgid "" "Could not find 'kdemain' in '%1'.\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinit-5.68.0/po/zh_CN/kinit5.po new/kinit-5.69.0/po/zh_CN/kinit5.po --- old/kinit-5.68.0/po/zh_CN/kinit5.po 2020-03-07 10:45:47.000000000 +0100 +++ new/kinit-5.69.0/po/zh_CN/kinit5.po 2020-04-05 01:00:27.000000000 +0200 @@ -16,7 +16,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-03-04 03:01+0100\n" -"PO-Revision-Date: 2020-01-20 21:48\n" +"PO-Revision-Date: 2020-03-25 19:51\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
