Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kpeople5 for openSUSE:Factory 
checked in at 2023-08-20 00:11:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpeople5 (Old)
 and      /work/SRC/openSUSE:Factory/.kpeople5.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpeople5"

Sun Aug 20 00:11:06 2023 rev:103 rq:1104596 version:5.109.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpeople5/kpeople5.changes        2023-07-09 
20:42:06.293767138 +0200
+++ /work/SRC/openSUSE:Factory/.kpeople5.new.1766/kpeople5.changes      
2023-08-20 00:14:06.603222621 +0200
@@ -1,0 +2,11 @@
+Tue Aug  8 17:43:03 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 5.109.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.109.0
+- Changes since 5.108.0:
+  * QML plugin: use KPeople namespace meta object, instead of duplicating
+  * Add explicit moc includes to sources for moc-covered headers
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kpeople5.spec ++++++
--- /var/tmp/diff_new_pack.AFecWH/_old  2023-08-20 00:14:07.347224085 +0200
+++ /var/tmp/diff_new_pack.AFecWH/_new  2023-08-20 00:14:07.355224101 +0200
@@ -24,7 +24,7 @@
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kpeople5
-Version:        5.108.0
+Version:        5.109.0
 Release:        0
 Summary:        Library for access to contacts and identity holders
 License:        LGPL-2.1-or-later


++++++ kpeople-5.108.0.tar.xz -> kpeople-5.109.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/CMakeLists.txt 
new/kpeople-5.109.0/CMakeLists.txt
--- old/kpeople-5.108.0/CMakeLists.txt  2023-07-01 12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/CMakeLists.txt  2023-08-05 14:38:50.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.108.0") # handled by release scripts
-set(KF_DEP_VERSION "5.108.0") # handled by release scripts
+set(KF_VERSION "5.109.0") # handled by release scripts
+set(KF_DEP_VERSION "5.109.0") # handled by release scripts
 project (KPeople VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.108.0  NO_MODULE)
+find_package(ECM 5.109.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.108.0/autotests/fakecontactsource.cpp 
new/kpeople-5.109.0/autotests/fakecontactsource.cpp
--- old/kpeople-5.108.0/autotests/fakecontactsource.cpp 2023-07-01 
12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/autotests/fakecontactsource.cpp 2023-08-05 
14:38:50.000000000 +0200
@@ -96,3 +96,5 @@
 
     Q_EMIT contactChanged(QStringLiteral("fakesource://contact1"), contact1);
 }
+
+#include "moc_fakecontactsource.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/autotests/persondatatests.cpp 
new/kpeople-5.109.0/autotests/persondatatests.cpp
--- old/kpeople-5.108.0/autotests/persondatatests.cpp   2023-07-01 
12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/autotests/persondatatests.cpp   2023-08-05 
14:38:50.000000000 +0200
@@ -121,3 +121,5 @@
 
     QCOMPARE(person.name(), QString());
 }
+
+#include "moc_persondatatests.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/autotests/personsmodeltest.cpp 
new/kpeople-5.109.0/autotests/personsmodeltest.cpp
--- old/kpeople-5.108.0/autotests/personsmodeltest.cpp  2023-07-01 
12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/autotests/personsmodeltest.cpp  2023-08-05 
14:38:50.000000000 +0200
@@ -173,3 +173,5 @@
     // (and we don't care about the position)
     QCOMPARE(modelRowsRemove.at(2).at(0).toModelIndex(), QModelIndex());
 }
+
+#include "moc_personsmodeltest.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/autotests/personsproxymodeltest.cpp 
new/kpeople-5.109.0/autotests/personsproxymodeltest.cpp
--- old/kpeople-5.108.0/autotests/personsproxymodeltest.cpp     2023-07-01 
12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/autotests/personsproxymodeltest.cpp     2023-08-05 
14:38:50.000000000 +0200
@@ -62,3 +62,5 @@
 
     QCOMPARE(proxy.rowCount(), 3);
 }
