Hello community,

here is the log from the commit of package kinit for openSUSE:Factory checked 
in at 2019-09-23 12:24:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kinit (Old)
 and      /work/SRC/openSUSE:Factory/.kinit.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kinit"

Mon Sep 23 12:24:03 2019 rev:70 rq:730936 version:5.62.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kinit/kinit.changes      2019-08-19 
21:08:38.100860230 +0200
+++ /work/SRC/openSUSE:Factory/.kinit.new.7948/kinit.changes    2019-09-23 
12:24:06.101741084 +0200
@@ -1,0 +2,10 @@
+Sat Sep  7 20:36:52 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- No code change since 5.61.0
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kinit.spec ++++++
--- /var/tmp/diff_new_pack.U11aXR/_old  2019-09-23 12:24:06.781740973 +0200
+++ /var/tmp/diff_new_pack.U11aXR/_new  2019-09-23 12:24:06.785740972 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.61
+%define _tar_path 5.62
 # 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.61.0
+Version:        5.62.0
 Release:        0
 Summary:        Helper library to speed up start of applications on KDE 
workspaces
 License:        LGPL-2.1-or-later
@@ -42,16 +42,16 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kcrash-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kdoctools-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kio-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kservice-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
 BuildRequires:  libcap-devel
 BuildRequires:  libcap-progs
 BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5Crash) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5DocTools) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Service) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Gui) >= 5.6.0


++++++ kinit-5.61.0.tar.xz -> kinit-5.62.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.61.0/CMakeLists.txt 
new/kinit-5.62.0/CMakeLists.txt
--- old/kinit-5.61.0/CMakeLists.txt     2019-08-03 21:55:14.000000000 +0200
+++ new/kinit-5.62.0/CMakeLists.txt     2019-09-07 16:00:01.000000000 +0200
@@ -3,7 +3,7 @@
 project(KInit)
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.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)
 
@@ -19,8 +19,8 @@
 include(CMakePackageConfigHelpers)
 include(ECMSetupVersion)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.62.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.61.0/po/br/kinit5.po 
new/kinit-5.62.0/po/br/kinit5.po
--- old/kinit-5.61.0/po/br/kinit5.po    2019-08-03 21:55:14.000000000 +0200
+++ new/kinit-5.62.0/po/br/kinit5.po    2019-09-07 16:00:01.000000000 +0200
@@ -16,7 +16,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 #: kdeinit/kinit.cpp:508
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.61.0/po/id/kinit5.po 
new/kinit-5.62.0/po/id/kinit5.po
--- old/kinit-5.61.0/po/id/kinit5.po    2019-08-03 21:55:14.000000000 +0200
+++ new/kinit-5.62.0/po/id/kinit5.po    2019-09-07 16:00:01.000000000 +0200
@@ -2,22 +2,22 @@
 # Copyright (C) 2010 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdelibs4 package.
 # Andhika Padmawan <andhika.padma...@gmail.com>, 2010-2014.
-# Wantoyo <wanto...@gmail.com>, 2018.
+# Wantoyo <wanto...@gmail.com>, 2018, 2019.
 #
 msgid ""
 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"
-"PO-Revision-Date: 2018-07-23 06:27+0700\n"
-"Last-Translator: wantoyo <wanto...@gmail.com>\n"
+"PO-Revision-Date: 2019-08-28 14:55+0700\n"
+"Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
 "Language: id\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 2.0\n"
+"X-Generator: Lokalize 19.04.3\n"
 
 #: kdeinit/kinit.cpp:508
 #, kde-format
@@ -44,7 +44,7 @@
 #: kdeinit/kinit.cpp:613
 #, kde-format
 msgid "Could not find '%1' executable."
-msgstr "Tak dapat menemukan '%1' dapat dieksekusi."
+msgstr "Tak dapat menemukan '%1' dapat-dilaksanakan."
 
 #: kdeinit/kinit.cpp:646
 #, kde-format
@@ -77,7 +77,7 @@
 #: klauncher/klauncher.cpp:648
 #, kde-format
 msgid "Service '%1' must be executable to run."
