Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kitemmodels for openSUSE:Factory 
checked in at 2021-11-15 15:25:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kitemmodels (Old)
 and      /work/SRC/openSUSE:Factory/.kitemmodels.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kitemmodels"

Mon Nov 15 15:25:26 2021 rev:97 rq:931095 version:5.88.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kitemmodels/kitemmodels.changes  2021-10-18 
22:00:37.510025557 +0200
+++ /work/SRC/openSUSE:Factory/.kitemmodels.new.1890/kitemmodels.changes        
2021-11-15 15:26:45.409829488 +0100
@@ -1,0 +2,17 @@
+Sun Nov  7 09:13:26 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Strip 'Source' URL for faster submissions
+
+-------------------------------------------------------------------
+Sun Nov  7 09:08:10 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.88.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.88.0
+- Changes since 5.87.0:
+  * Take into account a possible QLocale::setDefault() override.
+  * Add FreeBSD CI
+  * Add Android CI
+
+-------------------------------------------------------------------

Old:
----
  kitemmodels-5.87.0.tar.xz
  kitemmodels-5.87.0.tar.xz.sig

New:
----
  kitemmodels-5.88.0.tar.xz
  kitemmodels-5.88.0.tar.xz.sig

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

Other differences:
------------------
++++++ kitemmodels.spec ++++++
--- /var/tmp/diff_new_pack.UUXAH9/_old  2021-11-15 15:26:46.457829781 +0100
+++ /var/tmp/diff_new_pack.UUXAH9/_new  2021-11-15 15:26:46.461829782 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5ItemModels5
-%define _tar_path 5.87
+%define _tar_path 5.88
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -26,15 +26,15 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:           kitemmodels
-Version:        5.87.0
+Version:        5.88.0
 Release:        0
 Summary:        Set of item models extending the Qt model-view framework
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source:         %{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source1:        %{name}-%{version}.tar.xz.sig
 Source2:        frameworks.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}


++++++ kitemmodels-5.87.0.tar.xz -> kitemmodels-5.88.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.87.0/.gitlab-ci.yml 
new/kitemmodels-5.88.0/.gitlab-ci.yml
--- old/kitemmodels-5.87.0/.gitlab-ci.yml       2021-10-02 14:19:23.000000000 
+0200
+++ new/kitemmodels-5.88.0/.gitlab-ci.yml       2021-11-02 15:30:26.000000000 
+0100
@@ -3,3 +3,5 @@
 
 include:
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.87.0/CMakeLists.txt 
new/kitemmodels-5.88.0/CMakeLists.txt
--- old/kitemmodels-5.87.0/CMakeLists.txt       2021-10-02 14:19:23.000000000 
+0200
+++ new/kitemmodels-5.88.0/CMakeLists.txt       2021-11-02 15:30:26.000000000 
+0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.87.0") # handled by release scripts
+set(KF_VERSION "5.88.0") # handled by release scripts
 project(KItemModels VERSION ${KF_VERSION})
 
 include(FeatureSummary)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kitemmodels-5.87.0/autotests/proxymodeltestsuite/dynamictreemodel.h 
new/kitemmodels-5.88.0/autotests/proxymodeltestsuite/dynamictreemodel.h
--- old/kitemmodels-5.87.0/autotests/proxymodeltestsuite/dynamictreemodel.h     
2021-10-02 14:19:23.000000000 +0200
+++ new/kitemmodels-5.88.0/autotests/proxymodeltestsuite/dynamictreemodel.h     
2021-11-02 15:30:26.000000000 +0100
@@ -99,7 +99,7 @@
 public:
     ModelChangeCommand(DynamicTreeModel *model, QObject *parent = nullptr);
 
-    virtual ~ModelChangeCommand()
+    ~ModelChangeCommand() override
     {
     }
 
@@ -217,7 +217,7 @@
 
 public:
     explicit ModelInsertCommand(DynamicTreeModel *model, QObject *parent = 
nullptr);
-    virtual ~ModelInsertCommand()
+    ~ModelInsertCommand() override
     {
     }
 
@@ -240,7 +240,7 @@
 
 public:
     explicit ModelInsertAndRemoveQueuedCommand(DynamicTreeModel *model, 
QObject *parent = nullptr);
-    virtual ~ModelInsertAndRemoveQueuedCommand()
+    ~ModelInsertAndRemoveQueuedCommand() override
     {
     }
 
@@ -267,7 +267,7 @@
     Q_OBJECT
 public:
     explicit ModelRemoveCommand(DynamicTreeModel *model, QObject *parent = 
nullptr);
-    virtual ~ModelRemoveCommand()
+    ~ModelRemoveCommand() override
     {
     }
 
@@ -282,7 +282,7 @@
 public:
     explicit ModelDataChangeCommand(DynamicTreeModel *model, QObject *parent = 
nullptr);
 