+
+#include "moc_personsproxymodeltest.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/po/eo/kpeople5.po 
new/kpeople-5.109.0/po/eo/kpeople5.po
--- old/kpeople-5.108.0/po/eo/kpeople5.po       1970-01-01 01:00:00.000000000 
+0100
+++ new/kpeople-5.109.0/po/eo/kpeople5.po       2023-08-05 14:38:50.000000000 
+0200
@@ -0,0 +1,65 @@
+# translation of kpeople5.pot to esperanto
+# Copyright (C) 2021 Free Software Foundation, Inc.
+# This file is distributed under the same license as the kpeople package.
+# Oliver Kellogg <[email protected], 2023.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: kpeople\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2021-06-11 00:14+0000\n"
+"PO-Revision-Date: 2023-07-29 12:25+0100\n"
+"Last-Translator: Oliver Kellogg <[email protected]>\n"
+"Language-Team: Esperanto <[email protected]>\n"
+"Language: eo\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: translate-po (https://github.com/zcribe/translate-po)\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: match.cpp:46
+#, kde-format
+msgctxt "@title:column"
+msgid "Name"
+msgstr "Nomo"
+
+#: match.cpp:49
+#, kde-format
+msgctxt "@title:column"
+msgid "E-mail"
+msgstr "Retpoŝto"
+
+#: widgets/emaildetailswidget.cpp:35
+#, kde-format
+msgctxt "E-mail field label"
+msgid "E-mail"
+msgstr "Retpoŝto"
+
+#: widgets/mergedelegate.cpp:86
+#, kde-format
+msgctxt "reasons join"
+msgid ", "
+msgstr ", "
+
+#: widgets/mergedelegate.cpp:86
+#, kde-format
+msgctxt "name: merge reasons"
+msgid "%1: %2"
+msgstr "%1: %2"
+
+#: widgets/mergedialog.cpp:52
+#, kde-format
+msgid "Duplicates Manager"
+msgstr "Administranto de duobligitaj"
+
+#: widgets/mergedialog.cpp:63
+#, kde-format
+msgid "Select contacts to be merged"
+msgstr "Elektu kontaktojn kunfandatajn"
+
+#. i18n: ectx: property (text), widget (QLabel, avatarPixmapLabel)
+#: widgets/person-details-presentation.ui:43
+#, kde-format
+msgid "Avatar"
+msgstr "Avataro"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/po/zh_CN/kpeople5.po 
new/kpeople-5.109.0/po/zh_CN/kpeople5.po
--- old/kpeople-5.108.0/po/zh_CN/kpeople5.po    2023-07-01 12:00:55.000000000 
+0200
+++ new/kpeople-5.109.0/po/zh_CN/kpeople5.po    2023-08-05 14:38:50.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-11 00:14+0000\n"
-"PO-Revision-Date: 2023-06-17 04:11\n"
+"PO-Revision-Date: 2023-08-02 12:40\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.108.0/src/backends/abstractpersonaction.cpp 
new/kpeople-5.109.0/src/backends/abstractpersonaction.cpp
--- old/kpeople-5.108.0/src/backends/abstractpersonaction.cpp   2023-07-01 
12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/src/backends/abstractpersonaction.cpp   2023-08-05 
14:38:50.000000000 +0200
@@ -12,3 +12,5 @@
     : QObject(parent)
 {
 }
+
+#include "moc_abstractpersonaction.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/src/backends/allcontactsmonitor.cpp 
new/kpeople-5.109.0/src/backends/allcontactsmonitor.cpp
--- old/kpeople-5.108.0/src/backends/allcontactsmonitor.cpp     2023-07-01 
12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/src/backends/allcontactsmonitor.cpp     2023-08-05 
14:38:50.000000000 +0200
@@ -50,3 +50,5 @@
     d_ptr->m_initialFetchSucccess = success;
     Q_EMIT initialFetchComplete(success);
 }
+
+#include "moc_allcontactsmonitor.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpeople-5.108.0/src/backends/basepersonsdatasource.cpp 
new/kpeople-5.109.0/src/backends/basepersonsdatasource.cpp
--- old/kpeople-5.108.0/src/backends/basepersonsdatasource.cpp  2023-07-01 
12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/src/backends/basepersonsdatasource.cpp  2023-08-05 
14:38:50.000000000 +0200
@@ -66,3 +66,5 @@
     : BasePersonsDataSource(parent, args)
 {
 }
+
+#include "moc_basepersonsdatasource.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/src/backends/contactmonitor.cpp 
new/kpeople-5.109.0/src/backends/contactmonitor.cpp
--- old/kpeople-5.108.0/src/backends/contactmonitor.cpp 2023-07-01 
12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/src/backends/contactmonitor.cpp 2023-08-05 
14:38:50.000000000 +0200
@@ -50,3 +50,5 @@
 
     return d->m_contactUri;
 }
+
+#include "moc_contactmonitor.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpeople-5.108.0/src/backends/defaultcontactmonitor.cpp 
new/kpeople-5.109.0/src/backends/defaultcontactmonitor.cpp
--- old/kpeople-5.108.0/src/backends/defaultcontactmonitor.cpp  2023-07-01 
12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/src/backends/defaultcontactmonitor.cpp  2023-08-05 
14:38:50.000000000 +0200
@@ -42,3 +42,5 @@
         setContact(AbstractContact::Ptr());
     }
 }
