Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kcalendarcore"

Sun Aug 20 00:10:24 2023 rev:47 rq:1104554 version:5.109.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcalendarcore/kcalendarcore.changes      
2023-07-09 20:41:13.565449886 +0200
+++ /work/SRC/openSUSE:Factory/.kcalendarcore.new.1766/kcalendarcore.changes    
2023-08-20 00:13:01.363094276 +0200
@@ -1,0 +2,10 @@
+Tue Aug  8 17:42:45 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- 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:
+  * Add explicit moc includes to sources for moc-covered headers
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kcalendarcore.spec ++++++
--- /var/tmp/diff_new_pack.XhW0Nl/_old  2023-08-20 00:13:02.047095622 +0200
+++ /var/tmp/diff_new_pack.XhW0Nl/_new  2023-08-20 00:13:02.055095637 +0200
@@ -23,7 +23,7 @@
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kcalendarcore
-Version:        5.108.0
+Version:        5.109.0
 Release:        0
 Summary:        Library to access and handle calendar data
 License:        LGPL-2.0-or-later


++++++ kcalendarcore-5.108.0.tar.xz -> kcalendarcore-5.109.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/CMakeLists.txt 
new/kcalendarcore-5.109.0/CMakeLists.txt
--- old/kcalendarcore-5.108.0/CMakeLists.txt    2023-07-01 11:53:54.000000000 
+0200
+++ new/kcalendarcore-5.109.0/CMakeLists.txt    2023-08-05 14:34:51.000000000 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
-set(KF_VERSION "5.108.0") # handled by release scripts
+set(KF_VERSION "5.109.0") # handled by release scripts
 
 project(KCalendarCore VERSION ${KF_VERSION})
 
 # ECM setup
 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/kcalendarcore-5.108.0/autotests/testalarm.cpp 
new/kcalendarcore-5.109.0/autotests/testalarm.cpp
--- old/kcalendarcore-5.108.0/autotests/testalarm.cpp   2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testalarm.cpp   2023-08-05 
14:34:51.000000000 +0200
@@ -118,3 +118,5 @@
     stream2 >> alarm2; // deserialize
     QVERIFY(*alarm == *alarm2);
 }
+
+#include "moc_testalarm.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/autotests/testattachment.cpp 
new/kcalendarcore-5.109.0/autotests/testattachment.cpp
--- old/kcalendarcore-5.108.0/autotests/testattachment.cpp      2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testattachment.cpp      2023-08-05 
14:34:51.000000000 +0200
@@ -82,3 +82,5 @@
     stream2 >> attachment2; // deserialize
     QVERIFY(attachment == attachment2);
 }
+
+#include "moc_testattachment.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/autotests/testattendee.cpp 
new/kcalendarcore-5.109.0/autotests/testattendee.cpp
--- old/kcalendarcore-5.108.0/autotests/testattendee.cpp        2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testattendee.cpp        2023-08-05 
14:34:51.000000000 +0200
@@ -227,3 +227,5 @@
     a.setUid({});
     QVERIFY(!a.uid().isEmpty());
 }
+
+#include "moc_testattendee.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalendarcore-5.108.0/autotests/testcalendarobserver.cpp 
new/kcalendarcore-5.109.0/autotests/testcalendarobserver.cpp
--- old/kcalendarcore-5.108.0/autotests/testcalendarobserver.cpp        
2023-07-01 11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testcalendarobserver.cpp        
2023-08-05 14:34:51.000000000 +0200
@@ -122,4 +122,5 @@
     QCOMPARE(arguments.at(1).value<const Calendar *>(), cal.data());
 }
 
+#include "moc_testcalendarobserver.cpp"
 #include "testcalendarobserver.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/autotests/testcalfilter.cpp 
new/kcalendarcore-5.109.0/autotests/testcalfilter.cpp
--- old/kcalendarcore-5.108.0/autotests/testcalfilter.cpp       2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testcalfilter.cpp       2023-08-05 
14:34:51.000000000 +0200
@@ -36,3 +36,5 @@
     f2.setCategoryList(cats);
     QVERIFY(f1.categoryList() == f2.categoryList());
 }