-    virtual ~ModelDataChangeCommand()
+    ~ModelDataChangeCommand() override
     {
     }
 
@@ -303,7 +303,7 @@
 public:
     explicit ModelMoveCommand(DynamicTreeModel *model, QObject *parent);
 
-    virtual ~ModelMoveCommand()
+    ~ModelMoveCommand() override
     {
     }
 
@@ -337,7 +337,7 @@
     Q_OBJECT
 public:
     explicit ModelMoveLayoutChangeCommand(DynamicTreeModel *model, QObject 
*parent);
-    virtual ~ModelMoveLayoutChangeCommand();
+    ~ModelMoveLayoutChangeCommand() override;
 
     bool emitPreSignal(const QModelIndex &srcParent, int srcStart, int srcEnd, 
const QModelIndex &destParent, int destRow) override;
 
@@ -363,7 +363,7 @@
     Q_OBJECT
 public:
     ModelResetCommand(DynamicTreeModel *model, QObject *parent = nullptr);
-    virtual ~ModelResetCommand();
+    ~ModelResetCommand() override;
 
     void setInitialTree(const QString &treeString);
 
@@ -378,7 +378,7 @@
     Q_OBJECT
 public:
     ModelLayoutChangeCommand(DynamicTreeModel *model, QObject *parent = 
nullptr);
-    virtual ~ModelLayoutChangeCommand();
+    ~ModelLayoutChangeCommand() override;
 
     struct PersistentChange {
         QList<int> oldPath;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kitemmodels-5.87.0/autotests/proxymodeltestsuite/modeleventlogger.h 
new/kitemmodels-5.88.0/autotests/proxymodeltestsuite/modeleventlogger.h
--- old/kitemmodels-5.87.0/autotests/proxymodeltestsuite/modeleventlogger.h     
2021-10-02 14:19:23.000000000 +0200
+++ new/kitemmodels-5.88.0/autotests/proxymodeltestsuite/modeleventlogger.h     
2021-11-02 15:30:26.000000000 +0100
@@ -136,7 +136,7 @@
 public:
     ModelEventLogger(QAbstractItemModel *model, QObject *parent = nullptr);
     void writeLog();
-    virtual ~ModelEventLogger();
+    ~ModelEventLogger() override;
 
 private:
     void persistChildren(const QModelIndex &parent);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kitemmodels-5.87.0/autotests/proxymodeltestsuite/proxymodeltest.h 
new/kitemmodels-5.88.0/autotests/proxymodeltestsuite/proxymodeltest.h
--- old/kitemmodels-5.87.0/autotests/proxymodeltestsuite/proxymodeltest.h       
2021-10-02 14:19:23.000000000 +0200
+++ new/kitemmodels-5.88.0/autotests/proxymodeltestsuite/proxymodeltest.h       
2021-11-02 15:30:26.000000000 +0100
@@ -61,7 +61,7 @@
 class PROXYMODELTESTSUITE_EXPORT BuiltinTestInterface : 
BuiltinTestDataInterface
 {
 public:
-    virtual ~BuiltinTestInterface()
+    ~BuiltinTestInterface() override
     {
     }
 
@@ -111,7 +111,7 @@
     Q_OBJECT
 public:
     ProxyModelTest(QObject *parent = nullptr);
-    virtual ~ProxyModelTest()
+    ~ProxyModelTest() override
     {
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.87.0/src/core/kmodelindexproxymapper.h 
new/kitemmodels-5.88.0/src/core/kmodelindexproxymapper.h
--- old/kitemmodels-5.87.0/src/core/kmodelindexproxymapper.h    2021-10-02 
14:19:23.000000000 +0200
+++ new/kitemmodels-5.88.0/src/core/kmodelindexproxymapper.h    2021-11-02 
15:30:26.000000000 +0100
@@ -87,7 +87,7 @@
      */
     KModelIndexProxyMapper(const QAbstractItemModel *leftModel, const 
QAbstractItemModel *rightModel, QObject *parent = nullptr);
 
-    ~KModelIndexProxyMapper();
+    ~KModelIndexProxyMapper() override;
 
     /**
      * Maps the @p index from the left model to the right model.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.87.0/src/core/knumbermodel.cpp 
new/kitemmodels-5.88.0/src/core/knumbermodel.cpp
--- old/kitemmodels-5.87.0/src/core/knumbermodel.cpp    2021-10-02 
14:19:23.000000000 +0200
+++ new/kitemmodels-5.88.0/src/core/knumbermodel.cpp    2021-11-02 
15:30:26.000000000 +0100
@@ -120,7 +120,7 @@
 {
     switch (role) {
     case KNumberModel::DisplayRole: {
-        auto locale = QLocale::system();
+        auto locale = QLocale();
         locale.setNumberOptions(d->formattingOptions);
         return QVariant(locale.toString(value(index)));
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kitemmodels-5.87.0/src/qml/kconcatenaterowsproxymodel_qml.h 
new/kitemmodels-5.88.0/src/qml/kconcatenaterowsproxymodel_qml.h
--- old/kitemmodels-5.87.0/src/qml/kconcatenaterowsproxymodel_qml.h     
2021-10-02 14:19:23.000000000 +0200
+++ new/kitemmodels-5.88.0/src/qml/kconcatenaterowsproxymodel_qml.h     
2021-11-02 15:30:26.000000000 +0100
@@ -22,7 +22,7 @@
     Q_CLASSINFO("DefaultProperty", "sources")
 public:
     explicit KConcatenateRowsProxyModelQml(QObject *wrappedObject = nullptr);
-    ~KConcatenateRowsProxyModelQml();
+    ~KConcatenateRowsProxyModelQml() override;
 
     QQmlListProperty<QAbstractItemModel> sources();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kitemmodels-5.87.0/src/qml/kdescendantsproxymodel_qml.h 
new/kitemmodels-5.88.0/src/qml/kdescendantsproxymodel_qml.h
--- old/kitemmodels-5.87.0/src/qml/kdescendantsproxymodel_qml.h 2021-10-02 
14:19:23.000000000 +0200
+++ new/kitemmodels-5.88.0/src/qml/kdescendantsproxymodel_qml.h 2021-11-02 
15:30:26.000000000 +0100
@@ -18,7 +18,7 @@
 
 public:
     explicit KDescendantsProxyModelQml(QObject *parent = nullptr);
-    ~KDescendantsProxyModelQml();
+    ~KDescendantsProxyModelQml() override;
 
     Q_INVOKABLE void expandChildren(int row);
     Q_INVOKABLE void collapseChildren(int row);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.87.0/src/qml/ksortfilterproxymodel.h 
new/kitemmodels-5.88.0/src/qml/ksortfilterproxymodel.h
--- old/kitemmodels-5.87.0/src/qml/ksortfilterproxymodel.h      2021-10-02 
14:19:23.000000000 +0200
+++ new/kitemmodels-5.88.0/src/qml/ksortfilterproxymodel.h      2021-11-02 
15:30:26.000000000 +0100
@@ -101,7 +101,7 @@
 
 public:
     explicit KSortFilterProxyModel(QObject *parent = nullptr);
-    ~KSortFilterProxyModel();
+    ~KSortFilterProxyModel() override;
 
     void setModel(QAbstractItemModel *source);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kitemmodels-5.87.0/tests/proxymodeltestapp/descendantpmwidget.h 
new/kitemmodels-5.88.0/tests/proxymodeltestapp/descendantpmwidget.h
--- old/kitemmodels-5.87.0/tests/proxymodeltestapp/descendantpmwidget.h 
2021-10-02 14:19:23.000000000 +0200
+++ new/kitemmodels-5.88.0/tests/proxymodeltestapp/descendantpmwidget.h 
2021-11-02 15:30:26.000000000 +0100
@@ -26,7 +26,7 @@
     Q_OBJECT
 public:
     DescendantProxyModelWidget(QWidget *parent = nullptr);
-    virtual ~DescendantProxyModelWidget();
+    ~DescendantProxyModelWidget() override;
 
 protected Q_SLOTS:
     void doMatch(const QString &matchData);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kitemmodels-5.87.0/tests/proxymodeltestapp/kreparentingproxymodel.h 
new/kitemmodels-5.88.0/tests/proxymodeltestapp/kreparentingproxymodel.h
--- old/kitemmodels-5.87.0/tests/proxymodeltestapp/kreparentingproxymodel.h     
2021-10-02 14:19:23.000000000 +0200
+++ new/kitemmodels-5.88.0/tests/proxymodeltestapp/kreparentingproxymodel.h     
2021-11-02 15:30:26.000000000 +0100
@@ -89,7 +89,7 @@
 public:
     KReparentingProxyModel(QObject *parent = nullptr);
 
-    virtual ~KReparentingProxyModel();
+    ~KReparentingProxyModel() override;
 
     QModelIndex mapFromSource(const QModelIndex &sourceIndex) const override;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kitemmodels-5.87.0/tests/proxymodeltestapp/mainwindow.h 
new/kitemmodels-5.88.0/tests/proxymodeltestapp/mainwindow.h
--- old/kitemmodels-5.87.0/tests/proxymodeltestapp/mainwindow.h 2021-10-02 
14:19:23.000000000 +0200
+++ new/kitemmodels-5.88.0/tests/proxymodeltestapp/mainwindow.h 2021-11-02 
15:30:26.000000000 +0100
@@ -24,7 +24,7 @@
     Q_OBJECT
 public:
     MainWindow();
-    ~MainWindow();
+    ~MainWindow() override;
 
 private:
     DynamicTreeModel *m_rootModel;

Reply via email to