Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kauth for openSUSE:Factory checked in at 2021-08-16 10:07:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kauth (Old) and /work/SRC/openSUSE:Factory/.kauth.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kauth" Mon Aug 16 10:07:31 2021 rev:98 rq:912111 version:5.85.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kauth/kauth.changes 2021-07-16 00:00:57.321285846 +0200 +++ /work/SRC/openSUSE:Factory/.kauth.new.1899/kauth.changes 2021-08-16 10:11:20.171116092 +0200 @@ -1,0 +2,9 @@ +Fri Aug 6 12:11:26 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.85.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.85.0 +- No code change since 5.84.0 + +------------------------------------------------------------------- Old: ---- kauth-5.84.0.tar.xz kauth-5.84.0.tar.xz.sig New: ---- kauth-5.85.0.tar.xz kauth-5.85.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kauth.spec ++++++ --- /var/tmp/diff_new_pack.PFUBNY/_old 2021-08-16 10:11:21.119114979 +0200 +++ /var/tmp/diff_new_pack.PFUBNY/_new 2021-08-16 10:11:21.123114974 +0200 @@ -17,14 +17,14 @@ %define lname libKF5Auth5 -%define _tar_path 5.84 +%define _tar_path 5.85 # 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.84.0 +Version: 5.85.0 Release: 0 Summary: Framework which lets applications perform actions as a privileged user License: LGPL-2.1-or-later ++++++ kauth-5.84.0.tar.xz -> kauth-5.85.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.84.0/CMakeLists.txt new/kauth-5.85.0/CMakeLists.txt --- old/kauth-5.84.0/CMakeLists.txt 2021-07-03 14:06:50.000000000 +0200 +++ new/kauth-5.85.0/CMakeLists.txt 2021-08-06 11:00:00.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.84.0") # handled by release scripts -set(KF_DEP_VERSION "5.84.0") # handled by release scripts +set(KF_VERSION "5.85.0") # handled by release scripts +set(KF_DEP_VERSION "5.85.0") # handled by release scripts project(KAuth VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.84.0 NO_MODULE) +find_package(ECM 5.85.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.84.0/autotests/CMakeLists.txt new/kauth-5.85.0/autotests/CMakeLists.txt --- old/kauth-5.84.0/autotests/CMakeLists.txt 2021-07-03 14:06:50.000000000 +0200 +++ new/kauth-5.85.0/autotests/CMakeLists.txt 2021-08-06 11:00:00.000000000 +0200 @@ -63,16 +63,14 @@ ########### next target ############### -set(SetupActionTest_SRCS SetupActionTest.cpp) -ecm_add_test(${SetupActionTest_SRCS} +ecm_add_test(SetupActionTest.cpp TEST_NAME KAuthSetupActionTest LINK_LIBRARIES Qt5::Test kauth_tests_static ) ########### next target ############### -set(HelperTest_SRCS HelperTest.cpp TestHelper.cpp) -ecm_add_test(${HelperTest_SRCS} +ecm_add_test(HelperTest.cpp TestHelper.cpp TEST_NAME KAuthHelperTest LINK_LIBRARIES Qt5::Test kauth_tests_static ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.84.0/po/zh_CN/kauth5_qt.po new/kauth-5.85.0/po/zh_CN/kauth5_qt.po --- old/kauth-5.84.0/po/zh_CN/kauth5_qt.po 2021-07-03 14:06:50.000000000 +0200 +++ new/kauth-5.85.0/po/zh_CN/kauth5_qt.po 2021-08-06 11:00:00.000000000 +0200 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2021-06-20 07:35\n" +"PO-Revision-Date: 2021-07-26 13:47\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.84.0/src/CMakeLists.txt new/kauth-5.85.0/src/CMakeLists.txt --- old/kauth-5.84.0/src/CMakeLists.txt 2021-07-03 14:06:50.000000000 +0200 +++ new/kauth-5.85.0/src/CMakeLists.txt 2021-08-06 11:00:00.000000000 +0200 @@ -19,7 +19,15 @@ if(TARGET Qt5::Widgets) # TODO KF6 Rename KAuth to KAuthWidgets # TODO KAuthCore should be installed also when no widgets available, in the header installation etc, so ignoring for now - set(libkauth_core_SRCS + add_library(KF5AuthCore) + add_library(KF5::AuthCore ALIAS KF5AuthCore) + set_target_properties(KF5AuthCore PROPERTIES + VERSION ${KAUTH_VERSION} + SOVERSION ${KAUTH_SOVERSION} + EXPORT_NAME AuthCore + ) + + target_sources(KF5AuthCore PRIVATE kauthaction.cpp kauthactionreply.cpp kauthexecutejob.cpp @@ -33,7 +41,6 @@ ${KAuth_QM_LOADER} ) - add_library(KF5AuthCore ${libkauth_core_SRCS}) ecm_generate_export_header(KF5AuthCore BASE_NAME KAuthCore GROUP_BASE_NAME KF @@ -42,32 +49,30 @@ DEPRECATION_VERSIONS 5.71 EXCLUDE_DEPRECATED_BEFORE_AND_AT ${EXCLUDE_DEPRECATED_BEFORE_AND_AT} ) - add_library(KF5::AuthCore ALIAS KF5AuthCore) target_link_libraries(KF5AuthCore PUBLIC Qt5::Core KF5::CoreAddons) # for KJob target_link_libraries(KF5AuthCore PRIVATE Qt5::DBus) target_include_directories(KF5AuthCore INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KAuth>") install(TARGETS KF5AuthCore EXPORT KF5AuthTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) - set_target_properties(KF5AuthCore PROPERTIES VERSION ${KAUTH_VERSION} - SOVERSION ${KAUTH_SOVERSION} - EXPORT_NAME AuthCore) - set(libkauth_SRCS + add_library(KF5Auth) + add_library(KF5::Auth ALIAS KF5Auth) + set_target_properties(KF5Auth PROPERTIES + VERSION ${KAUTH_VERSION} + SOVERSION ${KAUTH_SOVERSION} + EXPORT_NAME Auth + ) + + target_sources(KF5Auth PRIVATE ${kauthdebug_SRCS} kauthobjectdecorator.cpp ) - add_library(KF5Auth ${libkauth_SRCS}) generate_export_header(KF5Auth BASE_NAME KAuth) - add_library(KF5::Auth ALIAS KF5Auth) target_include_directories(KF5Auth INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KAuth>") target_link_libraries(KF5Auth PUBLIC KF5AuthCore) target_link_libraries(KF5Auth PRIVATE Qt5::Widgets) - set_target_properties(KF5Auth PROPERTIES VERSION ${KAUTH_VERSION} - SOVERSION ${KAUTH_SOVERSION} - EXPORT_NAME Auth - ) ecm_generate_headers(KAuth_HEADERS HEADER_NAMES @@ -134,7 +139,7 @@ # KAuth backend plugin if (NOT "${KAUTH_BACKEND_NAME}" STREQUAL "FAKE" AND TARGET Qt5::Widgets) - set(KAUTH_BACKEND_SRCS ${KAUTH_BACKEND_SRCS}) + # KAUTH_BACKEND_SRCS has been set from ConfigureChecks.cmake # KAuth::AuthBackend is not exported add_library(kauth_backend_plugin MODULE ${KAUTH_BACKEND_SRCS} AuthBackend.cpp ${kauthdebug_SRCS}) target_link_libraries(kauth_backend_plugin PRIVATE ${KAUTH_BACKEND_LIBS}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kauth-5.84.0/src/kauthactionreply.h new/kauth-5.85.0/src/kauthactionreply.h --- old/kauth-5.84.0/src/kauthactionreply.h 2021-07-03 14:06:50.000000000 +0200 +++ new/kauth-5.85.0/src/kauthactionreply.h 2021-08-06 11:00:00.000000000 +0200 @@ -288,7 +288,7 @@ In this example code, the loop exits when the HelperSupport::isStopped() returns true. This happens when the application calls the HelperProxy::stopAction() - method on the correponding action object. + method on the corresponding action object. The stopAction() method, this way, asks the helper to stop the action execution. It's up to the helper to obbey to this request, and if it does so, it should return from the slot, _not_ exit. @@ -565,7 +565,7 @@ * This operator checks if the type and the error code of two replies are the same. * It <b>doesn't</b> compare the data or the error descriptions, so be careful. * - * The suggested use it to compare a reply agains one of the predefined error replies: + * The suggested use is to compare a reply against one of the predefined error replies: * @code * if(reply == ActionReply::HelperBusyReply) { * // Do something...