-msgstr "Layanan '%1' harus dapat dieksekusi agar berjalan."
+msgstr "Layanan '%1' harus dapat-dilaksanakan agar berjalan."
 
 #: klauncher/klauncher.cpp:650 klauncher/klauncher.cpp:711
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.61.0/po/lt/kinit5.po 
new/kinit-5.62.0/po/lt/kinit5.po
--- old/kinit-5.61.0/po/lt/kinit5.po    2019-08-03 21:55:14.000000000 +0200
+++ new/kinit-5.62.0/po/lt/kinit5.po    2019-09-07 16:00:01.000000000 +0200
@@ -12,8 +12,8 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-07-21 02:50+0200\n"
-"PO-Revision-Date: 2015-01-27 23:44+0200\n"
-"Last-Translator: Liudas Ališauskas <liu...@akmc.lt>\n"
+"PO-Revision-Date: 2019-09-07 13:52+0300\n"
+"Last-Translator: Moo\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
 "Language: lt\n"
 "MIME-Version: 1.0\n"
@@ -21,7 +21,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n"
 "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Poedit 2.2.1\n"
 
 #: kdeinit/kinit.cpp:508
 #, kde-format
@@ -31,8 +31,8 @@
 "maximum number of open files that you are allowed to use has been reached."
 msgstr ""
 "Nepavyko pradėti naujo proceso.\n"
-"Sistema pasiekė maksimalų galimų atverti failų skaičių, arba Jūs pasiekėte "
-"Jums leidžiamą maksimalų galimų atverti failų skaičių."
+"Sistema pasiekė maksimalų galimų atverti failų skaičių, arba jūs pasiekėte "
+"maksimalų jums leidžiamą galimų atverti failų skaičių."
 
 #: kdeinit/kinit.cpp:530
 #, kde-format
@@ -42,8 +42,8 @@
 "maximum number of processes that you are allowed to use has been reached."
 msgstr ""
 "Nepavyko sukurti naujo proceso.\n"
-"Sistema pasiekė maksimalų galimų procesų skaičių, arba Jūs pasiekėte Jums "
-"leidžiamą maksimalų procesų skaičių."
+"Sistema pasiekė maksimalų galimų procesų skaičių, arba jūs pasiekėte "
+"maksimalų jums leidžiamą procesų skaičių."
 
 #: kdeinit/kinit.cpp:613
 #, kde-format
@@ -81,7 +81,7 @@
 #: klauncher/klauncher.cpp:648
 #, kde-format
 msgid "Service '%1' must be executable to run."
-msgstr "Norint paleisti servisą „%1“ rekia jo failą padaryti vykdomu."
+msgstr "Tarnyba „%1“ privalo būti vykdomoji, norint ją paleisti."
 
 #: klauncher/klauncher.cpp:650 klauncher/klauncher.cpp:711
 #, kde-format
@@ -91,23 +91,22 @@
 #: klauncher/klauncher.cpp:798
 #, kde-format
 msgid "Launching %1"
-msgstr "Startuojama %1"
+msgstr "Paleidžiama %1"
 
 #: klauncher/klauncher.cpp:979
 #, kde-format
 msgid "Unknown protocol '%1'.\n"
-msgstr "Nežinomas protokolas '%1'.\n"
+msgstr "Nežinomas protokolas \"%1\".\n"
 
 #: klauncher/klauncher.cpp:985
 #, kde-format
 msgid "Could not find the '%1' plugin.\n"
-msgstr "Nepavyko rasti papildinio %1.\n"
+msgstr "Nepavyko rasti papildinio \"%1\".\n"
 
 #: klauncher/klauncher.cpp:1058
-#, fuzzy, kde-format
-#| msgid "Error loading '%1'.\n"
+#, kde-format
 msgid "Error loading '%1'."
-msgstr "Klaida įkeliant „%1“.\n"
+msgstr "Klaida įkeliant „%1“."
 
 #: klauncher/klauncher_main.cpp:146
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.61.0/po/ml/kinit5.po 
new/kinit-5.62.0/po/ml/kinit5.po
--- old/kinit-5.61.0/po/ml/kinit5.po    2019-08-03 21:55:14.000000000 +0200
+++ new/kinit-5.62.0/po/ml/kinit5.po    2019-09-07 16:00:01.000000000 +0200
@@ -64,7 +64,6 @@
 
 #: klauncher/klauncher.cpp:435
 #, fuzzy, kde-format