+
+#include "moc_testcalfilter.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/autotests/testconference.cpp 
new/kcalendarcore-5.109.0/autotests/testconference.cpp
--- old/kcalendarcore-5.108.0/autotests/testconference.cpp      2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testconference.cpp      2023-08-05 
14:34:51.000000000 +0200
@@ -106,3 +106,5 @@
     QCOMPARE(conference.features(), (QStringList{QStringLiteral("AUDIO"), 
QStringLiteral("VIDEO")}));
     QCOMPARE(conference.label(), QStringLiteral("Join NextCloud Talk, password 
is 12345"));
 }
+
+#include "moc_testconference.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalendarcore-5.108.0/autotests/testcreateddatecompat.cpp 
new/kcalendarcore-5.109.0/autotests/testcreateddatecompat.cpp
--- old/kcalendarcore-5.108.0/autotests/testcreateddatecompat.cpp       
2023-07-01 11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testcreateddatecompat.cpp       
2023-08-05 14:34:51.000000000 +0200
@@ -70,3 +70,5 @@
 }
 
 QTEST_MAIN(CreatedDateCompatTest)
+
+#include "moc_testcreateddatecompat.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalendarcore-5.108.0/autotests/testcustomproperties.cpp 
new/kcalendarcore-5.109.0/autotests/testcustomproperties.cpp
--- old/kcalendarcore-5.108.0/autotests/testcustomproperties.cpp        
2023-07-01 11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testcustomproperties.cpp        
2023-08-05 14:34:51.000000000 +0200
@@ -228,3 +228,5 @@
 
     QVERIFY(cp2 == cp);
 }
+
+#include "moc_testcustomproperties.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalendarcore-5.108.0/autotests/testdateserialization.cpp 
new/kcalendarcore-5.109.0/autotests/testdateserialization.cpp
--- old/kcalendarcore-5.108.0/autotests/testdateserialization.cpp       
2023-07-01 11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testdateserialization.cpp       
2023-08-05 14:34:51.000000000 +0200
@@ -103,3 +103,5 @@
     QCOMPARE(i->dtStart().timeSpec(), Qt::TimeZone);
     QCOMPARE(i->dtStart().timeZone().offsetFromUtc(i->dtStart()), 3600);
 }
+
+#include "moc_testdateserialization.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/autotests/testduration.cpp 
new/kcalendarcore-5.109.0/autotests/testduration.cpp
--- old/kcalendarcore-5.108.0/autotests/testduration.cpp        2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testduration.cpp        2023-08-05 
14:34:51.000000000 +0200
@@ -98,3 +98,5 @@
     Duration d2(7, Duration::Days);
     QVERIFY(!d2.isNull());
 }
+
+#include "moc_testduration.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/autotests/testevent.cpp 
new/kcalendarcore-5.109.0/autotests/testevent.cpp
--- old/kcalendarcore-5.108.0/autotests/testevent.cpp   2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testevent.cpp   2023-08-05 
14:34:51.000000000 +0200
@@ -356,3 +356,5 @@
 
     QCOMPARE(event.isMultiDay(), isMultiDay);
 }
+
+#include "moc_testevent.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/autotests/testexception.cpp 
new/kcalendarcore-5.109.0/autotests/testexception.cpp
--- old/kcalendarcore-5.108.0/autotests/testexception.cpp       2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testexception.cpp       2023-08-05 
14:34:51.000000000 +0200
@@ -19,3 +19,5 @@
     Exception ef(Exception::LoadError);
     QVERIFY(ef.code() == Exception::LoadError);
 }
+
+#include "moc_testexception.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/autotests/testfilestorage.cpp 
new/kcalendarcore-5.109.0/autotests/testfilestorage.cpp
--- old/kcalendarcore-5.108.0/autotests/testfilestorage.cpp     2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testfilestorage.cpp     2023-08-05 
14:34:51.000000000 +0200
@@ -150,3 +150,5 @@
 
     file.remove();
 }
+
+#include "moc_testfilestorage.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/autotests/testfreebusy.cpp 
new/kcalendarcore-5.109.0/autotests/testfreebusy.cpp
--- old/kcalendarcore-5.108.0/autotests/testfreebusy.cpp        2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testfreebusy.cpp        2023-08-05 
14:34:51.000000000 +0200
@@ -101,3 +101,5 @@
     QCOMPARE(fb1->busyPeriods(), fb2->busyPeriods());
     //   QVERIFY( *fb1 == *fb2 );
 }
+
+#include "moc_testfreebusy.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalendarcore-5.108.0/autotests/testfreebusyperiod.cpp 
new/kcalendarcore-5.109.0/autotests/testfreebusyperiod.cpp
--- old/kcalendarcore-5.108.0/autotests/testfreebusyperiod.cpp  2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testfreebusyperiod.cpp  2023-08-05 
14:34:51.000000000 +0200
@@ -121,3 +121,5 @@
 
     QCOMPARE(p2, p1);
 }
