Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package polkit-kde-agent-5 for openSUSE:Factory checked in at 2021-06-07 22:42:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/polkit-kde-agent-5 (Old) and /work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "polkit-kde-agent-5" Mon Jun 7 22:42:49 2021 rev:110 rq:897503 version:5.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/polkit-kde-agent-5/polkit-kde-agent-5.changes 2021-05-06 22:52:46.330713646 +0200 +++ /work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new.32437/polkit-kde-agent-5.changes 2021-06-07 22:43:09.784450942 +0200 @@ -1,0 +2,20 @@ +Thu Jun 3 13:06:18 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.22.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.22.0 +- No code changes since 5.21.90 + +------------------------------------------------------------------- +Thu May 13 18:15:53 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.21.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.21.90 +- Changes since 5.21.5: + * Restore same visibility of deprecated API for builds of tarball & checkout + * Raise minimum CMake version to 3.16 + +------------------------------------------------------------------- Old: ---- polkit-kde-agent-1-5.21.5.tar.xz polkit-kde-agent-1-5.21.5.tar.xz.sig New: ---- polkit-kde-agent-1-5.22.0.tar.xz polkit-kde-agent-1-5.22.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ polkit-kde-agent-5.spec ++++++ --- /var/tmp/diff_new_pack.uWk74d/_old 2021-06-07 22:43:10.660452420 +0200 +++ /var/tmp/diff_new_pack.uWk74d/_new 2021-06-07 22:43:10.660452420 +0200 @@ -18,15 +18,15 @@ %bcond_without lang Name: polkit-kde-agent-5 -Version: 5.21.5 +Version: 5.22.0 Release: 0 Summary: PolicyKit authentication agent for KDE License: GPL-2.0-only AND LGPL-2.1-or-later Group: Development/Libraries/KDE URL: http://www.kde.org/ -Source: https://download.kde.org/stable/plasma/%{version}/polkit-kde-agent-1-%{version}.tar.xz +Source: polkit-kde-agent-1-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/polkit-kde-agent-1-%{version}.tar.xz.sig +Source1: polkit-kde-agent-1-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: extra-cmake-modules >= 1.2.0 ++++++ polkit-kde-agent-1-5.21.5.tar.xz -> polkit-kde-agent-1-5.22.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/polkit-kde-agent-1-5.21.5/.gitignore new/polkit-kde-agent-1-5.22.0/.gitignore --- old/polkit-kde-agent-1-5.21.5/.gitignore 2021-05-04 14:56:01.000000000 +0200 +++ new/polkit-kde-agent-1-5.22.0/.gitignore 2021-06-03 16:22:26.000000000 +0200 @@ -23,3 +23,6 @@ /build*/ cmake-build-debug* .idea +/compile_commands.json +.clangd +.cache diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/polkit-kde-agent-1-5.21.5/CMakeLists.txt new/polkit-kde-agent-1-5.22.0/CMakeLists.txt --- old/polkit-kde-agent-1-5.21.5/CMakeLists.txt 2021-05-04 14:57:22.000000000 +0200 +++ new/polkit-kde-agent-1-5.22.0/CMakeLists.txt 2021-06-03 16:22:48.000000000 +0200 @@ -1,10 +1,10 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.16) project(polkit-kde-agent-1) -set(PROJECT_VERSION "5.21.5") +set(PROJECT_VERSION "5.22.0") set(QT_MIN_VERSION "5.15.0") -set(KF5_MIN_VERSION "5.78") +set(KF5_MIN_VERSION "5.82") # we need some parts of the ECM CMake helpers find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) @@ -54,10 +54,8 @@ include_directories (BEFORE ${CMAKE_CURRENT_BINARY_DIR}) find_package(PolkitQt5-1 REQUIRED 0.103.0) -if (EXISTS "${CMAKE_SOURCE_DIR}/.git") - add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000) - add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200) -endif() +add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050c00) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200) include_directories( ${POLKITQT-1_INCLUDE_DIR} @@ -93,7 +91,7 @@ install(TARGETS polkit-kde-authentication-agent-1 DESTINATION ${KDE_INSTALL_LIBEXECDIR}) install(FILES ${CMAKE_BINARY_DIR}/polkit-kde-authentication-agent-1.desktop DESTINATION ${KDE_INSTALL_AUTOSTARTDIR}) -install(FILES ${CMAKE_BINARY_DIR}/polkit-kde-authentication-agent-1.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} RENAME org.kde.polkit-kde-authentication-agent-1.desktop) +install(FILES ${CMAKE_BINARY_DIR}/polkit-kde-authentication-agent-1.desktop DESTINATION ${KDE_INSTALL_APPDIR} RENAME org.kde.polkit-kde-authentication-agent-1.desktop) ecm_install_configured_files(INPUT plasma-polkit-agent.service.in DESTINATION ${KDE_INSTALL_SYSTEMDUSERUNITDIR}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/polkit-kde-agent-1-5.21.5/po/zh_CN/polkit-kde-authentication-agent-1.po new/polkit-kde-agent-1-5.22.0/po/zh_CN/polkit-kde-authentication-agent-1.po --- old/polkit-kde-agent-1-5.21.5/po/zh_CN/polkit-kde-authentication-agent-1.po 2021-05-04 14:57:20.000000000 +0200 +++ new/polkit-kde-agent-1-5.22.0/po/zh_CN/polkit-kde-authentication-agent-1.po 2021-06-03 16:22:47.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-19 02:46+0100\n" -"PO-Revision-Date: 2021-04-24 15:44\n" +"PO-Revision-Date: 2021-05-25 16:22\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/polkit-kde-agent-1-5.21.5/policykit1-kde.notifyrc new/polkit-kde-agent-1-5.22.0/policykit1-kde.notifyrc --- old/polkit-kde-agent-1-5.21.5/policykit1-kde.notifyrc 2021-05-04 14:56:01.000000000 +0200 +++ new/polkit-kde-agent-1-5.22.0/policykit1-kde.notifyrc 2021-06-03 16:22:26.000000000 +0200 @@ -32,7 +32,7 @@ Comment[pt_BR]=Janela de autentica????o do PolicyKit Comment[ro]=Dialog de autentificare PolicyKit Comment[ru]=???????????? ???????????????????????????? PolicyKit -Comment[sk]=overovac?? dial??g PolicyKit +Comment[sk]=Dial??g overenia toto??nosti PolicyKit Comment[sl]=Pogovorno okno overjanja PolicyKit Comment[sr]=?????????????????????? ?????????????? ???? ?????????????????????????????? Comment[sr@ijekavian]=?????????????????????? ?????????????? ???? ?????????????????????????????? @@ -71,6 +71,7 @@ Name[pt_BR]=Sistema de autentica????o Name[ro]=Sistem de autentificare Name[ru]=?????????????? ???????????????????????????? +Name[sk]=Syst??m overenia toto??nosti Name[sl]=Sistem preverjanja pristnosti Name[sv]=Beh??righetskontrollsystem Name[uk]=?????????????? ?????????????????????????? @@ -104,6 +105,7 @@ Name[pt_BR]=Autenticar Name[ro]=Autentific?? Name[ru]=???????????????????????????? +Name[sk]=Overi?? toto??nos?? Name[sl]=Preveri pristnost Name[sv]=Kontrollera beh??righet Name[uk]=?????????????????????????? @@ -141,7 +143,7 @@ Comment[pt_BR]=?? necess??ria a sua autentica????o Comment[ro]=Vi se solicit?? autentificarea Comment[ru]=???????????????????? ???????????? ???????????????????????????? -Comment[sk]=Mus??te sa overi?? +Comment[sk]=Vy??aduje sa od v??s overenie toto??nosti Comment[sl]=Zahtevano je overjanje Comment[sr]=?????????? ???? ???? ?????????????????????????????? Comment[sr@ijekavian]=?????????? ???? ???? ?????????????????????????????? diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/polkit-kde-agent-1-5.21.5/polkit-kde-authentication-agent-1.desktop.cmake new/polkit-kde-agent-1-5.22.0/polkit-kde-authentication-agent-1.desktop.cmake --- old/polkit-kde-agent-1-5.21.5/polkit-kde-authentication-agent-1.desktop.cmake 2021-05-04 14:56:01.000000000 +0200 +++ new/polkit-kde-agent-1-5.22.0/polkit-kde-authentication-agent-1.desktop.cmake 2021-06-03 16:22:26.000000000 +0200 @@ -28,7 +28,7 @@ Name[pt_BR]=Agente de Autentica????o do PolicyKit Name[ro]=Agent de autentificare PolicyKit Name[ru]=?????????? ???????????????????????????? PolicyKit -Name[sk]=Overovac?? dial??g PolicyKit +Name[sk]=Agent overenia toto??nosti PolicyKit Name[sl]=Overitveni posrednik PolicyKit Name[sr]=?????????????????????? ?????????? ???? ?????????????????????????????? Name[sr@ijekavian]=?????????????????????? ?????????? ???? ?????????????????????????????? @@ -70,7 +70,7 @@ Comment[pt_BR]=Agente de Autentica????o do PolicyKit Comment[ro]=Agent de autentificare PolicyKit Comment[ru]=?????????? ???????????????????????????? PolicyKit -Comment[sk]=Overovac?? dial??g PolicyKit +Comment[sk]=Agent overenia toto??nosti PolicyKit Comment[sl]=Overitveni posrednik PolicyKit Comment[sr]=?????????????????????? ?????????? ???? ?????????????????????????????? Comment[sr@ijekavian]=?????????????????????? ?????????? ???? ??????????????????????????????