Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kwrited5 for openSUSE:Factory checked in at 2021-10-13 18:03:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kwrited5 (Old) and /work/SRC/openSUSE:Factory/.kwrited5.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwrited5" Wed Oct 13 18:03:32 2021 rev:119 rq:924708 version:5.23.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kwrited5/kwrited5.changes 2021-09-04 22:33:15.759985063 +0200 +++ /work/SRC/openSUSE:Factory/.kwrited5.new.2443/kwrited5.changes 2021-10-13 18:05:31.971222517 +0200 @@ -1,0 +2,20 @@ +Thu Oct 7 13:50:08 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.23.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.23.0 +- No code changes since 5.22.90 +- Add new key + signature to plasma.keyring + +------------------------------------------------------------------- +Thu Sep 16 13:05:02 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.22.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.22.90 +- Changes since 5.22.5: + * Explicitly set KDE_COMPILERSETTINGS_LEVEL + +------------------------------------------------------------------- Old: ---- kwrited-5.22.5.tar.xz kwrited-5.22.5.tar.xz.sig New: ---- kwrited-5.23.0.tar.xz kwrited-5.23.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kwrited5.spec ++++++ --- /var/tmp/diff_new_pack.2jOv4J/_old 2021-10-13 18:05:33.531224962 +0200 +++ /var/tmp/diff_new_pack.2jOv4J/_new 2021-10-13 18:05:33.535224968 +0200 @@ -18,15 +18,15 @@ %bcond_without lang Name: kwrited5 -Version: 5.22.5 +Version: 5.23.0 Release: 0 Summary: Daemon listening for wall and write messages License: GPL-2.0-or-later Group: System/GUI/KDE URL: http://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/kwrited-%{version}.tar.xz +Source: kwrited-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/kwrited-%{version}.tar.xz.sig +Source1: kwrited-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: extra-cmake-modules >= 0.0.11 ++++++ kwrited-5.22.5.tar.xz -> kwrited-5.23.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwrited-5.22.5/CMakeLists.txt new/kwrited-5.23.0/CMakeLists.txt --- old/kwrited-5.22.5/CMakeLists.txt 2021-08-31 13:42:05.000000000 +0200 +++ new/kwrited-5.23.0/CMakeLists.txt 2021-10-07 13:39:49.000000000 +0200 @@ -1,10 +1,11 @@ cmake_minimum_required(VERSION 3.16) project(kwrited) -set(PROJECT_VERSION "5.22.5") +set(PROJECT_VERSION "5.23.0") set(QT_MIN_VERSION "5.15.0") set(KF5_MIN_VERSION "5.82") +set(KDE_COMPILERSETTINGS_LEVEL "5.82") set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) @@ -18,9 +19,7 @@ include(KDECompilerSettings NO_POLICY_SCOPE) include(FeatureSummary) include(KDEClangFormat) -if(ECM_VERSION VERSION_GREATER_EQUAL 5.79) - include(KDEGitCommitHooks) -endif() +include(KDEGitCommitHooks) find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Gui @@ -103,8 +102,6 @@ # add clang-format target for all our real source files file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h) kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) -if(ECM_VERSION VERSION_GREATER_EQUAL 5.79) - kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) -endif() +kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) ++++++ plasma.keyring ++++++ Binary files /var/tmp/diff_new_pack.2jOv4J/_old and /var/tmp/diff_new_pack.2jOv4J/_new differ