+
+#include "moc_testfreebusyperiod.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/autotests/testicalformat.cpp 
new/kcalendarcore-5.109.0/autotests/testicalformat.cpp
--- old/kcalendarcore-5.108.0/autotests/testicalformat.cpp      2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testicalformat.cpp      2023-08-05 
14:34:51.000000000 +0200
@@ -541,3 +541,5 @@
     QCOMPARE(event->nonKDECustomProperty("X-APPLE-TRAVEL-START"), QString());
     QCOMPARE(event->nonKDECustomProperty("X-APPLE-STRUCTURED-LOCATION"), 
QLatin1String("geo:52.063921,5.128511"));
 }
+
+#include "moc_testicalformat.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalendarcore-5.108.0/autotests/testicaltimezones.cpp 
new/kcalendarcore-5.109.0/autotests/testicaltimezones.cpp
--- old/kcalendarcore-5.108.0/autotests/testicaltimezones.cpp   2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testicaltimezones.cpp   2023-08-05 
14:34:51.000000000 +0200
@@ -342,3 +342,5 @@
 #endif
     QVERIFY(!occursIn1978);
 }
+
+#include "moc_testicaltimezones.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/autotests/testincidence.cpp 
new/kcalendarcore-5.109.0/autotests/testincidence.cpp
--- old/kcalendarcore-5.108.0/autotests/testincidence.cpp       2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testincidence.cpp       2023-08-05 
14:34:51.000000000 +0200
@@ -375,3 +375,5 @@
     r->setYearlyMonth(QList<int>() << 3 << 1);
     QCOMPARE(inc.dirtyFields(), QSet<IncidenceBase::Field>() << 
IncidenceBase::FieldRecurrence);
 }
+
+#include "moc_testincidence.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalendarcore-5.108.0/autotests/testincidencerelation.cpp 
new/kcalendarcore-5.109.0/autotests/testincidencerelation.cpp
--- old/kcalendarcore-5.108.0/autotests/testincidencerelation.cpp       
2023-07-01 11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testincidencerelation.cpp       
2023-08-05 14:34:51.000000000 +0200
@@ -47,3 +47,5 @@
     QCOMPARE(todo2->relatedTo(), todo1->uid());
     QCOMPARE(todo1->relatedTo(), QString());
 }
+
+#include "moc_testincidencerelation.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/autotests/testjournal.cpp 
new/kcalendarcore-5.109.0/autotests/testjournal.cpp
--- old/kcalendarcore-5.108.0/autotests/testjournal.cpp 2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testjournal.cpp 2023-08-05 
14:34:51.000000000 +0200
@@ -137,3 +137,5 @@
     stream2 >> incidenceBase2;
     QVERIFY(*journal == *journal2);
 }
+
+#include "moc_testjournal.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalendarcore-5.108.0/autotests/testmemorycalendar.cpp 
new/kcalendarcore-5.109.0/autotests/testmemorycalendar.cpp
--- old/kcalendarcore-5.108.0/autotests/testmemorycalendar.cpp  2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testmemorycalendar.cpp  2023-08-05 
14:34:51.000000000 +0200
@@ -551,3 +551,5 @@
     event->setSummary(QString::fromLatin1("last test"));
     QCOMPARE(event->lastModified(), dt);
 }
+
+#include "moc_testmemorycalendar.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalendarcore-5.108.0/autotests/testoccurrenceiterator.cpp 
new/kcalendarcore-5.109.0/autotests/testoccurrenceiterator.cpp
--- old/kcalendarcore-5.108.0/autotests/testoccurrenceiterator.cpp      
2023-07-01 11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testoccurrenceiterator.cpp      
2023-08-05 14:34:51.000000000 +0200
@@ -321,3 +321,5 @@
     QVERIFY(!rIt.occurrenceEndDate().isValid());
     QVERIFY(!rIt.hasNext());
 }
+
+#include "moc_testoccurrenceiterator.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/autotests/testperiod.cpp 
new/kcalendarcore-5.109.0/autotests/testperiod.cpp
--- old/kcalendarcore-5.108.0/autotests/testperiod.cpp  2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testperiod.cpp  2023-08-05 
14:34:51.000000000 +0200
@@ -115,3 +115,5 @@
 
     QVERIFY(p1 == p2);
 }
+
+#include "moc_testperiod.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/autotests/testperson.cpp 
new/kcalendarcore-5.109.0/autotests/testperson.cpp
--- old/kcalendarcore-5.108.0/autotests/testperson.cpp  2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testperson.cpp  2023-08-05 
14:34:51.000000000 +0200
@@ -98,3 +98,5 @@
     QVERIFY(person2.name() == person1.name());
     QVERIFY(person2.email() == person1.email());
 }
