Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package knotifyconfig for openSUSE:Factory checked in at 2021-09-16 23:14:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/knotifyconfig (Old) and /work/SRC/openSUSE:Factory/.knotifyconfig.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "knotifyconfig" Thu Sep 16 23:14:07 2021 rev:94 rq:919207 version:5.86.0 Changes: -------- --- /work/SRC/openSUSE:Factory/knotifyconfig/knotifyconfig.changes 2021-08-16 10:12:12.303054923 +0200 +++ /work/SRC/openSUSE:Factory/.knotifyconfig.new.1899/knotifyconfig.changes 2021-09-16 23:16:05.887886915 +0200 @@ -1,0 +2,14 @@ +Wed Sep 15 08:24:13 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Drop the unneeded baselibs.conf. + +------------------------------------------------------------------- +Mon Sep 6 06:22:14 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 5.86.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.86.0 +- No code change since 5.85.0 + +------------------------------------------------------------------- Old: ---- baselibs.conf knotifyconfig-5.85.0.tar.xz knotifyconfig-5.85.0.tar.xz.sig New: ---- knotifyconfig-5.86.0.tar.xz knotifyconfig-5.86.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ knotifyconfig.spec ++++++ --- /var/tmp/diff_new_pack.fvlsqr/_old 2021-09-16 23:16:06.403887449 +0200 +++ /var/tmp/diff_new_pack.fvlsqr/_new 2021-09-16 23:16:06.407887453 +0200 @@ -17,14 +17,14 @@ %define lname libKF5NotifyConfig5 -%define _tar_path 5.85 +%define _tar_path 5.86 # 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: knotifyconfig -Version: 5.85.0 +Version: 5.86.0 Release: 0 Summary: Configuration dialog for desktop notifications License: LGPL-2.1-or-later @@ -35,7 +35,6 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif -Source99: baselibs.conf BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes BuildRequires: kf5-filesystem ++++++ knotifyconfig-5.85.0.tar.xz -> knotifyconfig-5.86.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.85.0/CMakeLists.txt new/knotifyconfig-5.86.0/CMakeLists.txt --- old/knotifyconfig-5.85.0/CMakeLists.txt 2021-08-06 11:08:07.000000000 +0200 +++ new/knotifyconfig-5.86.0/CMakeLists.txt 2021-09-04 19:04:16.000000000 +0200 @@ -1,18 +1,18 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.85.0") # handled by release scripts -set(KF_DEP_VERSION "5.85.0") # handled by release scripts +set(KF_VERSION "5.86.0") # handled by release scripts +set(KF_DEP_VERSION "5.86.0") # handled by release scripts project(KNotifyConfig VERSION ${KF_VERSION}) # Dependencies include(FeatureSummary) -find_package(ECM 5.85.0 NO_MODULE) +find_package(ECM 5.86.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) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) -set(REQUIRED_QT_VERSION 5.15.0) +set(REQUIRED_QT_VERSION 5.15.2) # Required Qt5 components to build this framework find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets DBus) @@ -63,7 +63,7 @@ option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)" OFF) add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)") -add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00) +add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f02) add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100) # Subdirectories add_definitions(-DTRANSLATION_DOMAIN=\"knotifyconfig5\") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.85.0/metainfo.yaml new/knotifyconfig-5.86.0/metainfo.yaml --- old/knotifyconfig-5.85.0/metainfo.yaml 2021-08-06 11:08:07.000000000 +0200 +++ new/knotifyconfig-5.86.0/metainfo.yaml 2021-09-04 19:04:16.000000000 +0200 @@ -6,7 +6,7 @@ - name: Linux - name: FreeBSD - name: Windows - - name: MacOSX + - name: macOS portingAid: false deprecated: false release: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.85.0/po/zh_CN/knotifyconfig5.po new/knotifyconfig-5.86.0/po/zh_CN/knotifyconfig5.po --- old/knotifyconfig-5.85.0/po/zh_CN/knotifyconfig5.po 2021-08-06 11:08:07.000000000 +0200 +++ new/knotifyconfig-5.86.0/po/zh_CN/knotifyconfig5.po 2021-09-04 19:04:16.000000000 +0200 @@ -15,7 +15,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-03-13 02:23+0100\n" -"PO-Revision-Date: 2021-07-26 13:47\n" +"PO-Revision-Date: 2021-08-30 11:43\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-5.85.0/src/knotifyeventlist.cpp new/knotifyconfig-5.86.0/src/knotifyeventlist.cpp --- old/knotifyconfig-5.85.0/src/knotifyeventlist.cpp 2021-08-06 11:08:07.000000000 +0200 +++ new/knotifyconfig-5.86.0/src/knotifyeventlist.cpp 2021-09-04 19:04:16.000000000 +0200 @@ -66,7 +66,7 @@ int iconWidth = option.decorationSize.width(); int iconHeight = option.decorationSize.height(); - for (const QIcon &icon : qAsConst(iconList)) { + for (const QIcon &icon : std::as_const(iconList)) { icon.paint(painter, rect.left() + mc_x + 4, rect.top() + (rect.height() - iconHeight) / 2, iconWidth, iconHeight); mc_x += iconWidth + 4; } @@ -118,7 +118,7 @@ QRegularExpression rx(QStringLiteral("^Event/([^/]*)$")); conflist = conflist.filter(rx); - for (const QString &group : qAsConst(conflist)) { + for (const QString &group : std::as_const(conflist)) { KConfigGroup cg(config, group); QString id = rx.match(group).captured(1); @@ -149,7 +149,7 @@ void KNotifyEventList::save() { - for (KNotifyEventListItem *it : qAsConst(m_elements)) { + for (KNotifyEventListItem *it : std::as_const(m_elements)) { it->save(); } config->sync(); @@ -158,7 +158,7 @@ bool KNotifyEventList::disableAllSounds() { bool changed = false; - for (KNotifyEventListItem *it : qAsConst(m_elements)) { + for (KNotifyEventListItem *it : std::as_const(m_elements)) { QStringList actions = it->configElement()->readEntry(QStringLiteral("Action")).split(QLatin1Char('|')); if (actions.removeAll(QStringLiteral("Sound"))) { it->configElement()->writeEntry(QStringLiteral("Action"), actions.join(QLatin1Char('|'))); @@ -195,7 +195,7 @@ void KNotifyEventList::updateAllItems() { - for (KNotifyEventListItem *it : qAsConst(m_elements)) { + for (KNotifyEventListItem *it : std::as_const(m_elements)) { it->update(); } }