+
+#include "moc_defaultcontactmonitor_p.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/src/declarative/CMakeLists.txt 
new/kpeople-5.109.0/src/declarative/CMakeLists.txt
--- old/kpeople-5.108.0/src/declarative/CMakeLists.txt  2023-07-01 
12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/src/declarative/CMakeLists.txt  2023-08-05 
14:38:50.000000000 +0200
@@ -5,9 +5,6 @@
     personactionsmodel.cpp
     peopleqmlplugin.cpp
     avatarimageprovider.cpp
-
-    # automoc the ActionType enum
-    ../widgets/actions.h
 )
 
 ecm_qt_declare_logging_category(KF5PeopleDeclarative
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpeople-5.108.0/src/declarative/declarativepersondata.cpp 
new/kpeople-5.109.0/src/declarative/declarativepersondata.cpp
--- old/kpeople-5.108.0/src/declarative/declarativepersondata.cpp       
2023-07-01 12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/src/declarative/declarativepersondata.cpp       
2023-08-05 14:38:50.000000000 +0200
@@ -52,3 +52,5 @@
 {
     return m_id;
 }
+
+#include "moc_declarativepersondata.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/src/declarative/peopleqmlplugin.cpp 
new/kpeople-5.109.0/src/declarative/peopleqmlplugin.cpp
--- old/kpeople-5.108.0/src/declarative/peopleqmlplugin.cpp     2023-07-01 
12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/src/declarative/peopleqmlplugin.cpp     2023-08-05 
14:38:50.000000000 +0200
@@ -70,4 +70,5 @@
     qmlRegisterUncreatableMetaObject(KPeople::staticMetaObject, uri, 1, 0, 
"KPeople", QStringLiteral("Access to enums & flags only"));
 }
 
+#include "moc_peopleqmlplugin.cpp"
 #include "peopleqmlplugin.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpeople-5.108.0/src/declarative/personactionsmodel.cpp 
new/kpeople-5.109.0/src/declarative/personactionsmodel.cpp
--- old/kpeople-5.108.0/src/declarative/personactionsmodel.cpp  2023-07-01 
12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/src/declarative/personactionsmodel.cpp  2023-08-05 
14:38:50.000000000 +0200
@@ -136,3 +136,5 @@
     Q_D(const PersonActions);
     return d->actions;
 }
+
+#include "moc_personactionsmodel_p.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/src/duplicatesfinder.cpp 
new/kpeople-5.109.0/src/duplicatesfinder.cpp
--- old/kpeople-5.108.0/src/duplicatesfinder.cpp        2023-07-01 
12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/src/duplicatesfinder.cpp        2023-08-05 
14:38:50.000000000 +0200
@@ -97,3 +97,5 @@
 {
     return m_matches;
 }
+
+#include "moc_duplicatesfinder_p.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/src/matchessolver.cpp 
new/kpeople-5.109.0/src/matchessolver.cpp
--- old/kpeople-5.108.0/src/matchessolver.cpp   2023-07-01 12:00:55.000000000 
+0200
+++ new/kpeople-5.109.0/src/matchessolver.cpp   2023-08-05 14:38:50.000000000 
+0200
@@ -82,3 +82,5 @@
     }
     emitResult();
 }
+
+#include "moc_matchessolver_p.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/src/persondata.cpp 
new/kpeople-5.109.0/src/persondata.cpp
--- old/kpeople-5.108.0/src/persondata.cpp      2023-07-01 12:00:55.000000000 
+0200
+++ new/kpeople-5.109.0/src/persondata.cpp      2023-08-05 14:38:50.000000000 
+0200
@@ -213,3 +213,5 @@
     Q_D(const PersonData);
     return dynamic_cast<const AbstractEditableContact 
*>(d->metaContact.personAddressee().constData());
 }
+
+#include "moc_persondata.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/src/personmanager.cpp 
new/kpeople-5.109.0/src/personmanager.cpp
--- old/kpeople-5.108.0/src/personmanager.cpp   2023-07-01 12:00:55.000000000 
+0200
+++ new/kpeople-5.109.0/src/personmanager.cpp   2023-08-05 14:38:50.000000000 
+0200
@@ -296,3 +296,5 @@
     }
     return s_instance;
 }
