Hello community,

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

Package is "kauth"

Mon Sep 23 12:21:06 2019 rev:75 rq:730907 version:5.62.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kauth/kauth.changes      2019-08-19 
21:03:57.104905756 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new.7948/kauth.changes    2019-09-23 
12:21:42.693764542 +0200
@@ -1,0 +2,10 @@
+Sat Sep  7 20:36:30 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:
----
  kauth-5.61.0.tar.xz
  kauth-5.61.0.tar.xz.sig

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

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

Other differences:
------------------
++++++ kauth.spec ++++++
--- /var/tmp/diff_new_pack.lQOHA6/_old  2019-09-23 12:21:43.161764465 +0200
+++ /var/tmp/diff_new_pack.lQOHA6/_new  2019-09-23 12:21:43.161764465 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:           kauth
-Version:        5.61.0
+Version:        5.62.0
 Release:        0
 Summary:        Framework which lets applications perform actions as a 
privileged user
 License:        LGPL-2.1-or-later
@@ -39,9 +39,9 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  libpolkit-qt5-1-devel
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 %if %{with lang}
@@ -74,7 +74,7 @@
 Group:          Development/Libraries/KDE
 Requires:       %{lname} = %{version}
 Requires:       extra-cmake-modules
-Requires:       kcoreaddons-devel >= %{_kf5_bugfix_version}
+Requires:       cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 
 %description devel
 KAuth is a framework to let applications perform actions as a privileged user.


++++++ kauth-5.61.0.tar.xz -> kauth-5.62.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.61.0/CMakeLists.txt 
new/kauth-5.62.0/CMakeLists.txt
--- old/kauth-5.61.0/CMakeLists.txt     2019-08-03 21:51:11.000000000 +0200
+++ new/kauth-5.62.0/CMakeLists.txt     2019-09-07 15:55:39.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-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
 project(KAuth VERSION ${KF5_VERSION})
 
 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.61.0/po/br/kauth5_qt.po 
new/kauth-5.62.0/po/br/kauth5_qt.po
--- old/kauth-5.61.0/po/br/kauth5_qt.po 2019-08-03 21:51:11.000000000 +0200
+++ new/kauth-5.62.0/po/br/kauth5_qt.po 2019-09-07 15:55:39.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"
 "X-Qt-Contexts: true\n"
 
 #: backends/dbus/DBusHelperProxy.cpp:83
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.61.0/po/id/kauth5_qt.po 
new/kauth-5.62.0/po/id/kauth5_qt.po
--- old/kauth-5.61.0/po/id/kauth5_qt.po 2019-08-03 21:51:11.000000000 +0200
+++ new/kauth-5.62.0/po/id/kauth5_qt.po 2019-09-07 15:55:39.000000000 +0200
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 18.12.3\n"
+"X-Generator: Lokalize 19.04.3\n"
 "X-Qt-Contexts: true\n"
 
 #: backends/dbus/DBusHelperProxy.cpp:83
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.61.0/po/ml/kauth5_qt.po 
new/kauth-5.62.0/po/ml/kauth5_qt.po
--- old/kauth-5.61.0/po/ml/kauth5_qt.po 2019-08-03 21:51:11.000000000 +0200
+++ new/kauth-5.62.0/po/ml/kauth5_qt.po 2019-09-07 15:55:39.000000000 +0200
@@ -26,7 +26,6 @@
 
 #: backends/dbus/DBusHelperProxy.cpp:83
 #, fuzzy, qt-format
-#| msgid "DBus Backend error: connection to helper failed. %1"
 msgctxt "KAuth::DBusHelperProxy|"
 msgid "DBus Backend error: service start %1 failed: %2"
 msgstr ""
@@ -34,7 +33,6 @@
 
 #: backends/dbus/DBusHelperProxy.cpp:93
 #, fuzzy, qt-format
-#| msgid "DBus Backend error: connection to helper failed. %1"
 msgctxt "KAuth::DBusHelperProxy|"
 msgid ""
 "DBus Backend error: connection to helper failed. %1\n"
