Hello community,

here is the log from the commit of package kpeople5 for openSUSE:Factory 
checked in at 2020-10-12 13:55:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpeople5 (Old)
 and      /work/SRC/openSUSE:Factory/.kpeople5.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpeople5"

Mon Oct 12 13:55:50 2020 rev:69 rq:840841 version:5.75.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpeople5/kpeople5.changes        2020-09-18 
14:42:22.144054212 +0200
+++ /work/SRC/openSUSE:Factory/.kpeople5.new.3486/kpeople5.changes      
2020-10-12 13:57:41.126175339 +0200
@@ -1,0 +2,10 @@
+Mon Oct  5 08:33:29 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.75.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.75.0
+- Changes since 5.74.0:
+  * Const'ify pointer/variable + initialize values in headers
+
+-------------------------------------------------------------------

Old:
----
  kpeople-5.74.0.tar.xz
  kpeople-5.74.0.tar.xz.sig

New:
----
  kpeople-5.75.0.tar.xz
  kpeople-5.75.0.tar.xz.sig

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

Other differences:
------------------
++++++ kpeople5.spec ++++++
--- /var/tmp/diff_new_pack.n0qbJW/_old  2020-10-12 13:57:41.626175547 +0200
+++ /var/tmp/diff_new_pack.n0qbJW/_new  2020-10-12 13:57:41.630175550 +0200
@@ -17,14 +17,14 @@
 
 
 %define rname kpeople
-%define _tar_path 5.74
+%define _tar_path 5.75
 # 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:           kpeople5
-Version:        5.74.0
+Version:        5.75.0
 Release:        0
 Summary:        Library for access to contacts and identity holders
 License:        LGPL-2.1-or-later


++++++ kpeople-5.74.0.tar.xz -> kpeople-5.75.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.74.0/CMakeLists.txt 
new/kpeople-5.75.0/CMakeLists.txt
--- old/kpeople-5.74.0/CMakeLists.txt   2020-09-06 12:33:44.000000000 +0200
+++ new/kpeople-5.75.0/CMakeLists.txt   2020-10-04 20:51:52.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.74.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.74.0") # handled by release scripts
+set(KF5_VERSION "5.75.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.75.0") # handled by release scripts
 project (KPeople VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.74.0  NO_MODULE)
+find_package(ECM 5.75.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/kpeople-5.74.0/po/ca/kpeople5.po 
new/kpeople-5.75.0/po/ca/kpeople5.po
--- old/kpeople-5.74.0/po/ca/kpeople5.po        2020-09-06 12:33:44.000000000 
+0200
+++ new/kpeople-5.75.0/po/ca/kpeople5.po        2020-10-04 20:51:52.000000000 
+0200
@@ -6,7 +6,7 @@
 # Antoni Bella Pérez <antonibel...@yahoo.com>, 2015, 2020.
 msgid ""
 msgstr ""
-"Project-Id-Version: kpeople5\n"
+"Project-Id-Version: kpeople\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-11 02:11+0200\n"
 "PO-Revision-Date: 2020-07-24 12:04+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.74.0/po/ca@valencia/kpeople5.po 
new/kpeople-5.75.0/po/ca@valencia/kpeople5.po
--- old/kpeople-5.74.0/po/ca@valencia/kpeople5.po       2020-09-06 
12:33:44.000000000 +0200
+++ new/kpeople-5.75.0/po/ca@valencia/kpeople5.po       2020-10-04 
20:51:52.000000000 +0200
@@ -7,7 +7,7 @@
 # Empar <montoro_...@gva.es>, 2019.
 msgid ""
 msgstr ""
-"Project-Id-Version: kpeople5\n"
+"Project-Id-Version: kpeople\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-11 02:11+0200\n"
 "PO-Revision-Date: 2019-06-18 13:32+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.74.0/po/ro/kpeople5.po 
new/kpeople-5.75.0/po/ro/kpeople5.po
--- old/kpeople-5.74.0/po/ro/kpeople5.po        2020-09-06 12:33:44.000000000 
+0200
+++ new/kpeople-5.75.0/po/ro/kpeople5.po        2020-10-04 20:51:52.000000000 
+0200
@@ -1,47 +1,46 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
+# Sergiu Bivol <ser...@cip.md>, 2014, 2020.
 #
-# Sergiu Bivol <ser...@ase.md>, 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-11 02:11+0200\n"
-"PO-Revision-Date: 2014-03-25 16:18+0200\n"
-"Last-Translator: Sergiu Bivol <ser...@ase.md>\n"
-"Language-Team: Romanian <kde-i18n...@kde.org>\n"
+"PO-Revision-Date: 2020-09-20 13:17+0100\n"
+"Last-Translator: Sergiu Bivol <ser...@cip.md>\n"
+"Language-Team: Romanian\n"
 "Language: ro\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
 "20)) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 19.12.3\n"
 
 #: match.cpp:40
 #, kde-format
 msgctxt "@title:column"
 msgid "Name"
-msgstr ""
+msgstr "Nume"
 
 #: match.cpp:43
-#, fuzzy, kde-format
-#| msgid "Email"
+#, kde-format
 msgctxt "@title:column"
 msgid "E-mail"
-msgstr "Email"
+msgstr "Poștă electronică"
 
 #: widgets/mergedelegate.cpp:86
 #, kde-format
 msgctxt "reasons join"
 msgid ", "
-msgstr ""
+msgstr ", "
 
 #: widgets/mergedelegate.cpp:86
 #, kde-format
 msgctxt "name: merge reasons"
 msgid "%1: %2"
-msgstr ""
+msgstr "%1: %2"
 
 #: widgets/mergedialog.cpp:51
 #, kde-format
@@ -60,11 +59,10 @@
 msgstr "Avatar"
 
 #: widgets/plugins/emaildetailswidget.cpp:39
-#, fuzzy, kde-format
-#| msgid "Email"
+#, kde-format
 msgctxt "E-mail field label"
 msgid "E-mail"
-msgstr "Email"
+msgstr "Poștă electronică"
 
 #: widgets/plugins/mergecontactswidget.cpp:36
 #, kde-format
@@ -77,8 +75,7 @@
 msgstr "Îmbină cu contactele alese"
 
 #: widgets/plugins/phonedetailswidget.cpp:25
-#, fuzzy, kde-format
-#| msgid "Phone"
+#, kde-format
 msgctxt "Phone details title"
 msgid "Phone"
 msgstr "Telefon"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.74.0/po/zh_CN/kpeople5.po 
new/kpeople-5.75.0/po/zh_CN/kpeople5.po
--- old/kpeople-5.74.0/po/zh_CN/kpeople5.po     2020-09-06 12:33:44.000000000 
+0200
+++ new/kpeople-5.75.0/po/zh_CN/kpeople5.po     2020-10-04 20:51:52.000000000 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-11 02:11+0200\n"
-"PO-Revision-Date: 2020-09-05 05:17\n"
+"PO-Revision-Date: 2020-09-23 12:18\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.74.0/src/duplicatesfinder_p.h 
new/kpeople-5.75.0/src/duplicatesfinder_p.h
--- old/kpeople-5.74.0/src/duplicatesfinder_p.h 2020-09-06 12:33:44.000000000 
+0200
+++ new/kpeople-5.75.0/src/duplicatesfinder_p.h 2020-10-04 20:51:52.000000000 
+0200
@@ -40,7 +40,7 @@
     void doSpecificSearch();
 
 private:
-    PersonsModel *m_model;
+    PersonsModel *const m_model;
     QList<Match> m_matches;
     QString m_personUri;
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.74.0/src/matchessolver_p.h 
new/kpeople-5.75.0/src/matchessolver_p.h
--- old/kpeople-5.74.0/src/matchessolver_p.h    2020-09-06 12:33:44.000000000 
+0200
+++ new/kpeople-5.75.0/src/matchessolver_p.h    2020-10-04 20:51:52.000000000 
+0200
@@ -51,8 +51,8 @@
     void startMatching();
 
 private:
-    QList<Match> m_matches;
-    PersonsModel *m_model;
+    const QList<Match> m_matches;
+    PersonsModel *const m_model;
 };
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.74.0/src/metacontact.cpp 
new/kpeople-5.75.0/src/metacontact.cpp
--- old/kpeople-5.74.0/src/metacontact.cpp      2020-09-06 12:33:44.000000000 
+0200
+++ new/kpeople-5.75.0/src/metacontact.cpp      2020-10-04 20:51:52.000000000 
+0200
@@ -55,7 +55,7 @@
         }
     }
 
