Hello community,

here is the log from the commit of package kinit for openSUSE:Factory checked 
in at 2020-10-12 13:55:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kinit (Old)
 and      /work/SRC/openSUSE:Factory/.kinit.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kinit"

Mon Oct 12 13:55:11 2020 rev:83 rq:840827 version:5.75.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kinit/kinit.changes      2020-09-18 
14:41:31.600009103 +0200
+++ /work/SRC/openSUSE:Factory/.kinit.new.3486/kinit.changes    2020-10-12 
13:56:51.470154635 +0200
@@ -1,0 +2,9 @@
+Mon Oct  5 08:33:18 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.75.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.75.0
+- No code change since 5.74.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kinit.spec ++++++
--- /var/tmp/diff_new_pack.86SgeW/_old  2020-10-12 13:56:53.134155329 +0200
+++ /var/tmp/diff_new_pack.86SgeW/_new  2020-10-12 13:56:53.138155330 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.74
+%define _tar_path 5.75
 # 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.74.0
+Version:        5.75.0
 Release:        0
 Summary:        Helper library to speed up start of applications on KDE 
workspaces
 License:        LGPL-2.1-or-later


++++++ kinit-5.74.0.tar.xz -> kinit-5.75.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.74.0/CMakeLists.txt 
new/kinit-5.75.0/CMakeLists.txt
--- old/kinit-5.74.0/CMakeLists.txt     2020-09-06 12:27:26.000000000 +0200
+++ new/kinit-5.75.0/CMakeLists.txt     2020-10-04 20:47:29.000000000 +0200
@@ -3,7 +3,7 @@
 project(KInit)
 
 include(FeatureSummary)