+
+#include "moc_testperson.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalendarcore-5.108.0/autotests/testreadrecurrenceid.cpp 
new/kcalendarcore-5.109.0/autotests/testreadrecurrenceid.cpp
--- old/kcalendarcore-5.108.0/autotests/testreadrecurrenceid.cpp        
2023-07-01 11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testreadrecurrenceid.cpp        
2023-08-05 14:34:51.000000000 +0200
@@ -74,3 +74,5 @@
     format.fromString(calendar, QString::fromUtf8(file.readAll()));
     QCOMPARE(calendar->rawEvents().size(), 2);
 }
+
+#include "moc_testreadrecurrenceid.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalendarcore-5.108.0/autotests/testrecurrenceexception.cpp 
new/kcalendarcore-5.109.0/autotests/testrecurrenceexception.cpp
--- old/kcalendarcore-5.108.0/autotests/testrecurrenceexception.cpp     
2023-07-01 11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testrecurrenceexception.cpp     
2023-08-05 14:34:51.000000000 +0200
@@ -35,3 +35,5 @@
     // QCOMPARE(exception->dtRecurrence(), QDateTime());
     // TODO dtCompleted
 }
+
+#include "moc_testrecurrenceexception.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/autotests/testrecurtodo.cpp 
new/kcalendarcore-5.109.0/autotests/testrecurtodo.cpp
--- old/kcalendarcore-5.108.0/autotests/testrecurtodo.cpp       2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testrecurtodo.cpp       2023-08-05 
14:34:51.000000000 +0200
@@ -286,3 +286,5 @@
     QCOMPARE(todo->recurrence()->getNextDateTime(dtstart.addMSecs(-1)), 
dtstart.addDays(1));
     QCOMPARE(todo->recurrence()->getNextDateTime(dtstart.addDays(1)), 
QDateTime());
 }
+
+#include "moc_testrecurtodo.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalendarcore-5.108.0/autotests/testtimesininterval.cpp 
new/kcalendarcore-5.109.0/autotests/testtimesininterval.cpp
--- old/kcalendarcore-5.108.0/autotests/testtimesininterval.cpp 2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testtimesininterval.cpp 2023-08-05 
14:34:51.000000000 +0200
@@ -304,3 +304,5 @@
     QCOMPARE(recur.rDateTimes(), QList<QDateTime>() << other << later);
     QVERIFY(!recur.rDateTimePeriod(start).isValid());
 }
+
+#include "moc_testtimesininterval.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/autotests/testtodo.cpp 
new/kcalendarcore-5.109.0/autotests/testtodo.cpp
--- old/kcalendarcore-5.108.0/autotests/testtodo.cpp    2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/autotests/testtodo.cpp    2023-08-05 
14:34:51.000000000 +0200
@@ -536,3 +536,5 @@
     todo.setDtDue(QDateTime(date, time, Qt::LocalTime));
     QCOMPARE(todo.dirtyFields(), 
QSet<IncidenceBase::Field>{IncidenceBase::FieldDtDue});
 }
+
+#include "moc_testtodo.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/src/attachment.cpp 
new/kcalendarcore-5.109.0/src/attachment.cpp
--- old/kcalendarcore-5.108.0/src/attachment.cpp        2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/src/attachment.cpp        2023-08-05 
14:34:51.000000000 +0200
@@ -218,3 +218,5 @@
     in >> a.d->mSize >> a.d->mMimeType >> a.d->mUri >> a.d->mEncodedData >> 
a.d->mLabel >> a.d->mBinary >> a.d->mLocal >> a.d->mShowInline;
     return in;
 }
+
+#include "moc_attachment.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/src/attendee.cpp 
new/kcalendarcore-5.109.0/src/attendee.cpp
--- old/kcalendarcore-5.108.0/src/attendee.cpp  2023-07-01 11:53:54.000000000 
+0200
+++ new/kcalendarcore-5.109.0/src/attendee.cpp  2023-08-05 14:34:51.000000000 
+0200
@@ -334,3 +334,5 @@
     attendee.d->mCustomProperties = customProperties;
     return stream;
 }
+
+#include "moc_attendee.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/src/calendar.cpp 
new/kcalendarcore-5.109.0/src/calendar.cpp
--- old/kcalendarcore-5.108.0/src/calendar.cpp  2023-07-01 11:53:54.000000000 
+0200
+++ new/kcalendarcore-5.109.0/src/calendar.cpp  2023-08-05 14:34:51.000000000 
+0200
@@ -1416,3 +1416,5 @@
     d->mIsLoading = isLoading;
     Q_EMIT isLoadingChanged();
 }
