Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kiconthemes for openSUSE:Factory 
checked in at 2021-06-16 20:33:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiconthemes (Old)
 and      /work/SRC/openSUSE:Factory/.kiconthemes.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiconthemes"

Wed Jun 16 20:33:58 2021 rev:97 rq:899739 version:5.83.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiconthemes/kiconthemes.changes  2021-05-10 
15:37:10.554087577 +0200
+++ /work/SRC/openSUSE:Factory/.kiconthemes.new.32437/kiconthemes.changes       
2021-06-16 20:35:31.919190937 +0200
@@ -1,0 +2,11 @@
+Sat Jun  5 11:58:53 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.83.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.83.0
+- Changes since 5.82.0:
+  * Bump required CMake version to 3.16
+  * Call ki18n_install() unconditionally
+
+-------------------------------------------------------------------

Old:
----
  kiconthemes-5.82.0.tar.xz
  kiconthemes-5.82.0.tar.xz.sig

New:
----
  kiconthemes-5.83.0.tar.xz
  kiconthemes-5.83.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kiconthemes.spec ++++++
--- /var/tmp/diff_new_pack.MUSSTS/_old  2021-06-16 20:35:32.351191674 +0200
+++ /var/tmp/diff_new_pack.MUSSTS/_new  2021-06-16 20:35:32.351191674 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5IconThemes5
-%define _tar_path 5.82
+%define _tar_path 5.83
 # 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.82.0
+Version:        5.83.0
 Release:        0
 Summary:        Icon GUI utilities
 License:        LGPL-2.1-or-later AND GPL-2.0-or-later


++++++ kiconthemes-5.82.0.tar.xz -> kiconthemes-5.83.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.82.0/.gitignore 
new/kiconthemes-5.83.0/.gitignore
--- old/kiconthemes-5.82.0/.gitignore   2021-05-01 14:34:53.000000000 +0200
+++ new/kiconthemes-5.83.0/.gitignore   2021-06-05 11:18:58.000000000 +0200
@@ -25,3 +25,4 @@
 .clangd
 .idea
 /cmake-build*
+.cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.82.0/CMakeLists.txt 
new/kiconthemes-5.83.0/CMakeLists.txt
--- old/kiconthemes-5.82.0/CMakeLists.txt       2021-05-01 14:34:53.000000000 
+0200
+++ new/kiconthemes-5.83.0/CMakeLists.txt       2021-06-05 11:18:58.000000000 
+0200
@@ -1,12 +1,12 @@
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.82.0") # handled by release scripts
-set(KF_DEP_VERSION "5.82.0") # handled by release scripts
+set(KF_VERSION "5.83.0") # handled by release scripts
+set(KF_DEP_VERSION "5.83.0") # handled by release scripts
 project(KIconThemes VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.82.0  NO_MODULE)
+find_package(ECM 5.83.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)
 
@@ -57,12 +57,9 @@
 remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
 add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100)
