Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kauth for openSUSE:Factory checked in at 2022-05-16 18:06:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kauth (Old) and /work/SRC/openSUSE:Factory/.kauth.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kauth" Mon May 16 18:06:35 2022 rev:108 rq:977149 version:5.94.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kauth/kauth.changes 2022-04-11 23:47:58.667938437 +0200 +++ /work/SRC/openSUSE:Factory/.kauth.new.1538/kauth.changes 2022-05-16 18:08:11.789255853 +0200 @@ -1,0 +2,10 @@ +Tue May 10 08:17:46 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 5.94.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.94.0 +- Changes since 5.93.0: + * Add INSTALL_BROKEN_KAUTH_POLICY_FILES cmake option + +------------------------------------------------------------------- Old: ---- kauth-5.93.0.tar.xz kauth-5.93.0.tar.xz.sig New: ---- kauth-5.94.0.tar.xz kauth-5.94.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kauth.spec ++++++ --- /var/tmp/diff_new_pack.HTzGTW/_old 2022-05-16 18:08:12.321256357 +0200 +++ /var/tmp/diff_new_pack.HTzGTW/_new 2022-05-16 18:08:12.329256364 +0200 @@ -17,14 +17,14 @@ %define lname libKF5Auth5 -%define _tar_path 5.93 +%define _tar_path 5.94 # 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 released Name: kauth -Version: 5.93.0 +Version: 5.94.0 Release: 0 Summary: Framework which lets applications perform actions as a privileged user License: LGPL-2.1-or-later ++++++ kauth-5.93.0.tar.xz -> kauth-5.94.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.93.0/CMakeLists.txt new/kauth-5.94.0/CMakeLists.txt --- old/kauth-5.93.0/CMakeLists.txt 2022-04-02 12:15:19.000000000 +0200 +++ new/kauth-5.94.0/CMakeLists.txt 2022-05-07 23:16:51.000000000 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.93.0") # handled by release scripts +set(KF_VERSION "5.94.0") # handled by release scripts set(KF_DEP_VERSION "5.93.0") # handled by release scripts project(KAuth VERSION ${KF_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.93.0/cmake/KF5AuthMacros.cmake new/kauth-5.94.0/cmake/KF5AuthMacros.cmake --- old/kauth-5.93.0/cmake/KF5AuthMacros.cmake 2022-04-02 12:15:19.000000000 +0200 +++ new/kauth-5.94.0/cmake/KF5AuthMacros.cmake 2022-05-07 23:16:51.000000000 +0200 @@ -48,7 +48,15 @@ DEPENDS KF5::kauth-policy-gen) add_custom_target(${HELPER_ID}.policy-customtarget ALL COMMENT "actions for ${HELPER_ID}" DEPENDS ${_output}) - install(FILES ${_output} DESTINATION ${KAUTH_POLICY_FILES_INSTALL_DIR}) + if(INSTALL_BROKEN_KAUTH_POLICY_FILES) + set(OVERRIDEN_KAUTH_POLICY_FILES_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/share/polkit-1/actions/) + if(NOT OVERRIDEN_KAUTH_POLICY_FILES_INSTALL_DIR STREQUAL KAUTH_POLICY_FILES_INSTALL_DIR) + MESSAGE(WARNING "INSTALL_BROKEN_KAUTH_POLICY_FILES is enabled. The following files will be installed to ${OVERRIDEN_KAUTH_POLICY_FILES_INSTALL_DIR} instead of ${KAUTH_POLICY_FILES_INSTALL_DIR}.\n${_output}") + endif() + install(FILES ${_output} DESTINATION ${OVERRIDEN_KAUTH_POLICY_FILES_INSTALL_DIR}) + else() + install(FILES ${_output} DESTINATION ${KAUTH_POLICY_FILES_INSTALL_DIR}) + endif() endif() endfunction() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.93.0/po/ca@valencia/kauth5_qt.po new/kauth-5.94.0/po/ca@valencia/kauth5_qt.po --- old/kauth-5.93.0/po/ca@valencia/kauth5_qt.po 2022-04-02 12:15:19.000000000 +0200 +++ new/kauth-5.94.0/po/ca@valencia/kauth5_qt.po 2022-05-07 23:16:51.000000000 +0200 @@ -32,7 +32,7 @@ msgctxt "KAuth::DBusHelperProxy|" msgid "DBus Backend error: service start %1 failed: %2" msgstr "" -"S'ha produ??t un error en el dorsal del DBus: ha fallat l'inici del servei " +"S'ha produ??t un error en el dorsal de D-Bus: ha fallat l'inici del servei " "%1: %2" #: backends/dbus/DBusHelperProxy.cpp:89 @@ -42,7 +42,7 @@ "DBus Backend error: connection to helper failed. %1\n" "(application: %2 helper: %3)" msgstr "" -"S'ha produ??t un error en el dorsal del DBus: ha fallat la connexi?? amb " +"S'ha produ??t un error en el dorsal de D-Bus: ha fallat la connexi?? amb " "l'auxiliar. %1\n" "(aplicaci??: %2 auxiliar: %3)" @@ -53,7 +53,7 @@ "DBus Backend error: could not contact the helper. Connection error: %1. " "Message error: %2" msgstr "" -"S'ha produ??t un error en el dorsal del DBus: no s'ha pogut contactar amb " +"S'ha produ??t un error en el dorsal de D-Bus: no s'ha pogut contactar amb " "l'auxiliar. S'ha produ??t un error de connexi??: %1. Missatge d'error: %2" #: executejob.cpp:86 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.93.0/po/tr/kauth5_qt.po new/kauth-5.94.0/po/tr/kauth5_qt.po --- old/kauth-5.93.0/po/tr/kauth5_qt.po 2022-04-02 12:15:19.000000000 +0200 +++ new/kauth-5.94.0/po/tr/kauth5_qt.po 2022-05-07 23:16:51.000000000 +0200 @@ -81,10 +81,10 @@ "The current backend only allows helper authorization, but this action does " "not have a helper." msgstr "" -"Mevcut ardalan uygulamas?? yaln??zca yard??mc?? kimlik kan??tlamaya izin veriyor; " -"ancak bu uygulama b??yle bir yard??mc??ya sahip g??r??nm??yor." +"Ge??erli arka u?? yaln??zca yard??mc?? kimlik kan??tlamaya izin veriyor; ancak bu " +"uygulama b??yle bir yard??mc??ya sahip g??r??nm??yor." #: executejob.cpp:169 executejob.cpp:193 msgctxt "KAuth::ExecuteJob|" msgid "The backend does not specify how to authorize" -msgstr "Ardalan uygulamas?? nas??l yetkilendirme yap??laca????n?? belirtmiyor" +msgstr "Arka u?? nas??l yetkilendirme yap??laca????n?? belirtmiyor" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.93.0/po/zh_CN/kauth5_qt.po new/kauth-5.94.0/po/zh_CN/kauth5_qt.po --- old/kauth-5.93.0/po/zh_CN/kauth5_qt.po 2022-04-02 12:15:19.000000000 +0200 +++ new/kauth-5.94.0/po/zh_CN/kauth5_qt.po 2022-05-07 23:16:51.000000000 +0200 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2022-03-31 13:29\n" +"PO-Revision-Date: 2022-04-26 15:18\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n"