+
+#include "moc_calendar.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/src/calendarplugin.cpp 
new/kcalendarcore-5.109.0/src/calendarplugin.cpp
--- old/kcalendarcore-5.108.0/src/calendarplugin.cpp    2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/src/calendarplugin.cpp    2023-08-05 
14:34:51.000000000 +0200
@@ -14,3 +14,5 @@
 {
     Q_UNUSED(args)
 }
+
+#include "moc_calendarplugin.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/src/calendarpluginloader.cpp 
new/kcalendarcore-5.109.0/src/calendarpluginloader.cpp
--- old/kcalendarcore-5.108.0/src/calendarpluginloader.cpp      2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/src/calendarpluginloader.cpp      2023-08-05 
14:34:51.000000000 +0200
@@ -58,3 +58,5 @@
 {
     return s_pluginLoader->plugin.get();
 }
+
+#include "moc_calendarpluginloader.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/src/calstorage.cpp 
new/kcalendarcore-5.109.0/src/calstorage.cpp
--- old/kcalendarcore-5.108.0/src/calstorage.cpp        2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/src/calstorage.cpp        2023-08-05 
14:34:51.000000000 +0200
@@ -50,3 +50,5 @@
 {
     return d->mCalendar;
 }
+
+#include "moc_calstorage.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/src/conference.cpp 
new/kcalendarcore-5.109.0/src/conference.cpp
--- old/kcalendarcore-5.108.0/src/conference.cpp        2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/src/conference.cpp        2023-08-05 
14:34:51.000000000 +0200
@@ -142,3 +142,5 @@
 
     return stream;
 }
+
+#include "moc_conference.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/src/event.cpp 
new/kcalendarcore-5.109.0/src/event.cpp
--- old/kcalendarcore-5.108.0/src/event.cpp     2023-07-01 11:53:54.000000000 
+0200
+++ new/kcalendarcore-5.109.0/src/event.cpp     2023-08-05 14:34:51.000000000 
+0200
@@ -367,3 +367,5 @@
 {
     return true;
 }
+
+#include "moc_event.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/src/filestorage.cpp 
new/kcalendarcore-5.109.0/src/filestorage.cpp
--- old/kcalendarcore-5.108.0/src/filestorage.cpp       2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/src/filestorage.cpp       2023-08-05 
14:34:51.000000000 +0200
@@ -170,3 +170,5 @@
 {
     return true;
 }
+
+#include "moc_filestorage.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/src/incidence.cpp 
new/kcalendarcore-5.109.0/src/incidence.cpp
--- old/kcalendarcore-5.108.0/src/incidence.cpp 2023-07-01 11:53:54.000000000 
+0200
+++ new/kcalendarcore-5.109.0/src/incidence.cpp 2023-08-05 14:34:51.000000000 
+0200
@@ -1318,3 +1318,5 @@
     Q_D(const Incidence);
     return toVariantList<Conference>(d->mConferences.size(), 
d->mConferences.cbegin(), d->mConferences.cend());
 }
+
+#include "moc_incidence.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/src/incidencebase.cpp 
new/kcalendarcore-5.109.0/src/incidencebase.cpp
--- old/kcalendarcore-5.108.0/src/incidencebase.cpp     2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/src/incidencebase.cpp     2023-08-05 
14:34:51.000000000 +0200
@@ -706,3 +706,5 @@
     });
     return l;
 }
+
+#include "moc_incidencebase.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/src/memorycalendar.cpp 
new/kcalendarcore-5.109.0/src/memorycalendar.cpp
--- old/kcalendarcore-5.108.0/src/memorycalendar.cpp    2023-07-01 
11:53:54.000000000 +0200
+++ new/kcalendarcore-5.109.0/src/memorycalendar.cpp    2023-08-05 
14:34:51.000000000 +0200
@@ -771,3 +771,5 @@
     Q_UNUSED(data);
     Q_ASSERT(false);
 }
+
+#include "moc_memorycalendar.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.108.0/src/person.cpp 
new/kcalendarcore-5.109.0/src/person.cpp
--- old/kcalendarcore-5.108.0/src/person.cpp    2023-07-01 11:53:54.000000000 
+0200
+++ new/kcalendarcore-5.109.0/src/person.cpp    2023-08-05 14:34:51.000000000 
+0200
@@ -366,3 +366,5 @@
     extractEmailAddressAndName(fullName, email, name);
     return Person(name, email);
 }
+
+#include "moc_person.cpp"

Reply via email to