Hello community,

here is the log from the commit of package kiconthemes for openSUSE:Factory 
checked in at 2019-02-14 14:25:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiconthemes (Old)
 and      /work/SRC/openSUSE:Factory/.kiconthemes.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiconthemes"

Thu Feb 14 14:25:53 2019 rev:67 rq:674243 version:5.55.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiconthemes/kiconthemes.changes  2019-01-21 
10:20:30.078066219 +0100
+++ /work/SRC/openSUSE:Factory/.kiconthemes.new.28833/kiconthemes.changes       
2019-02-14 14:25:53.591859580 +0100
@@ -1,0 +2,14 @@
+Sun Feb 10 22:03:10 UTC 2019 - [email protected]
+
+- Update to 5.55.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.55.0.php
+- Changes since 5.54.0:
+  * Build without D-Bus on Android
+  * KIconEffect: Delete copy constructor and assignment operator
+  * KIconTheme: Delete copy constructor and assignment operator
+  * delete copy constructor and assignment operator of some internal classes
+  * Use QStringLiteral
+
+-------------------------------------------------------------------

Old:
----
  kiconthemes-5.54.0.tar.xz

New:
----
  kiconthemes-5.55.0.tar.xz

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

Other differences:
------------------
++++++ kiconthemes.spec ++++++
--- /var/tmp/diff_new_pack.G3z2yL/_old  2019-02-14 14:25:54.087859347 +0100
+++ /var/tmp/diff_new_pack.G3z2yL/_new  2019-02-14 14:25:54.087859347 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5IconThemes5
-%define _tar_path 5.54
+%define _tar_path 5.55
 # 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.54.0
+Version:        5.55.0
 Release:        0
 Summary:        Icon GUI utilities
 License:        LGPL-2.1-or-later AND GPL-2.0-or-later

++++++ kiconthemes-5.54.0.tar.xz -> kiconthemes-5.55.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.54.0/CMakeLists.txt 
new/kiconthemes-5.55.0/CMakeLists.txt
--- old/kiconthemes-5.54.0/CMakeLists.txt       2019-01-06 21:22:54.000000000 
+0100
+++ new/kiconthemes-5.55.0/CMakeLists.txt       2019-02-03 00:57:59.000000000 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.54.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.54.0") # handled by release scripts
+set(KF5_VERSION "5.55.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.55.0") # handled by release scripts
 project(KIconThemes VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.54.0  NO_MODULE)
+find_package(ECM 5.55.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -33,10 +33,12 @@
                   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.9.0)
+set(REQUIRED_QT_VERSION 5.10.0)
 find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 find_package(Qt5Svg ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
-find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
+if (NOT ANDROID)
+  find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
+endif()
 
 find_package(KF5Archive ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5I18n ${KF5_DEP_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.54.0/po/sk/kiconthemes5.po 
new/kiconthemes-5.55.0/po/sk/kiconthemes5.po
--- old/kiconthemes-5.54.0/po/sk/kiconthemes5.po        2019-01-06 
21:22:54.000000000 +0100
+++ new/kiconthemes-5.55.0/po/sk/kiconthemes5.po        2019-02-03 
00:57:59.000000000 +0100
@@ -9,19 +9,20 @@
 # Michal Sulek <[email protected]>, 2009, 2010, 2011.
 # Richard Frič <[email protected]>, 2012.
 # Roman Paholík <[email protected]>, 2012, 2016.
+# Mthw <[email protected]>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kio4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-10-26 03:46+0200\n"
-"PO-Revision-Date: 2016-12-27 12:57+0100\n"
-"Last-Translator: Roman Paholik <[email protected]>\n"
+"PO-Revision-Date: 2019-01-28 12:50+0100\n"
+"Last-Translator: Mthw <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #: kicondialog.cpp:261 kicondialog.cpp:273 kicondialog.cpp:605
@@ -110,8 +111,8 @@
 msgstr "Všetko"
 
 #: kicondialog.cpp:605
-#, fuzzy, kde-format
-#| msgid "*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)"
+#, kde-format
 msgid ""
 "*.ico *.png *.xpm *.svg *.svgz|Icon Files (*.ico *.png *.xpm *.svg *.svgz)"
-msgstr "*.png *.xpm *.svg *.svgz|Ikony (*.png *.xpm *.svg *.svgz)"
+msgstr ""
+"*.ico *.png *.xpm *.svg *.svgz|Súbory ikon (*.ico *.png *.xpm *.svg *.svgz)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.54.0/po/zh_CN/kiconthemes5.po 
new/kiconthemes-5.55.0/po/zh_CN/kiconthemes5.po
--- old/kiconthemes-5.54.0/po/zh_CN/kiconthemes5.po     2019-01-06 
21:22:54.000000000 +0100
+++ new/kiconthemes-5.55.0/po/zh_CN/kiconthemes5.po     2019-02-03 
00:57:59.000000000 +0100
@@ -17,7 +17,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-10-26 03:46+0200\n"
-"PO-Revision-Date: 2019-01-05 20:42\n"
+"PO-Revision-Date: 2019-01-27 22:57\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.54.0/src/CMakeLists.txt 
new/kiconthemes-5.55.0/src/CMakeLists.txt
--- old/kiconthemes-5.54.0/src/CMakeLists.txt   2019-01-06 21:22:54.000000000 
+0100
+++ new/kiconthemes-5.55.0/src/CMakeLists.txt   2019-02-03 00:57:59.000000000 
+0100
@@ -26,7 +26,6 @@
   PUBLIC
     Qt5::Widgets
   PRIVATE
-    Qt5::DBus
     Qt5::Svg
     KF5::Archive       # for KCompressionDevice
     KF5::I18n          # for i18n in KIconDialog
@@ -35,6 +34,9 @@
     KF5::ConfigWidgets # for KColorScheme
     KF5::CoreAddons    # for kshareddatacache.h
 )
+if (TARGET Qt5::DBus)
+  target_link_libraries(KF5IconThemes PRIVATE Qt5::DBus)
+endif()
 
 set_target_properties(KF5IconThemes PROPERTIES VERSION   
${KICONTHEMES_VERSION_STRING}
                                                SOVERSION 
${KICONTHEMES_SOVERSION}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.54.0/src/kiconeffect.cpp 
new/kiconthemes-5.55.0/src/kiconeffect.cpp
--- old/kiconthemes-5.54.0/src/kiconeffect.cpp  2019-01-06 21:22:54.000000000 
+0100
+++ new/kiconthemes-5.55.0/src/kiconeffect.cpp  2019-02-03 00:57:59.000000000 
+0100
@@ -321,6 +321,9 @@
             img.setColorTable(colors);
         }
     }
+
+    KIEImgEdit(const KIEImgEdit &) = delete;
+    KIEImgEdit &operator=(const KIEImgEdit &) = delete;
 };
 
 // Taken from KImageEffect. We don't want to link kdecore to kdeui! As long
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.54.0/src/kiconeffect.h 
new/kiconthemes-5.55.0/src/kiconeffect.h
--- old/kiconthemes-5.54.0/src/kiconeffect.h    2019-01-06 21:22:54.000000000 
+0100
+++ new/kiconthemes-5.55.0/src/kiconeffect.h    2019-02-03 00:57:59.000000000 
+0100
@@ -59,6 +59,9 @@
     KIconEffect();
     ~KIconEffect();
 
