Hello community, here is the log from the commit of package kauth for openSUSE:Factory checked in at 2017-09-19 16:21:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kauth (Old) and /work/SRC/openSUSE:Factory/.kauth.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kauth" Tue Sep 19 16:21:55 2017 rev:49 rq:526626 version:5.38.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kauth/kauth.changes 2017-08-24 17:55:42.144507141 +0200 +++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2017-09-19 16:21:56.331655789 +0200 @@ -1,0 +2,10 @@ +Tue Sep 12 07:11:16 CEST 2017 - [email protected] + +- Update to 5.38.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.38.0.php +- Changes since 5.37.0: + * None + +------------------------------------------------------------------- Old: ---- kauth-5.37.0.tar.xz New: ---- kauth-5.38.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kauth.spec ++++++ --- /var/tmp/diff_new_pack.AZ42RK/_old 2017-09-19 16:21:57.023558263 +0200 +++ /var/tmp/diff_new_pack.AZ42RK/_new 2017-09-19 16:21:57.027557699 +0200 @@ -18,15 +18,18 @@ %bcond_without lang %define lname libKF5Auth5 -%define _tar_path 5.37 +%define _tar_path 5.38 +# 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} Name: kauth -Version: 5.37.0 +Version: 5.38.0 Release: 0 -%define kf5_version %{version} BuildRequires: cmake >= 3.0 -BuildRequires: extra-cmake-modules >= %{_tar_path} +BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes -BuildRequires: kcoreaddons-devel >= %{_tar_path} +BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version} BuildRequires: kf5-filesystem BuildRequires: libpolkit-qt5-1-devel %if %{with lang} @@ -61,7 +64,7 @@ Group: Development/Libraries/KDE Requires: %lname = %{version} Requires: extra-cmake-modules -Requires: kcoreaddons-devel >= %{_tar_path} +Requires: kcoreaddons-devel >= %{_kf5_bugfix_version} %description devel KAuth is a framework to let applications perform actions as a privileged user. ++++++ kauth-5.37.0.tar.xz -> kauth-5.38.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.37.0/.arcconfig new/kauth-5.38.0/.arcconfig --- old/kauth-5.37.0/.arcconfig 1970-01-01 01:00:00.000000000 +0100 +++ new/kauth-5.38.0/.arcconfig 2017-09-03 10:00:19.000000000 +0200 @@ -0,0 +1,3 @@ +{ + "phabricator.uri" : "https://phabricator.kde.org/" +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.37.0/CMakeLists.txt new/kauth-5.38.0/CMakeLists.txt --- old/kauth-5.37.0/CMakeLists.txt 2017-08-06 19:56:42.000000000 +0200 +++ new/kauth-5.38.0/CMakeLists.txt 2017-09-03 10:00:19.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.37.0") # handled by release scripts -set(KF5_DEP_VERSION "5.37.0") # handled by release scripts +set(KF5_VERSION "5.38.0") # handled by release scripts +set(KF5_DEP_VERSION "5.38.0") # handled by release scripts project(KAuth VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.37.0 NO_MODULE) +find_package(ECM 5.38.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.37.0/po/eu/kauth5_qt.po new/kauth-5.38.0/po/eu/kauth5_qt.po --- old/kauth-5.37.0/po/eu/kauth5_qt.po 2017-08-06 19:56:42.000000000 +0200 +++ new/kauth-5.38.0/po/eu/kauth5_qt.po 2017-09-03 10:00:19.000000000 +0200 @@ -6,66 +6,63 @@ # Ion Gaztañaga <[email protected]>, 2005. # marcos <[email protected]>, 2006, 2007, 2008, 2009, 2010. # Iñaki Larrañaga Murgoitio <[email protected]>, 2009. -# Iñigo Salvador Azurmendi <[email protected]>, 2010, 2011, 2012, 2013, 2014. +# Iñigo Salvador Azurmendi <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2017. 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: 2014-03-02 19:49+0100\n" +"PO-Revision-Date: 2017-08-12 17:28+0100\n" "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" "Language: eu\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" +"X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Qt-Contexts: true\n" #: backends/dbus/DBusHelperProxy.cpp:86 -#, fuzzy, qt-format -#| msgid "DBus Backend error: connection to helper failed. %1" +#, qt-format msgctxt "KAuth::DBusHelperProxy|" msgid "DBus Backend error: service start %1 failed: %2" -msgstr "DBus backend errorea: laguntzaileari konexioak huts egin du. %1" +msgstr "DBus bizkarraldekoan errorea: %1 zerbitzuaren abioak huts egin du. %2" #: backends/dbus/DBusHelperProxy.cpp:96 -#, fuzzy, qt-format -#| msgid "DBus Backend error: connection to helper failed. %1" +#, qt-format msgctxt "KAuth::DBusHelperProxy|" msgid "" "DBus Backend error: connection to helper failed. %1\n" "(application: %2 helper: %3)" -msgstr "DBus backend errorea: laguntzaileari konexioak huts egin du. %1" +msgstr "" +"DBus bizkarraldekoan errorea: laguntzailerako konexioak huts egin du. %1\n" +"(aplikazioa: %2 laguntzailea: %3)" #: backends/dbus/DBusHelperProxy.cpp:124 -#, fuzzy, qt-format -#| msgid "" -#| "DBus Backend error: could not contact the helper. Connection error: %1. " -#| "Message error: %2" +#, qt-format msgctxt "KAuth::DBusHelperProxy|" msgid "" "DBus Backend error: could not contact the helper. Connection error: %1. " "Message error: %2" msgstr "" -"DBus Backend errorea: ezin izan da laguntzailea kontaktatu. Konexioaren " -"errorea: %1. Mezu errorea: %2" +"DBus bizkarraldekoan errorea: ezin izan da laguntzailea kontaktatu: %1. " +"Konexio errorea: %1. Mezu errorea: %2" #: kauthexecutejob.cpp:88 msgctxt "KAuth::ExecuteJob|" msgid "Tried to start an invalid action" -msgstr "" +msgstr "Ekintza baliogabe bat abiatzen saiatu da" #: kauthexecutejob.cpp:102 msgctxt "KAuth::ExecuteJob|" msgid "Unknown execution mode chosen" -msgstr "" +msgstr "Exekuzio modu ezezaguna hautatu da" #: kauthexecutejob.cpp:147 msgctxt "KAuth::ExecuteJob|" msgid "Unknown status for the authentication procedure" -msgstr "" +msgstr "Egoera ezezaguna autentifikazio prozeduran" #: kauthexecutejob.cpp:159 msgctxt "KAuth::ExecuteJob|" @@ -73,8 +70,10 @@ "The current backend only allows helper authorization, but this action does " "not have a helper." msgstr "" +"Uneko bizkarraldekoak laguntzaile baimen-ematea onartzen du, baino ekintza " +"honek ez du laguntzailerik." #: kauthexecutejob.cpp:167 kauthexecutejob.cpp:191 msgctxt "KAuth::ExecuteJob|" msgid "The backend does not specify how to authorize" -msgstr "" +msgstr "Bizkarraldekoak ez du zehazten baimena nola eman" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.37.0/po/gl/kauth5_qt.po new/kauth-5.38.0/po/gl/kauth5_qt.po --- old/kauth-5.37.0/po/gl/kauth5_qt.po 2017-08-06 19:56:42.000000000 +0200 +++ new/kauth-5.38.0/po/gl/kauth5_qt.po 2017-09-03 10:00:19.000000000 +0200 @@ -58,7 +58,7 @@ #: kauthexecutejob.cpp:88 msgctxt "KAuth::ExecuteJob|" msgid "Tried to start an invalid action" -msgstr "Intentouse iniciar unha acción non válida" +msgstr "Intentouse iniciar unha acción incorrecta" #: kauthexecutejob.cpp:102 msgctxt "KAuth::ExecuteJob|"