-find_package(ECM 5.74.0  NO_MODULE)
+find_package(ECM 5.75.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.74.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.74.0") # handled by release scripts
+set(KF5_VERSION "5.75.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.75.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.74.0/po/ca/kinit5.po 
new/kinit-5.75.0/po/ca/kinit5.po
--- old/kinit-5.74.0/po/ca/kinit5.po    2020-09-06 12:27:26.000000000 +0200
+++ new/kinit-5.75.0/po/ca/kinit5.po    2020-10-04 20:47:29.000000000 +0200
@@ -11,7 +11,7 @@
 # Orestes Mas <[email protected]>, 2010.
 msgid ""
 msgstr ""
-"Project-Id-Version: kinit5\n"
+"Project-Id-Version: kinit\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-09 02:05+0200\n"
 "PO-Revision-Date: 2020-07-20 13:38+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.74.0/po/ca@valencia/kinit5.po 
new/kinit-5.75.0/po/ca@valencia/kinit5.po
--- old/kinit-5.74.0/po/ca@valencia/kinit5.po   2020-09-06 12:27:26.000000000 
+0200
+++ new/kinit-5.75.0/po/ca@valencia/kinit5.po   2020-10-04 20:47:29.000000000 
+0200
@@ -11,7 +11,7 @@
 # Orestes Mas <[email protected]>, 2010.
 msgid ""
 msgstr ""
-"Project-Id-Version: kinit5\n"
+"Project-Id-Version: kinit\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-09 02:05+0200\n"
 "PO-Revision-Date: 2016-12-13 19:03+0100\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.74.0/po/el/kinit5.po 
new/kinit-5.75.0/po/el/kinit5.po
--- old/kinit-5.74.0/po/el/kinit5.po    2020-09-06 12:27:26.000000000 +0200
+++ new/kinit-5.75.0/po/el/kinit5.po    2020-10-04 20:47:29.000000000 +0200
@@ -14,21 +14,21 @@
 # Petros Vidalis <[email protected]>, 2010, 2011.
 # Dimitrios Glentadakis <[email protected]>, 2010, 2011, 2012, 2013, 2014.
 # nikos, 2011.
-# Stelios <[email protected]>, 2012, 2013.
+# Stelios <[email protected]>, 2012, 2013, 2020.
 # Dimitris Kardarakos <[email protected]>, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-09 02:05+0200\n"
-"PO-Revision-Date: 2015-11-04 19:25+0200\n"
-"Last-Translator: Dimitris Kardarakos <[email protected]>\n"
+"PO-Revision-Date: 2020-09-11 12:50+0300\n"
+"Last-Translator: Stelios <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
 "Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.04.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #: kdeinit/kinit.cpp:500
@@ -38,7 +38,7 @@
 "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"
 "Το σύστημα έφτασε το μέγιστο επιτρεπόμενο αριθμό ανοικτών αρχείων ή "
 "ξεπεράσατε το μέγιστο αριθμό ανοικτών αρχείων που σας επιτρέπεται."
 
@@ -49,7 +49,7 @@
 "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"
 "Το σύστημα έφτασε το μέγιστο επιτρεπόμενο αριθμό ανοικτών αρχείων ή "
 "ξεπεράσατε το μέγιστο αριθμό ανοικτών αρχείων που σας επιτρέπεται."
 
@@ -112,10 +112,9 @@
 msgstr "Αδυναμία εύρεσης του προσθέτου '%1'.\n"
 
 #: klauncher/klauncher.cpp:1050
-#, fuzzy, kde-format
-#| msgid "Error loading '%1'.\n"
+#, kde-format
 msgid "Error loading '%1'."
-msgstr "Σφάλμα φόρτωσης του '%1'.\n"
+msgstr "Σφάλμα φόρτωσης του '%1'."
 
 #: klauncher/klauncher_main.cpp:136
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.74.0/po/ro/kinit5.po 
new/kinit-5.75.0/po/ro/kinit5.po
--- old/kinit-5.74.0/po/ro/kinit5.po    2020-09-06 12:27:26.000000000 +0200
+++ new/kinit-5.75.0/po/ro/kinit5.po    2020-10-04 20:47:29.000000000 +0200
@@ -1,23 +1,23 @@
 # Traducerea kdelibs4.po în Română
 # Laurenţiu Buzdugan <[email protected]>, 2008, 2009.
-# Sergiu Bivol <[email protected]>, 2008, 2009, 2010.
-# Sergiu Bivol <[email protected]>, 2010, 2012, 2013, 2014.
+# Sergiu Bivol <[email protected]>, 2008, 2009, 2010.
+# Sergiu Bivol <[email protected]>, 2010, 2012, 2013, 2014, 2020.
 # Cristian Oneț <[email protected]>, 2010, 2011, 2012, 2013.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-09 02:05+0200\n"
-"PO-Revision-Date: 2014-03-26 19:20+0200\n"
-"Last-Translator: Sergiu Bivol <[email protected]>\n"
-"Language-Team: Romanian <[email protected]>\n"
+"PO-Revision-Date: 2020-09-13 12:42+0100\n"
+"Last-Translator: Sergiu Bivol <[email protected]>\n"
+"Language-Team: Romanian\n"
 "Language: ro\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
 "20)) ? 1 : 2;\n"
+"X-Generator: Lokalize 19.12.3\n"
 
 #: kdeinit/kinit.cpp:500
 #, kde-format
@@ -96,25 +96,20 @@
 msgstr "Protocol necunoscut „%1”.\n"
 
 #: klauncher/klauncher.cpp:977
-#, fuzzy, kde-format
-#| msgid "Could not find service '%1'."
+#, kde-format
 msgid "Could not find the '%1' plugin.\n"
-msgstr "Nu am găsit serviciul „%1”."
+msgstr "Extensia „%1” nu a putut fi găsită.\n"
 
 #: klauncher/klauncher.cpp:1050
-#, fuzzy, kde-format
-#| msgid "Error loading '%1'.\n"
+#, kde-format
 msgid "Error loading '%1'."
-msgstr "Eroare la încărcarea „%1”.\n"
+msgstr "Eroare la încărcarea „%1”."
 
 #: klauncher/klauncher_main.cpp:136
-#, 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: Acest program nu poate fi pornit manual.\n"
-"klauncher: El este executat automat de către kdeinit4.\n"
+"klauncher: Acest program nu trebuie pornit manual.\n"
+"klauncher: El este pornit automat de către kdeinit5.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.74.0/po/se/kinit5.po 
new/kinit-5.75.0/po/se/kinit5.po
--- old/kinit-5.74.0/po/se/kinit5.po    2020-09-06 12:27:26.000000000 +0200
+++ new/kinit-5.75.0/po/se/kinit5.po    2020-10-04 20:47:29.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-05-31 17:58+0200\n"
+"POT-Creation-Date: 2020-08-09 02:05+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"
@@ -19,7 +19,7 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: kdeinit/kinit.cpp:512
+#: kdeinit/kinit.cpp:500
 #, 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:534
+#: kdeinit/kinit.cpp:522
 #, 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:617
+#: kdeinit/kinit.cpp:605
 #, kde-format
 msgid "Could not find '%1' executable."
 msgstr "Ii gávdnan prográmma V%1»."
 
-#: kdeinit/kinit.cpp:650
+#: kdeinit/kinit.cpp:638
 #, 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:687
+#: kdeinit/kinit.cpp:675
 #, kde-format
 msgid ""
 "Could not find 'kdemain' in '%1'.\n"
@@ -64,47 +64,47 @@
 "Ii gávdnan «kdemain» dáppe: %1.\n"
 "%2"
 
-#: klauncher/klauncher.cpp:436
+#: klauncher/klauncher.cpp:419
 #, kde-format
 msgid "KDEInit could not launch '%1'"
 msgstr "KDEInit ii sáhttán álggahit «%1»."
 
-#: klauncher/klauncher.cpp:617 klauncher/klauncher.cpp:631
+#: klauncher/klauncher.cpp:600 klauncher/klauncher.cpp:614
 #, kde-format
 msgid "Could not find service '%1'."
 msgstr "Ii gávdnan bálvalusa \"%1\""
 
-#: klauncher/klauncher.cpp:649
+#: klauncher/klauncher.cpp:632
 #, kde-format
 msgid "Service '%1' must be executable to run."
 msgstr "Bálvalus «%1» ferte leat vuojehahtti jus galgá sáhttit vuodjit dan."
 
-#: klauncher/klauncher.cpp:651 klauncher/klauncher.cpp:712
+#: klauncher/klauncher.cpp:634 klauncher/klauncher.cpp:695
 #, kde-format
 msgid "Service '%1' is malformatted."
 msgstr "Bálvalus «%1» lea boasttohámát."
 
-#: klauncher/klauncher.cpp:807
+#: klauncher/klauncher.cpp:790
 #, kde-format
 msgid "Launching %1"
 msgstr "Álggaheamen %1"
 
-#: klauncher/klauncher.cpp:988
+#: klauncher/klauncher.cpp:971
 #, kde-format
 msgid "Unknown protocol '%1'.\n"
 msgstr "Amas protokolla «%1».\n"
 
-#: klauncher/klauncher.cpp:994
+#: klauncher/klauncher.cpp:977
 #, fuzzy, kde-format
 msgid "Could not find the '%1' plugin.\n"
 msgstr "Ii gávdnan bálvalusa \"%1\""
 
-#: klauncher/klauncher.cpp:1067
+#: klauncher/klauncher.cpp:1050
 #, kde-format
 msgid "Error loading '%1'."
 msgstr ""
 
-#: klauncher/klauncher_main.cpp:146
+#: klauncher/klauncher_main.cpp:136
 #, fuzzy, kde-format
 msgid ""
 "klauncher: This program is not supposed to be started manually.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.74.0/po/vi/kinit5.po 
new/kinit-5.75.0/po/vi/kinit5.po
--- old/kinit-5.74.0/po/vi/kinit5.po    2020-09-06 12:27:26.000000000 +0200
+++ new/kinit-5.75.0/po/vi/kinit5.po    2020-10-04 20:47:29.000000000 +0200
@@ -27,8 +27,8 @@
 "maximum number of open files that you are allowed to use has been reached."
 msgstr ""
 "Không thể khởi chạy tiến trình mới.\n"
-"Có lẽ hệ thống đã tới số tập tin đã mở tối đa hay số tập tin đã mở tối đa mà "
-"bạn có quyền sử dụng."
+"Có lẽ hệ thống đã tới số tệp đã mở tối đa hay số tệp đã mở tối đa mà bạn có "
+"quyền sử dụng."
 
 #: kdeinit/kinit.cpp:522
 #, kde-format
@@ -44,7 +44,7 @@
 #: kdeinit/kinit.cpp:605
 #, kde-format
 msgid "Could not find '%1' executable."
-msgstr "Không thể tìm được tập tin thực hiện được \"%1\"."
+msgstr "Không thể tìm được tệp thực hiện được \"%1\"."
 
 #: kdeinit/kinit.cpp:638
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.74.0/po/zh_CN/kinit5.po 
new/kinit-5.75.0/po/zh_CN/kinit5.po
--- old/kinit-5.74.0/po/zh_CN/kinit5.po 2020-09-06 12:27:26.000000000 +0200
+++ new/kinit-5.75.0/po/zh_CN/kinit5.po 2020-10-04 20:47:29.000000000 +0200
@@ -16,7 +16,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-09 02:05+0200\n"
-"PO-Revision-Date: 2020-09-05 05:17\n"
+"PO-Revision-Date: 2020-09-23 12:18\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to