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 2022-10-11 18:01:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/polkit-kde-agent-5 (Old) and /work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "polkit-kde-agent-5" Tue Oct 11 18:01:13 2022 rev:135 rq:1009130 version:5.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/polkit-kde-agent-5/polkit-kde-agent-5.changes 2022-09-08 14:21:25.934354531 +0200 +++ /work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new.2275/polkit-kde-agent-5.changes 2022-10-11 18:03:40.085902293 +0200 @@ -1,0 +2,21 @@ +Thu Oct 6 14:48:50 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.26.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.26.0 +- Changes since 5.25.90: + * Install po folder + +------------------------------------------------------------------- +Thu Sep 15 20:48:03 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.25.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.25.90 +- Changes since 5.25.5: + * Add FreeBSD Qt6 CI support + * Request passing unit tests on Linux and BSD + +------------------------------------------------------------------- Old: ---- polkit-kde-agent-1-5.25.5.tar.xz polkit-kde-agent-1-5.25.5.tar.xz.sig New: ---- polkit-kde-agent-1-5.26.0.tar.xz polkit-kde-agent-1-5.26.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ polkit-kde-agent-5.spec ++++++ --- /var/tmp/diff_new_pack.Ce6jvr/_old 2022-10-11 18:03:40.665903231 +0200 +++ /var/tmp/diff_new_pack.Ce6jvr/_new 2022-10-11 18:03:40.669903237 +0200 @@ -18,15 +18,15 @@ %bcond_without released Name: polkit-kde-agent-5 -Version: 5.25.5 +Version: 5.26.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 released} -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.25.5.tar.xz -> polkit-kde-agent-1-5.26.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/polkit-kde-agent-1-5.25.5/.gitlab-ci.yml new/polkit-kde-agent-1-5.26.0/.gitlab-ci.yml --- old/polkit-kde-agent-1-5.25.5/.gitlab-ci.yml 2022-09-06 14:40:26.000000000 +0200 +++ new/polkit-kde-agent-1-5.26.0/.gitlab-ci.yml 2022-10-06 14:43:26.000000000 +0200 @@ -5,3 +5,4 @@ - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/polkit-kde-agent-1-5.25.5/.kde-ci.yml new/polkit-kde-agent-1-5.26.0/.kde-ci.yml --- old/polkit-kde-agent-1-5.25.5/.kde-ci.yml 2022-09-06 14:40:26.000000000 +0200 +++ new/polkit-kde-agent-1-5.26.0/.kde-ci.yml 2022-10-06 14:43:26.000000000 +0200 @@ -13,3 +13,5 @@ 'frameworks/kwidgetsaddons': '@latest' 'frameworks/kwindowsystem': '@latest' 'libraries/polkit-qt-1': '@latest' +Options: + require-passing-tests-on: [ 'Linux', 'FreeBSD'] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/polkit-kde-agent-1-5.25.5/CMakeLists.txt new/polkit-kde-agent-1-5.26.0/CMakeLists.txt --- old/polkit-kde-agent-1-5.25.5/CMakeLists.txt 2022-09-06 14:40:49.000000000 +0200 +++ new/polkit-kde-agent-1-5.26.0/CMakeLists.txt 2022-10-06 14:43:26.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16) project(polkit-kde-agent-1) -set(PROJECT_VERSION "5.25.5") +set(PROJECT_VERSION "5.26.0") set(QT_MIN_VERSION "5.15.2") -set(KF5_MIN_VERSION "5.94") +set(KF5_MIN_VERSION "5.98.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82") # we need some parts of the ECM CMake helpers @@ -96,5 +96,4 @@ kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) -find_package(KF5I18n CONFIG REQUIRED) ki18n_install(po) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/polkit-kde-agent-1-5.25.5/po/zh_CN/polkit-kde-authentication-agent-1.po new/polkit-kde-agent-1-5.26.0/po/zh_CN/polkit-kde-authentication-agent-1.po --- old/polkit-kde-agent-1-5.25.5/po/zh_CN/polkit-kde-authentication-agent-1.po 2022-09-06 14:40:48.000000000 +0200 +++ new/polkit-kde-agent-1-5.26.0/po/zh_CN/polkit-kde-authentication-agent-1.po 2022-10-06 14:43:54.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-10-22 00:19+0000\n" -"PO-Revision-Date: 2022-08-20 14:20\n" +"PO-Revision-Date: 2022-10-02 15:52\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"