+    KIconEffect(const KIconEffect &) = delete;
+    KIconEffect &operator=(const KIconEffect &) = delete;
+
     /**
      * This is the enumeration of all possible icon effects.
      * Note that 'LastEffect' is no valid icon effect but only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.54.0/src/kiconloader.cpp 
new/kiconthemes-5.55.0/src/kiconloader.cpp
--- old/kiconthemes-5.54.0/src/kiconloader.cpp  2019-01-06 21:22:54.000000000 
+0100
+++ new/kiconthemes-5.55.0/src/kiconloader.cpp  2019-02-03 00:57:59.000000000 
+0100
@@ -47,8 +47,10 @@
 #include <kconfiggroup.h>
 #include <kshareddatacache.h>
 #include <ksharedconfig.h>
+#ifdef QT_DBUS_LIB
 #include <QDBusConnection>
 #include <QDBusMessage>
+#endif
 #include <QSvgRenderer>
 #include <QXmlStreamReader>
 #include <QXmlStreamWriter>
@@ -156,6 +158,9 @@
     KIconThemeNode(KIconTheme *_theme);
     ~KIconThemeNode();
 
+    KIconThemeNode(const KIconThemeNode &) = delete;
+    KIconThemeNode &operator=(const KIconThemeNode &) = delete;
+
     void queryIcons(QStringList *lst, int size, KIconLoader::Context context) 
const;
     void queryIconsByContext(QStringList *lst, int size, KIconLoader::Context 
context) const;
     QString findIcon(const QString &name, int size, KIconLoader::MatchType 
match) const;
@@ -414,15 +419,19 @@
             parseGenericIconsFiles(file);
         }
 
+#ifdef QT_DBUS_LIB
         QDBusConnection::sessionBus().connect(QString(), 
QStringLiteral("/KIconLoader"), QStringLiteral("org.kde.KIconLoader"),
                                               QStringLiteral("iconChanged"), 
this, SIGNAL(iconChanged(int)));
+#endif
     }
 
     void emitChange(KIconLoader::Group group)
     {
+#ifdef QT_DBUS_LIB
         QDBusMessage message = 
QDBusMessage::createSignal(QStringLiteral("/KIconLoader"), 
QStringLiteral("org.kde.KIconLoader"), QStringLiteral("iconChanged"));
         message.setArguments(QList<QVariant>() << int(group));
         QDBusConnection::sessionBus().send(message);
+#endif
     }
 
     QString genericIconFor(const QString &icon) const
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.54.0/src/kicontheme.cpp 
new/kiconthemes-5.55.0/src/kicontheme.cpp
--- old/kiconthemes-5.54.0/src/kicontheme.cpp   2019-01-06 21:22:54.000000000 
+0100
+++ new/kiconthemes-5.55.0/src/kicontheme.cpp   2019-02-03 00:57:59.000000000 
+0100
@@ -77,7 +77,7 @@
 static void setBreezeFallback()
 {
 #if QT_VERSION >= QT_VERSION_CHECK(5, 12, 0)
-    QIcon::setFallbackThemeName("breeze");
+    QIcon::setFallbackThemeName(QStringLiteral("breeze"));
 #endif
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.54.0/src/kicontheme.h 
new/kiconthemes-5.55.0/src/kicontheme.h
--- old/kiconthemes-5.54.0/src/kicontheme.h     2019-01-06 21:22:54.000000000 
+0100
+++ new/kiconthemes-5.55.0/src/kicontheme.h     2019-02-03 00:57:59.000000000 
+0100
@@ -56,6 +56,9 @@
     explicit KIconTheme(const QString &name, const QString &appName = 
QString(), const QString &basePathHint = QString());
     ~KIconTheme();
 
+    KIconTheme(const KIconTheme &) = delete;
+    KIconTheme &operator=(const KIconTheme &) = delete;
+
     /**
      * The stylized name of the icon theme.
      * @return the (human-readable) name of the theme


Reply via email to