Hello community,

here is the log from the commit of package kitemviews for openSUSE:Leap:15.2 
checked in at 2020-01-19 15:48:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/kitemviews (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.kitemviews.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kitemviews"

Sun Jan 19 15:48:09 2020 rev:59 rq:764640 version:5.66.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/kitemviews/kitemviews.changes  2020-01-15 
15:16:12.926268547 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.kitemviews.new.26092/kitemviews.changes       
2020-01-19 15:49:46.925784293 +0100
@@ -1,0 +2,12 @@
+Sun Jan  5 09:02:14 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.66.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
+- Changes since 5.65.0:
+  * QHash::unite is deprecated in qt5.15. We need to port to QMultiHash.
+  * Remove unused variable
+  * Update the obsolete projects.kde.org URL
+
+-------------------------------------------------------------------

Old:
----
  kitemviews-5.65.0.tar.xz
  kitemviews-5.65.0.tar.xz.sig

New:
----
  kitemviews-5.66.0.tar.xz
  kitemviews-5.66.0.tar.xz.sig

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

Other differences:
------------------
++++++ kitemviews.spec ++++++
--- /var/tmp/diff_new_pack.MrlUXB/_old  2020-01-19 15:49:47.485784625 +0100
+++ /var/tmp/diff_new_pack.MrlUXB/_new  2020-01-19 15:49:47.485784625 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kitemviews
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5ItemViews5
-%define _tar_path 5.65
+%define _tar_path 5.66
 # 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:           kitemviews
-Version:        5.65.0
+Version:        5.66.0
 Release:        0
 Summary:        Set of item views extending the Qt model-view framework
 License:        LGPL-2.1-or-later AND GPL-2.0-or-later


++++++ kitemviews-5.65.0.tar.xz -> kitemviews-5.66.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.65.0/CMakeLists.txt 
new/kitemviews-5.66.0/CMakeLists.txt
--- old/kitemviews-5.65.0/CMakeLists.txt        2019-12-07 22:45:17.000000000 
+0100
+++ new/kitemviews-5.66.0/CMakeLists.txt        2020-01-04 11:10:13.000000000 
+0100
@@ -1,16 +1,16 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.65.0") # handled by release scripts
+set(KF5_VERSION "5.66.0") # handled by release scripts
 project(KItemViews VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.65.0  NO_MODULE)
-set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
+find_package(ECM 5.66.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.11.0)
+set(REQUIRED_QT_VERSION 5.12.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kitemviews-5.65.0/autotests/klistwidgetsearchlinetest.cpp 
new/kitemviews-5.66.0/autotests/klistwidgetsearchlinetest.cpp
--- old/kitemviews-5.65.0/autotests/klistwidgetsearchlinetest.cpp       
2019-12-07 22:45:17.000000000 +0100
+++ new/kitemviews-5.66.0/autotests/klistwidgetsearchlinetest.cpp       
2020-01-04 11:10:13.000000000 +0100
@@ -17,7 +17,7 @@
  *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
  ***************************************************************************/
 
-#include <QtTest>
+#include <QTest>
 
 #include <klistwidgetsearchline.h>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.65.0/po/ia/kitemviews5_qt.po 
new/kitemviews-5.66.0/po/ia/kitemviews5_qt.po
--- old/kitemviews-5.65.0/po/ia/kitemviews5_qt.po       2019-12-07 
22:45:17.000000000 +0100
+++ new/kitemviews-5.66.0/po/ia/kitemviews5_qt.po       2020-01-04 
11:10:13.000000000 +0100
@@ -1,21 +1,21 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# g.sora <g.s...@tiscali.it>, 2010, 2011, 2012, 2013, 2014.
+# g.sora <g.s...@tiscali.it>, 2010, 2011, 2012, 2013, 2014, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2014-03-31 16:06+0200\n"
-"Last-Translator: G.Sora <g.s...@tiscali.it>\n"
-"Language-Team: Interlingua <kde-l10n...@kde.org>\n"
+"PO-Revision-Date: 2019-12-22 22:33+0100\n"
+"Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
+"Language-Team: Interlingua <kde-i18n-...@kde.org>\n"
 "Language: ia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "X-Qt-Contexts: true\n"
 
 #: kfilterproxysearchline.cpp:75
@@ -24,12 +24,9 @@
 msgstr "Cerca"
 
 #: ktreewidgetsearchline.cpp:226
-#, fuzzy
-#| msgctxt "KFilterProxySearchLine|"
-#| msgid "Search"
 msgctxt "KTreeWidgetSearchLine|"
 msgid "Search..."
-msgstr "Cerca"
+msgstr "Il cerca ..."
 
 #: ktreewidgetsearchline.cpp:435
 msgctxt "KTreeWidgetSearchLine|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.65.0/po/zh_TW/kitemviews5_qt.po 
new/kitemviews-5.66.0/po/zh_TW/kitemviews5_qt.po
--- old/kitemviews-5.65.0/po/zh_TW/kitemviews5_qt.po    2019-12-07 
22:45:17.000000000 +0100
+++ new/kitemviews-5.66.0/po/zh_TW/kitemviews5_qt.po    2020-01-04 
11:10:13.000000000 +0100
@@ -19,7 +19,7 @@
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
 "PO-Revision-Date: 2019-01-12 20:44+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
-"Language-Team: Chinese <zh-l...@linux.org.tw>\n"
+"Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.65.0/src/kcategorydrawer.cpp 
new/kitemviews-5.66.0/src/kcategorydrawer.cpp
--- old/kitemviews-5.65.0/src/kcategorydrawer.cpp       2019-12-07 
22:45:17.000000000 +0100
+++ new/kitemviews-5.66.0/src/kcategorydrawer.cpp       2020-01-04 
11:10:13.000000000 +0100
@@ -63,7 +63,6 @@
     painter->setRenderHint(QPainter::Antialiasing);
 
     const QString category = index.model()->data(index, 
KCategorizedSortFilterProxyModel::CategoryDisplayRole).toString();
-    const QRect optRect = option.rect;
     QFont font(QApplication::font());
     // Match Heading with level 3
     font.setPointSizeF(font.pointSize() * 1.20);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.65.0/src/kextendableitemdelegate.cpp 
new/kitemviews-5.66.0/src/kextendableitemdelegate.cpp
--- old/kitemviews-5.65.0/src/kextendableitemdelegate.cpp       2019-12-07 
22:45:17.000000000 +0100
+++ new/kitemviews-5.66.0/src/kextendableitemdelegate.cpp       2020-01-04 
11:10:13.000000000 +0100
@@ -56,7 +56,7 @@
     //this will trigger a lot of auto-casting QModelIndex <-> 
QPersistentModelIndex
     QHash<QPersistentModelIndex, QWidget *> extenders;
     QHash<QWidget *, QPersistentModelIndex> extenderIndices;
-    QHash<QWidget *, QPersistentModelIndex> deletionQueue;
+    QMultiHash<QWidget *, QPersistentModelIndex> deletionQueue;
     QPixmap extendPixmap;
     QPixmap contractPixmap;
     int stateTick;
@@ -391,7 +391,11 @@
         ext->hide();
         ext->deleteLater();
     }
+#if QT_VERSION < QT_VERSION_CHECK(5, 13, 0)
+    deletionQueue += extenderIndices;
+#else
     deletionQueue.unite(extenderIndices);
+#endif
     extenders.clear();
     extenderIndices.clear();
 }


Reply via email to