+
+#include "moc_personmanager_p.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/src/personsmodel.cpp 
new/kpeople-5.109.0/src/personsmodel.cpp
--- old/kpeople-5.108.0/src/personsmodel.cpp    2023-07-01 12:00:55.000000000 
+0200
+++ new/kpeople-5.109.0/src/personsmodel.cpp    2023-08-05 14:38:50.000000000 
+0200
@@ -484,4 +484,5 @@
     }
 }
 
+#include "moc_personsmodel.cpp"
 #include "personsmodel.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/src/personssortfilterproxymodel.cpp 
new/kpeople-5.109.0/src/personssortfilterproxymodel.cpp
--- old/kpeople-5.108.0/src/personssortfilterproxymodel.cpp     2023-07-01 
12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/src/personssortfilterproxymodel.cpp     2023-08-05 
14:38:50.000000000 +0200
@@ -71,3 +71,5 @@
     QSortFilterProxyModel::sort(column, order);
 }
 }
+
+#include "moc_personssortfilterproxymodel.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpeople-5.108.0/src/widgets/abstractfieldwidgetfactory.cpp 
new/kpeople-5.109.0/src/widgets/abstractfieldwidgetfactory.cpp
--- old/kpeople-5.108.0/src/widgets/abstractfieldwidgetfactory.cpp      
2023-07-01 12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/src/widgets/abstractfieldwidgetfactory.cpp      
2023-08-05 14:38:50.000000000 +0200
@@ -16,3 +16,5 @@
 AbstractFieldWidgetFactory::~AbstractFieldWidgetFactory()
 {
 }
+
+#include "moc_abstractfieldwidgetfactory.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/src/widgets/actions.cpp 
new/kpeople-5.109.0/src/widgets/actions.cpp
--- old/kpeople-5.108.0/src/widgets/actions.cpp 2023-07-01 12:00:55.000000000 
+0200
+++ new/kpeople-5.109.0/src/widgets/actions.cpp 2023-08-05 14:38:50.000000000 
+0200
@@ -48,3 +48,5 @@
 }
 
 }
+
+#include "moc_actions.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/src/widgets/actions.h 
new/kpeople-5.109.0/src/widgets/actions.h
--- old/kpeople-5.108.0/src/widgets/actions.h   2023-07-01 12:00:55.000000000 
+0200
+++ new/kpeople-5.109.0/src/widgets/actions.h   2023-08-05 14:38:50.000000000 
+0200
@@ -17,7 +17,7 @@
 class QAction;
 namespace KPeople
 {
-Q_NAMESPACE
+Q_NAMESPACE_EXPORT(KPEOPLEWIDGETS_EXPORT)
 class PersonData;
 
 /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/src/widgets/mergedelegate.cpp 
new/kpeople-5.109.0/src/widgets/mergedelegate.cpp
--- old/kpeople-5.108.0/src/widgets/mergedelegate.cpp   2023-07-01 
12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/src/widgets/mergedelegate.cpp   2023-08-05 
14:38:50.000000000 +0200
@@ -120,3 +120,5 @@
                       option.rect.left() + midWidth - SIZE_STANDARD_PIXMAP,
                       option.rect.top() + 5);
 }
+
+#include "moc_mergedelegate.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/src/widgets/mergedialog.cpp 
new/kpeople-5.109.0/src/widgets/mergedialog.cpp
--- old/kpeople-5.108.0/src/widgets/mergedialog.cpp     2023-07-01 
12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/src/widgets/mergedialog.cpp     2023-08-05 
14:38:50.000000000 +0200
@@ -217,3 +217,5 @@
     item->setIcon(icon);
     return item;
 }
+
+#include "moc_mergedialog.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/src/widgets/persondetailsdialog.cpp 
new/kpeople-5.109.0/src/widgets/persondetailsdialog.cpp
--- old/kpeople-5.108.0/src/widgets/persondetailsdialog.cpp     2023-07-01 
12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/src/widgets/persondetailsdialog.cpp     2023-08-05 
14:38:50.000000000 +0200
@@ -52,3 +52,5 @@
 
     setWindowTitle(person->name());
 }
+
+#include "moc_persondetailsdialog.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.108.0/src/widgets/persondetailsview.cpp 
new/kpeople-5.109.0/src/widgets/persondetailsview.cpp
--- old/kpeople-5.108.0/src/widgets/persondetailsview.cpp       2023-07-01 
12:00:55.000000000 +0200
+++ new/kpeople-5.109.0/src/widgets/persondetailsview.cpp       2023-08-05 
14:38:50.000000000 +0200
@@ -188,3 +188,5 @@
         }
     }
 }
+
+#include "moc_persondetailsview.cpp"

Reply via email to