-    AbstractContact::List m_contacts;
+    const AbstractContact::List m_contacts;
 };
 
 using namespace KPeople;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.74.0/src/personmanager.cpp 
new/kpeople-5.75.0/src/personmanager.cpp
--- old/kpeople-5.74.0/src/personmanager.cpp    2020-09-06 12:33:44.000000000 
+0200
+++ new/kpeople-5.75.0/src/personmanager.cpp    2020-10-04 20:51:52.000000000 
+0200
@@ -32,8 +32,7 @@
 };
 
 Transaction::Transaction(const QSqlDatabase &db) :
-    m_db(db),
-    m_cancelled(false)
+    m_db(db)
 {
     m_db.transaction();
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.74.0/src/personpluginmanager.cpp 
new/kpeople-5.75.0/src/personpluginmanager.cpp
--- old/kpeople-5.74.0/src/personpluginmanager.cpp      2020-09-06 
12:33:44.000000000 +0200
+++ new/kpeople-5.75.0/src/personpluginmanager.cpp      2020-10-04 
20:51:52.000000000 +0200
@@ -26,8 +26,8 @@
     QHash<QString /* SourceName*/, BasePersonsDataSource *> dataSourcePlugins;
 
     void loadDataSourcePlugins();
-    bool m_autoloadDataSourcePlugins;
-    bool m_loadedDataSourcePlugins;
+    bool m_autoloadDataSourcePlugins = true;
+    bool m_loadedDataSourcePlugins = false;
     QMutex m_mutex;
 
 };
@@ -35,8 +35,6 @@
 Q_GLOBAL_STATIC(PersonPluginManagerPrivate, s_instance)
 
 PersonPluginManagerPrivate::PersonPluginManagerPrivate()
-    : m_autoloadDataSourcePlugins(true)
-    , m_loadedDataSourcePlugins(false)
 {
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.74.0/src/personsmodel.cpp 
new/kpeople-5.75.0/src/personsmodel.cpp
--- old/kpeople-5.74.0/src/personsmodel.cpp     2020-09-06 12:33:44.000000000 
+0200
+++ new/kpeople-5.75.0/src/personsmodel.cpp     2020-10-04 20:51:52.000000000 
+0200
@@ -28,9 +28,6 @@
 public:
     PersonsModelPrivate(PersonsModel *q)
         : q(q)
-        , initialFetchesDoneCount(0)
-        , isInitialized(false)
-        , hasError(false)
     {
     }
     PersonsModel *const q;
@@ -46,10 +43,10 @@
 
     QVector<AllContactsMonitorPtr> m_sourceMonitors;
 
-    int initialFetchesDoneCount;
+    int initialFetchesDoneCount = 0;
 
-    bool isInitialized;
-    bool hasError;
+    bool isInitialized = false;
+    bool hasError = false;
 
     //methods that manipulate the model
     void addPerson(const MetaContact &mc);


Reply via email to