-add_definitions(-DQT_NO_FOREACH)
 
 add_definitions(-DTRANSLATION_DOMAIN=\"kiconthemes5\")
-if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
-    ki18n_install(po)
-endif()
+ki18n_install(po)
 add_subdirectory(src)
 if (BUILD_TESTING)
     add_subdirectory(tests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.82.0/autotests/CMakeLists.txt 
new/kiconthemes-5.83.0/autotests/CMakeLists.txt
--- old/kiconthemes-5.82.0/autotests/CMakeLists.txt     2021-05-01 
14:34:53.000000000 +0200
+++ new/kiconthemes-5.83.0/autotests/CMakeLists.txt     2021-06-05 
11:18:58.000000000 +0200
@@ -6,7 +6,7 @@
 macro(KICONTHEMES_TESTS)
     foreach(_testname ${ARGN})
         set(_srcs ${_testname}.cpp)
-        qt5_add_resources(_srcs resources.qrc)
+        qt_add_resources(_srcs resources.qrc)
         ecm_add_test(${_srcs} TEST_NAME ${_testname} LINK_LIBRARIES Qt5::Test 
KF5::IconThemes KF5::WidgetsAddons KF5::ConfigCore)
     endforeach(_testname)
 endmacro()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.82.0/po/zh_CN/kiconthemes5.po 
new/kiconthemes-5.83.0/po/zh_CN/kiconthemes5.po
--- old/kiconthemes-5.82.0/po/zh_CN/kiconthemes5.po     2021-05-01 
14:34:53.000000000 +0200
+++ new/kiconthemes-5.83.0/po/zh_CN/kiconthemes5.po     2021-06-05 
11:18:58.000000000 +0200
@@ -17,7 +17,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-26 00:15+0000\n"
-"PO-Revision-Date: 2021-04-24 15:42\n"
+"PO-Revision-Date: 2021-06-03 16:05\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.82.0/src/CMakeLists.txt 
new/kiconthemes-5.83.0/src/CMakeLists.txt
--- old/kiconthemes-5.82.0/src/CMakeLists.txt   2021-05-01 14:34:53.000000000 
+0200
+++ new/kiconthemes-5.83.0/src/CMakeLists.txt   2021-06-05 11:18:58.000000000 
+0200
@@ -3,18 +3,20 @@
     add_subdirectory(tools/ksvg2icns)
 endif()
 
-set(kiconthemes_SRCS
+add_library(KF5IconThemes)
+add_library(KF5::IconThemes ALIAS KF5IconThemes)
+
+target_sources(KF5IconThemes PRIVATE
   kiconbutton.cpp
   kicondialog.cpp
   kiconeffect.cpp
   kiconengine.cpp
   kiconloader.cpp
   kicontheme.cpp
-)
-qt5_add_resources(kiconthemes_SRCS
+
   hicolor.qrc
 )
-ecm_qt_declare_logging_category(kiconthemes_SRCS
+ecm_qt_declare_logging_category(KF5IconThemes
     HEADER debug.h
     IDENTIFIER KICONTHEMES
     CATEGORY_NAME kf.iconthemes
@@ -23,8 +25,6 @@
     EXPORT KICONTHEMES
 )
 
-add_library(KF5IconThemes ${kiconthemes_SRCS})
-add_library(KF5::IconThemes ALIAS KF5IconThemes)
 ecm_generate_export_header(KF5IconThemes
     BASE_NAME KIconThemes
     GROUP_BASE_NAME KF
@@ -52,7 +52,7 @@
   target_link_libraries(KF5IconThemes PRIVATE Qt5::DBus)
 endif()
 
-set_target_properties(KF5IconThemes PROPERTIES VERSION   
${KICONTHEMES_VERSION_STRING}
+set_target_properties(KF5IconThemes PROPERTIES VERSION   ${KICONTHEMES_VERSION}
                                                SOVERSION 
${KICONTHEMES_SOVERSION}
                                                EXPORT_NAME IconThemes
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.82.0/src/kiconloader.h 
new/kiconthemes-5.83.0/src/kiconloader.h
--- old/kiconthemes-5.82.0/src/kiconloader.h    2021-05-01 14:34:53.000000000 
+0200
+++ new/kiconthemes-5.83.0/src/kiconloader.h    2021-06-05 11:18:58.000000000 
+0200
@@ -648,8 +648,9 @@
  * if you need a pixmap use QIcon::pixmap with KIconLoader::StdSizes,
  * if you need the overlay, use KIconLoader::loadIcon.
  */
+KICONTHEMES_EXPORT
 KICONTHEMES_DEPRECATED_VERSION(5, 63, "See API dox for replacement")
-KICONTHEMES_EXPORT QPixmap DesktopIcon(const QString &name, int size = 0, int 
state = KIconLoader::DefaultState, const QStringList &overlays = QStringList());
+QPixmap DesktopIcon(const QString &name, int size = 0, int state = 
KIconLoader::DefaultState, const QStringList &overlays = QStringList());
 #endif
 
 #if KICONTHEMES_ENABLE_DEPRECATED_SINCE(5, 0)
@@ -658,8 +659,9 @@
  * Load a desktop icon, and apply the necessary effects to get an IconSet.
  * @deprecated Since 5.0, use QIcon::fromTheme instead
  */
+KICONTHEMES_EXPORT
 KICONTHEMES_DEPRECATED_VERSION(5, 0, "Use QIcon::fromTheme(const QString&)")
-KICONTHEMES_EXPORT QIcon DesktopIconSet(const QString &name, int size = 0);
+QIcon DesktopIconSet(const QString &name, int size = 0);
 #endif
 
 #if KICONTHEMES_ENABLE_DEPRECATED_SINCE(5, 63)
@@ -670,8 +672,9 @@
  * if you need a pixmap use QIcon::pixmap with KIconLoader::StdSizes,
  * if you need the overlay, use KIconLoader::loadIcon.
  */
+KICONTHEMES_EXPORT
 KICONTHEMES_DEPRECATED_VERSION(5, 63, "See API dox for replacement")
-KICONTHEMES_EXPORT QPixmap BarIcon(const QString &name, int size = 0, int 
state = KIconLoader::DefaultState, const QStringList &overlays = QStringList());
+QPixmap BarIcon(const QString &name, int size = 0, int state = 
KIconLoader::DefaultState, const QStringList &overlays = QStringList());
 #endif
 
 #if KICONTHEMES_ENABLE_DEPRECATED_SINCE(5, 0)
@@ -680,8 +683,9 @@
  * Load a toolbar icon, and apply the necessary effects to get an IconSet.
  * @deprecated Since 5.0, use QIcon::fromTheme instead
  */
+KICONTHEMES_EXPORT
 KICONTHEMES_DEPRECATED_VERSION(5, 0, "Use QIcon::fromTheme(const QString&)")
-KICONTHEMES_EXPORT QIcon BarIconSet(const QString &name, int size = 0);
+QIcon BarIconSet(const QString &name, int size = 0);
 #endif
 
 #if KICONTHEMES_ENABLE_DEPRECATED_SINCE(5, 63)
@@ -692,8 +696,9 @@
  * if you need a pixmap use QIcon::pixmap with KIconLoader::StdSizes,
  * if you need the overlay, use KIconLoader::loadIcon.
  */
+KICONTHEMES_EXPORT
 KICONTHEMES_DEPRECATED_VERSION(5, 63, "See API dox for replacement")
-KICONTHEMES_EXPORT QPixmap SmallIcon(const QString &name, int size = 0, int 
state = KIconLoader::DefaultState, const QStringList &overlays = QStringList());
+QPixmap SmallIcon(const QString &name, int size = 0, int state = 
KIconLoader::DefaultState, const QStringList &overlays = QStringList());
 #endif
 
 #if KICONTHEMES_ENABLE_DEPRECATED_SINCE(5, 0)
@@ -702,8 +707,9 @@
  * Load a small icon, and apply the necessary effects to get an IconSet.
  * @deprecated Since 5.0, use QIcon::fromTheme instead
  */
+KICONTHEMES_EXPORT
 KICONTHEMES_DEPRECATED_VERSION(5, 0, "Use QIcon::fromTheme(const QString&)")
-KICONTHEMES_EXPORT QIcon SmallIconSet(const QString &name, int size = 0);
+QIcon SmallIconSet(const QString &name, int size = 0);
 #endif
 
 #if KICONTHEMES_ENABLE_DEPRECATED_SINCE(5, 63)
@@ -714,8 +720,9 @@
  * if you need a pixmap use QIcon::pixmap with KIconLoader::StdSizes,
  * if you need the overlay, use KIconLoader::loadIcon.
  */
+KICONTHEMES_EXPORT
 KICONTHEMES_DEPRECATED_VERSION(5, 63, "See API dox for replacement")
-KICONTHEMES_EXPORT QPixmap MainBarIcon(const QString &name, int size = 0, int 
state = KIconLoader::DefaultState, const QStringList &overlays = QStringList());
+QPixmap MainBarIcon(const QString &name, int size = 0, int state = 
KIconLoader::DefaultState, const QStringList &overlays = QStringList());
 #endif
 
 #if KICONTHEMES_ENABLE_DEPRECATED_SINCE(5, 0)
@@ -724,8 +731,9 @@
  * Load a main toolbar icon, and apply the effects to get an IconSet.
  * @deprecated Since 5.0, use QIcon::fromTheme instead
  */
+KICONTHEMES_EXPORT
 KICONTHEMES_DEPRECATED_VERSION(5, 0, "Use QIcon::fromTheme(const QString&)")
-KICONTHEMES_EXPORT QIcon MainBarIconSet(const QString &name, int size = 0);
+QIcon MainBarIconSet(const QString &name, int size = 0);
 #endif
 
 #if KICONTHEMES_ENABLE_DEPRECATED_SINCE(5, 65)
@@ -735,8 +743,9 @@
  * @deprecated since 5.65 Prefer qrc files over user icon themes.
  * If that's not an option for now, use KIconLoader::loadIcon.
  */
+KICONTHEMES_EXPORT
 KICONTHEMES_DEPRECATED_VERSION(5, 65, "See API dox for replacement")
-KICONTHEMES_EXPORT QPixmap UserIcon(const QString &name, int state = 
KIconLoader::DefaultState, const QStringList &overlays = QStringList());
+QPixmap UserIcon(const QString &name, int state = KIconLoader::DefaultState, 
const QStringList &overlays = QStringList());
 #endif
 
 #if KICONTHEMES_ENABLE_DEPRECATED_SINCE(5, 0)
@@ -745,8 +754,9 @@
  * Load a user icon, and apply the effects to get an IconSet.
  * @deprecated Since 5.0, use QIcon::fromTheme instead
  */
+KICONTHEMES_EXPORT
 KICONTHEMES_DEPRECATED_VERSION(5, 0, "Use QIcon::fromTheme(const QString&)")
-KICONTHEMES_EXPORT QIcon UserIconSet(const QString &name);
+QIcon UserIconSet(const QString &name);
 #endif
 
 #if KICONTHEMES_ENABLE_DEPRECATED_SINCE(5, 66)
@@ -756,8 +766,9 @@
  * @deprecated since 5.66 Prefer QStyle::pixelMetric.
  * If that's not an option for now, use KIconLoader::currentSize.
  */
+KICONTHEMES_EXPORT
 KICONTHEMES_DEPRECATED_VERSION(5, 66, "Use QStyle::pixelMetric or 
KIconLoader::currentSize")
-KICONTHEMES_EXPORT int IconSize(KIconLoader::Group group);
+int IconSize(KIconLoader::Group group);
 #endif
 
 namespace KDE

Reply via email to