Hello community, here is the log from the commit of package kauth for openSUSE:Factory checked in at 2020-08-12 12:23:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kauth (Old) and /work/SRC/openSUSE:Factory/.kauth.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kauth" Wed Aug 12 12:23:03 2020 rev:86 rq:825054 version:5.73.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kauth/kauth.changes 2020-07-14 07:52:33.600482242 +0200 +++ /work/SRC/openSUSE:Factory/.kauth.new.3399/kauth.changes 2020-08-12 12:24:32.784136409 +0200 @@ -1,0 +2,10 @@ +Sun Aug 2 07:13:05 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 5.73.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.73.0 +- Changes since 5.72.0: + * Use KF-standardized Qt logging categories + +------------------------------------------------------------------- Old: ---- kauth-5.72.0.tar.xz kauth-5.72.0.tar.xz.sig New: ---- kauth-5.73.0.tar.xz kauth-5.73.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kauth.spec ++++++ --- /var/tmp/diff_new_pack.ux78hL/_old 2020-08-12 12:24:33.588136937 +0200 +++ /var/tmp/diff_new_pack.ux78hL/_new 2020-08-12 12:24:33.592136940 +0200 @@ -17,14 +17,14 @@ %define lname libKF5Auth5 -%define _tar_path 5.72 +%define _tar_path 5.73 # 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.72.0 +Version: 5.73.0 Release: 0 Summary: Framework which lets applications perform actions as a privileged user License: LGPL-2.1-or-later @@ -110,6 +110,7 @@ %dir %{_kf5_libdir}/libexec %{_kf5_dbuspolicydir}/org.kde.kf5auth.conf %{_kf5_debugdir}/kauth.categories +%{_kf5_debugdir}/*.renamecategories %{_kf5_libdir}/libKF5Auth.so.* %{_kf5_libdir}/libexec/kauth %{_kf5_plugindir}/ ++++++ kauth-5.72.0.tar.xz -> kauth-5.73.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.72.0/CMakeLists.txt new/kauth-5.73.0/CMakeLists.txt --- old/kauth-5.72.0/CMakeLists.txt 2020-07-04 15:05:13.000000000 +0200 +++ new/kauth-5.73.0/CMakeLists.txt 2020-08-01 21:40:09.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.72.0") # handled by release scripts -set(KF5_DEP_VERSION "5.72.0") # handled by release scripts +set(KF5_VERSION "5.73.0") # handled by release scripts +set(KF5_DEP_VERSION "5.73.0") # handled by release scripts project(KAuth VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.72.0 NO_MODULE) +find_package(ECM 5.73.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) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.72.0/autotests/CMakeLists.txt new/kauth-5.73.0/autotests/CMakeLists.txt --- old/kauth-5.72.0/autotests/CMakeLists.txt 2020-07-04 15:05:13.000000000 +0200 +++ new/kauth-5.73.0/autotests/CMakeLists.txt 2020-08-01 21:40:09.000000000 +0200 @@ -14,7 +14,11 @@ include(ECMAddTests) set(kauthdebug_SRCS) -ecm_qt_declare_logging_category(kauthdebug_tests_SRCS HEADER kauthdebug.h IDENTIFIER KAUTH CATEGORY_NAME kf5.kauth) +ecm_qt_declare_logging_category(kauthdebug_tests_SRCS + HEADER kauthdebug.h + IDENTIFIER KAUTH + CATEGORY_NAME kf.auth +) set(libkauth_tests_static_SRCS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.72.0/po/zh_CN/kauth5_qt.po new/kauth-5.73.0/po/zh_CN/kauth5_qt.po --- old/kauth-5.72.0/po/zh_CN/kauth5_qt.po 2020-07-04 15:05:13.000000000 +0200 +++ new/kauth-5.73.0/po/zh_CN/kauth5_qt.po 2020-08-01 21:40:09.000000000 +0200 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2020-06-24 08:00\n" +"PO-Revision-Date: 2020-07-31 15:00\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.72.0/src/CMakeLists.txt new/kauth-5.73.0/src/CMakeLists.txt --- old/kauth-5.72.0/src/CMakeLists.txt 2020-07-04 15:05:13.000000000 +0200 +++ new/kauth-5.73.0/src/CMakeLists.txt 2020-08-01 21:40:09.000000000 +0200 @@ -10,7 +10,8 @@ ecm_qt_declare_logging_category(kauthdebug_SRCS HEADER kauthdebug.h IDENTIFIER KAUTH - CATEGORY_NAME kf5.kauth + CATEGORY_NAME kf.auth + OLD_CATEGORY_NAMES kf5.kauth DESCRIPTION "KAuth" EXPORT KAUTH ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.72.0/src/backends/mac/AuthServicesBackend.cpp new/kauth-5.73.0/src/backends/mac/AuthServicesBackend.cpp --- old/kauth-5.72.0/src/backends/mac/AuthServicesBackend.cpp 2020-07-04 15:05:13.000000000 +0200 +++ new/kauth-5.73.0/src/backends/mac/AuthServicesBackend.cpp 2020-08-01 21:40:09.000000000 +0200 @@ -14,7 +14,7 @@ Q_DECLARE_LOGGING_CATEGORY(KAUTH_OSX) // logging category for this backend, default: log stuff >= warning -Q_LOGGING_CATEGORY(KAUTH_OSX, "kf5.kauth.apple", QtWarningMsg) +Q_LOGGING_CATEGORY(KAUTH_OSX, "kf.auth.apple", QtWarningMsg) namespace KAuth {