-#| msgid "KDEInit could not launch '%1'."
 msgid "KDEInit could not launch '%1'"
 msgstr "KDEInit-നു് '%1' ലഭ്യമാക്കുവാന്‍ സാധ്യമായില്ല."
 
@@ -95,13 +94,11 @@
 
 #: klauncher/klauncher.cpp:985
 #, fuzzy, kde-format
-#| msgid "Could not find service '%1'."
 msgid "Could not find the '%1' plugin.\n"
 msgstr "'%1' സേവനം ലഭ്യമാക്കുവാന്‍ സാധ്യമായില്ല."
 
 #: klauncher/klauncher.cpp:1058
 #, fuzzy, kde-format
-#| msgid "Error loading '%1'.\n"
 msgid "Error loading '%1'."
 msgstr "'%1' ലഭ്യമാക്കുന്നതില്‍ പിശകു്.\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.61.0/po/tg/kinit5.po 
new/kinit-5.62.0/po/tg/kinit5.po
--- old/kinit-5.61.0/po/tg/kinit5.po    2019-08-03 21:55:14.000000000 +0200
+++ new/kinit-5.62.0/po/tg/kinit5.po    2019-09-07 16:00:01.000000000 +0200
@@ -4,22 +4,21 @@
 # 2004, 2005, 2006, 2007 Youth Opportunities, NGO, 2005.
 # Roger Kovacs <rkov...@khujand.org>, 2003.
 # Thomas Diehl <t...@kde.org>, 2003.
-# Akmal Vatanshoev <akmalvatansh...@yahoo.com>, 2004.
-# Victor Ibragimov <youth_opportunit...@tajikngo.org>, 2003, 2004, 2005, 2006, 
2007, 2008.
+# Victor Ibragimov <victor.ibragi...@gmail.com>, 2003, 2004, 2005, 2006, 2007, 
2008, 2019.
 # Copyright (C) 2004, 2002, 2005, 2006, 2007, 2008 Free Software Foundation, 
Inc.
 msgid ""
 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"
-"PO-Revision-Date: 2013-06-04 17:36+0500\n"
+"PO-Revision-Date: 2019-08-15 18:03+0500\n"
 "Last-Translator: Victor Ibragimov <victor.ibragi...@gmail.com>\n"
 "Language-Team: Tajik Language\n"
 "Language: tg\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 1.5.4\n"
+"X-Generator: Poedit 2.2.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #: kdeinit/kinit.cpp:508
@@ -29,9 +28,10 @@
 "The system may have reached the maximum number of open files possible or the "
 "maximum number of open files that you are allowed to use has been reached."
 msgstr ""
-"Не удалось запустить процесс.\n"
-"Возможно, превышен предел количества открытых файлов в системе или для "
-"пользователя."
+"Раванди нав оғоз карда намешавад.\n"
+"Эҳтимол аст, ки низом бо шумораи имконпазири файлҳои кушодашуда дучор шуд ё "
+"ин ки низом мувофиқи иҷозатҳои шумо бо меъёри зиёда аз шумораи имконпазири "
+"файлҳои кушодашуда дучор шуд."
 
 #: kdeinit/kinit.cpp:530
 #, kde-format
@@ -40,14 +40,15 @@
 "The system may have reached the maximum number of processes possible or the "
 "maximum number of processes that you are allowed to use has been reached."
 msgstr ""
-"Не удалось создать процесс.\n"
-"Возможно, превышен предел количества запущенных процессов в системе или для "
-"пользователя."
+"Раванди нав эҷод карда намешавад.\n"
+"Эҳтимол аст, ки низом бо шумораи имконпазири равандҳои ҷорӣ дучор шуд ё ин "
+"ки низом мувофиқи иҷозатҳои шумо бо меъёри зиёда аз шумораи имконпазири "
+"равандҳои ҷорӣ дучор шуд."
 
 #: kdeinit/kinit.cpp:613
 #, kde-format
 msgid "Could not find '%1' executable."
-msgstr "Барнома бо номи '%1' ёфт нашуд."
+msgstr "Раванди иҷрошавандаи '%1' ёфт нашуд."
 
 #: kdeinit/kinit.cpp:646
 #, kde-format
