Hello community, here is the log from the commit of package kiconthemes for openSUSE:Factory checked in at 2020-08-12 12:24:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiconthemes (Old) and /work/SRC/openSUSE:Factory/.kiconthemes.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiconthemes" Wed Aug 12 12:24:12 2020 rev:86 rq:825082 version:5.73.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kiconthemes/kiconthemes.changes 2020-07-14 07:54:03.472773242 +0200 +++ /work/SRC/openSUSE:Factory/.kiconthemes.new.3399/kiconthemes.changes 2020-08-12 12:28:47.640177130 +0200 @@ -1,0 +2,12 @@ +Sun Aug 2 07:13:27 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 5.73.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.73.0 +- Changes since 5.72.0: + * Move forward declaration where it's necessary + * Use KF-standardized Qt logging categories + * Use camelcase include. (scripted) + +------------------------------------------------------------------- Old: ---- kiconthemes-5.72.0.tar.xz kiconthemes-5.72.0.tar.xz.sig New: ---- kiconthemes-5.73.0.tar.xz kiconthemes-5.73.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiconthemes.spec ++++++ --- /var/tmp/diff_new_pack.qwqvih/_old 2020-08-12 12:28:48.152177114 +0200 +++ /var/tmp/diff_new_pack.qwqvih/_new 2020-08-12 12:28:48.156177114 +0200 @@ -17,14 +17,14 @@ %define lname libKF5IconThemes5 -%define _tar_path 5.72 +%define _tar_path 5.73 # 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: kiconthemes -Version: 5.72.0 +Version: 5.73.0 Release: 0 Summary: Icon GUI utilities License: LGPL-2.1-or-later AND GPL-2.0-or-later @@ -112,6 +112,7 @@ %dir %{_kf5_plugindir}/iconengines %{_kf5_plugindir}/iconengines/KIconEnginePlugin.so %{_kf5_debugdir}/kiconthemes.categories +%{_kf5_debugdir}/*.renamecategories %files devel %{_kf5_bindir}/kiconfinder5 ++++++ kiconthemes-5.72.0.tar.xz -> kiconthemes-5.73.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.72.0/CMakeLists.txt new/kiconthemes-5.73.0/CMakeLists.txt --- old/kiconthemes-5.72.0/CMakeLists.txt 2020-07-04 15:14:23.000000000 +0200 +++ new/kiconthemes-5.73.0/CMakeLists.txt 2020-08-01 21:48:15.000000000 +0200 @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.72.0") # handled by release scripts -set(KF5_DEP_VERSION "5.72.0") # handled by release scripts +set(KF5_VERSION "5.73.0") # handled by release scripts +set(KF5_DEP_VERSION "5.73.0") # handled by release scripts project(KIconThemes VERSION ${KF5_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.72.0 NO_MODULE) +find_package(ECM 5.73.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/kiconthemes-5.72.0/autotests/kiconloader_unittest.cpp new/kiconthemes-5.73.0/autotests/kiconloader_unittest.cpp --- old/kiconthemes-5.72.0/autotests/kiconloader_unittest.cpp 2020-07-04 15:14:23.000000000 +0200 +++ new/kiconthemes-5.73.0/autotests/kiconloader_unittest.cpp 2020-08-01 21:48:15.000000000 +0200 @@ -23,7 +23,7 @@ #include <QTest> #include <QRegularExpression> -#include <kpixmapsequence.h> +#include <KPixmapSequence> #include <KSharedConfig> #include <KConfigGroup> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.72.0/po/zh_CN/kiconthemes5.po new/kiconthemes-5.73.0/po/zh_CN/kiconthemes5.po --- old/kiconthemes-5.72.0/po/zh_CN/kiconthemes5.po 2020-07-04 15:14:23.000000000 +0200 +++ new/kiconthemes-5.73.0/po/zh_CN/kiconthemes5.po 2020-08-01 21:48:15.000000000 +0200 @@ -17,7 +17,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-08-15 02:37+0200\n" -"PO-Revision-Date: 2020-06-24 08:00\n" +"PO-Revision-Date: 2020-07-31 15:01\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.72.0/src/CMakeLists.txt new/kiconthemes-5.73.0/src/CMakeLists.txt --- old/kiconthemes-5.72.0/src/CMakeLists.txt 2020-07-04 15:14:23.000000000 +0200 +++ new/kiconthemes-5.73.0/src/CMakeLists.txt 2020-08-01 21:48:15.000000000 +0200 @@ -17,7 +17,8 @@ ecm_qt_declare_logging_category(kiconthemes_SRCS HEADER debug.h IDENTIFIER KICONTHEMES - CATEGORY_NAME kf5.kiconthemes + CATEGORY_NAME kf.iconthemes + OLD_CATEGORY_NAMES kf5.kiconthemes DESCRIPTION "KIconThemes" EXPORT KICONTHEMES ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.72.0/src/kicondialog.cpp new/kiconthemes-5.73.0/src/kicondialog.cpp --- old/kiconthemes-5.72.0/src/kicondialog.cpp 2020-07-04 15:14:23.000000000 +0200 +++ new/kiconthemes-5.73.0/src/kicondialog.cpp 2020-08-01 21:48:15.000000000 +0200 @@ -14,8 +14,8 @@ #include "kicondialog.h" #include "kicondialog_p.h" -#include <klistwidgetsearchline.h> -#include <klocalizedstring.h> +#include <KListWidgetSearchLine> +#include <KLocalizedString> #ifndef _WIN32_WCE #include <QSvgRenderer> #endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.72.0/src/kiconeffect.cpp new/kiconthemes-5.73.0/src/kiconeffect.cpp --- old/kiconthemes-5.72.0/src/kiconeffect.cpp 2020-07-04 15:14:23.000000000 +0200 +++ new/kiconthemes-5.73.0/src/kiconeffect.cpp 2020-08-01 21:48:15.000000000 +0200 @@ -32,9 +32,9 @@ #include <QImage> #include <QColor> -#include <kcolorscheme.h> +#include <KColorScheme> #include <kicontheme.h> -#include <kconfiggroup.h> +#include <KConfigGroup> class KIconEffectPrivate { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.72.0/src/kiconloader.cpp new/kiconthemes-5.73.0/src/kiconloader.cpp --- old/kiconthemes-5.72.0/src/kiconloader.cpp 2020-07-04 15:14:23.000000000 +0200 +++ new/kiconthemes-5.73.0/src/kiconloader.cpp 2020-08-01 21:48:15.000000000 +0200 @@ -44,9 +44,9 @@ #include <QGuiApplication> // kdecore -#include <kconfiggroup.h> +#include <KConfigGroup> #include <kshareddatacache.h> -#include <ksharedconfig.h> +#include <KSharedConfig> #ifdef QT_DBUS_LIB #include <QDBusConnection> #include <QDBusMessage> @@ -61,10 +61,10 @@ #include "debug.h" //kwidgetsaddons -#include <kpixmapsequence.h> +#include <KPixmapSequence> -#include <kcolorscheme.h> -#include <kcompressiondevice.h> +#include <KColorScheme> +#include <KCompressionDevice> namespace { // Used to make cache keys for icons with no group. Result type is QString* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.72.0/src/kicontheme.cpp new/kiconthemes-5.73.0/src/kicontheme.cpp --- old/kiconthemes-5.72.0/src/kicontheme.cpp 2020-07-04 15:14:23.000000000 +0200 +++ new/kiconthemes-5.73.0/src/kicontheme.cpp 2020-08-01 21:48:15.000000000 +0200 @@ -34,11 +34,11 @@ #include <QDebug> #include <QResource> -#include <klocalizedstring.h> // KLocalizedString::localizedFilePath. Need such functionality in, hmm, QLocale? QStandardPaths? +#include <KLocalizedString> // KLocalizedString::localizedFilePath. Need such functionality in, hmm, QLocale? QStandardPaths? -#include <ksharedconfig.h> +#include <KSharedConfig> -#include <kconfiggroup.h> +#include <KConfigGroup> #include <cmath> Q_GLOBAL_STATIC(QString, _themeOverride) @@ -81,7 +81,7 @@ } Q_COREAPP_STARTUP_FUNCTION(setBreezeFallback) - +class KIconThemeDir; class Q_DECL_HIDDEN KIconTheme::KIconThemePrivate { public: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.72.0/src/kicontheme.h new/kiconthemes-5.73.0/src/kicontheme.h --- old/kiconthemes-5.72.0/src/kicontheme.h 2020-07-04 15:14:23.000000000 +0200 +++ new/kiconthemes-5.73.0/src/kicontheme.h 2020-08-01 21:48:15.000000000 +0200 @@ -32,7 +32,6 @@ #include "kiconloader.h" class QAction; -class KIconThemeDir; /** * @internal diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.72.0/tests/kiconeffecttest.cpp new/kiconthemes-5.73.0/tests/kiconeffecttest.cpp --- old/kiconthemes-5.72.0/tests/kiconeffecttest.cpp 2020-07-04 15:14:23.000000000 +0200 +++ new/kiconthemes-5.73.0/tests/kiconeffecttest.cpp 2020-08-01 21:48:15.000000000 +0200 @@ -4,10 +4,10 @@ #include <QSlider> #include <QGridLayout> -#include <qapplication.h> +#include <QApplication> #include <kiconloader.h> #include <kiconeffect.h> -#include <kcolorbutton.h> +#include <KColorButton> KIconEffectTestWidget::KIconEffectTestWidget(QWidget *parent) : QScrollArea(parent) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiconthemes-5.72.0/tests/kiconloadertest.cpp new/kiconthemes-5.73.0/tests/kiconloadertest.cpp --- old/kiconthemes-5.72.0/tests/kiconloadertest.cpp 2020-07-04 15:14:23.000000000 +0200 +++ new/kiconthemes-5.73.0/tests/kiconloadertest.cpp 2020-08-01 21:48:15.000000000 +0200 @@ -1,5 +1,5 @@ #include <kiconloader.h> -#include <qapplication.h> +#include <QApplication> #include <QDebug> #include <QDate>