@@ -44,9 +42,6 @@
 
 #: backends/dbus/DBusHelperProxy.cpp:121
 #, fuzzy, qt-format
-#| msgid ""
-#| "DBus Backend error: could not contact the helper. Connection error: %1. "
-#| "Message error: %2"
 msgctxt "KAuth::DBusHelperProxy|"
 msgid ""
 "DBus Backend error: could not contact the helper. Connection error: %1. "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.61.0/po/tg/kauth5_qt.po 
new/kauth-5.62.0/po/tg/kauth5_qt.po
--- old/kauth-5.61.0/po/tg/kauth5_qt.po 2019-08-03 21:51:11.000000000 +0200
+++ new/kauth-5.62.0/po/tg/kauth5_qt.po 2019-09-07 15:55:39.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: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2013-06-04 17:36+0500\n"
+"PO-Revision-Date: 2019-08-13 13:07+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"
 "X-Qt-Contexts: true\n"
 
@@ -27,7 +26,7 @@
 #, qt-format
 msgctxt "KAuth::DBusHelperProxy|"
 msgid "DBus Backend error: service start %1 failed: %2"
-msgstr ""
+msgstr "Хатои дохилии DBus: оғози хидмати %1 қатъ шуд: %2"
 
 #: backends/dbus/DBusHelperProxy.cpp:93
 #, qt-format
@@ -36,6 +35,8 @@
 "DBus Backend error: connection to helper failed. %1\n"
 "(application: %2 helper: %3)"
 msgstr ""
+"Хатои дохилии DBus:: пайвастшавӣ ба ёридиҳанда қатъ шуд. %1\n"
+"(барнома: %2 ёридиҳанда: %3)"
 
 #: backends/dbus/DBusHelperProxy.cpp:121
 #, qt-format
@@ -44,21 +45,23 @@
 "DBus Backend error: could not contact the helper. Connection error: %1. "
 "Message error: %2"
 msgstr ""
+"Хатои дохилии DBus: алоқа бо ёридиҳанда имконнопазир аст. Хатои пайвастшавӣ: "
+"%1. Паёми хато: %2"
 
 #: kauthexecutejob.cpp:88
 msgctxt "KAuth::ExecuteJob|"
 msgid "Tried to start an invalid action"
-msgstr ""
+msgstr "Кӯшиши оғози амали нодуруст"
 
 #: kauthexecutejob.cpp:102
 msgctxt "KAuth::ExecuteJob|"
 msgid "Unknown execution mode chosen"
-msgstr ""
+msgstr "Иҷрокунии реҷаи номаълум интихоб шудааст"
 
 #: kauthexecutejob.cpp:147
 msgctxt "KAuth::ExecuteJob|"
 msgid "Unknown status for the authentication procedure"
-msgstr ""
+msgstr "Вазъияти номаълум барои раванди санҷиши ҳаққоният"
 
 #: kauthexecutejob.cpp:159
 msgctxt "KAuth::ExecuteJob|"
@@ -66,8 +69,10 @@
 "The current backend only allows helper authorization, but this action does "
 "not have a helper."
 msgstr ""
+"Коркардкунандаи ҷорӣ танҳо барои санҷиши ҳаққонияти ёридиҳанда иҷозат "
+"медиҳад, аммо ин амал дорои ёридиҳанда намебошад."
 
 #: kauthexecutejob.cpp:167 kauthexecutejob.cpp:191
 msgctxt "KAuth::ExecuteJob|"
 msgid "The backend does not specify how to authorize"
-msgstr ""
+msgstr "Ин коркардкунанда роҳи санҷиши ҳаққониятро муайян намекунад"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.61.0/po/zh_CN/kauth5_qt.po 
new/kauth-5.62.0/po/zh_CN/kauth5_qt.po
--- old/kauth-5.61.0/po/zh_CN/kauth5_qt.po      2019-08-03 21:51:11.000000000 
+0200
+++ new/kauth-5.62.0/po/zh_CN/kauth5_qt.po      2019-09-07 15:55:39.000000000 
+0200
@@ -14,7 +14,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\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