@@ -55,7 +56,7 @@
 "Could not open library '%1'.\n"
 "%2"
 msgstr ""
-"Не удалось открыть библиотеку «%1».\n"
+"Китобхонаи '%1' кушода нашуд.\n"
 "%2"
 
 #: kdeinit/kinit.cpp:683
@@ -64,60 +65,54 @@
 "Could not find 'kdemain' in '%1'.\n"
 "%2"
 msgstr ""
-"Не удалось найти «kdemain» в «%1».\n"
+"Раванди 'kdemain' дар '%1' ёфт нашуд.\n"
 "%2"
 
 #: klauncher/klauncher.cpp:435
-#, fuzzy, kde-format
-#| msgid "KDEInit could not launch '%1'."
+#, kde-format
 msgid "KDEInit could not launch '%1'"
-msgstr "KDEInit наметавонад '%1'ро иҷро кунад."
+msgstr "KDEInit раванди '%1'-ро оғоз карда натавонист"
 
 #: klauncher/klauncher.cpp:616 klauncher/klauncher.cpp:630
 #, kde-format
 msgid "Could not find service '%1'."
-msgstr "Не удалось найти службу «%1»."
+msgstr "Хидмати '%1' ёфт нашуд."
 
 #: klauncher/klauncher.cpp:648
 #, kde-format
 msgid "Service '%1' must be executable to run."
-msgstr "Хидмати '%1' барои иҷро бояд иҷрошаванда бошад."
+msgstr "Хидмати '%1' барои ба кор бурдан иҷрошаванда аст."
 
 #: klauncher/klauncher.cpp:650 klauncher/klauncher.cpp:711
 #, kde-format
 msgid "Service '%1' is malformatted."
-msgstr "Служба '%1' имеет неверный формат."
+msgstr "Хидмати '%1' дар шакли нодуруст аст."
 
 #: klauncher/klauncher.cpp:798
 #, kde-format
 msgid "Launching %1"
-msgstr "Оғози %1"
+msgstr "Оғозкунии %1"
 
 #: klauncher/klauncher.cpp:979
 #, kde-format
 msgid "Unknown protocol '%1'.\n"
-msgstr "Протоколи номуайян: '%1'.\n"
+msgstr "Протоколи номаълум: '%1'.\n"
 
 #: klauncher/klauncher.cpp:985
-#, fuzzy, kde-format
-#| msgid "Could not find service '%1'."
+#, kde-format
 msgid "Could not find the '%1' plugin.\n"
-msgstr "Не удалось найти службу «%1»."
+msgstr "Васлаки '%1' ёфт нашуд.\n"
 
 #: klauncher/klauncher.cpp:1058
-#, fuzzy, kde-format
-#| msgid "Error loading '%1'.\n"
+#, kde-format
 msgid "Error loading '%1'."
-msgstr "Хатои боркунии '%1'.\n"
+msgstr "Хатои боркунии '%1'."
 
 #: klauncher/klauncher_main.cpp:146
-#, fuzzy, kde-format
-#| msgid ""
-#| "klauncher: This program is not supposed to be started manually.\n"
-#| "klauncher: It is started automatically by kdeinit4.\n"
+#, kde-format
 msgid ""
 "klauncher: This program is not supposed to be started manually.\n"
 "klauncher: It is started automatically by kdeinit5.\n"
 msgstr ""
-"klauncher: программа не должна запускаться вручную.\n"
-"klauncher: запускается автоматически из kdeinit4.\n"
+"klauncher: Ин барнома бояд ба таври дастӣ оғоз карда нашавад.\n"
+"klauncher: Он ба таври худкор аз ҷониби kdeinit5 оғоз карда мешавад.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.61.0/po/zh_CN/kinit5.po 
new/kinit-5.62.0/po/zh_CN/kinit5.po
--- old/kinit-5.61.0/po/zh_CN/kinit5.po 2019-08-03 21:55:14.000000000 +0200
+++ new/kinit-5.62.0/po/zh_CN/kinit5.po 2019-09-07 16:00:01.000000000 +0200
@@ -16,7 +16,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-07-21 02:50+0200\n"
-"PO-Revision-Date: 2019-07-18 14:57\n"
+"PO-Revision-Date: 2019-09-05 09:24\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to