Script 'mail_helper' called by obssrc
Hello community,

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

Package is "threadweaver"

Sun Aug 20 00:11:35 2023 rev:117 rq:1104623 version:5.109.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/threadweaver/threadweaver.changes        
2023-07-09 20:42:49.682028195 +0200
+++ /work/SRC/openSUSE:Factory/.threadweaver.new.1766/threadweaver.changes      
2023-08-20 00:14:54.703317244 +0200
@@ -1,0 +2,10 @@
+Tue Aug  8 17:43:15 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:
----
  threadweaver-5.108.0.tar.xz
  threadweaver-5.108.0.tar.xz.sig

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

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

Other differences:
------------------
++++++ threadweaver.spec ++++++
--- /var/tmp/diff_new_pack.QFk2Jd/_old  2023-08-20 00:14:55.479318770 +0200
+++ /var/tmp/diff_new_pack.QFk2Jd/_new  2023-08-20 00:14:55.487318786 +0200
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without released
 Name:           threadweaver
-Version:        5.108.0
+Version:        5.109.0
 Release:        0
 Summary:        KDE Helper for multithreaded programming
 License:        LGPL-2.1-or-later


++++++ threadweaver-5.108.0.tar.xz -> threadweaver-5.109.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.108.0/CMakeLists.txt 
new/threadweaver-5.109.0/CMakeLists.txt
--- old/threadweaver-5.108.0/CMakeLists.txt     2023-07-01 12:05:17.000000000 
+0200
+++ new/threadweaver-5.109.0/CMakeLists.txt     2023-08-05 14:41:21.000000000 
+0200
@@ -1,10 +1,10 @@
 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(ThreadWeaver 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/threadweaver-5.108.0/autotests/DeleteTest.cpp 
new/threadweaver-5.109.0/autotests/DeleteTest.cpp
--- old/threadweaver-5.108.0/autotests/DeleteTest.cpp   2023-07-01 
12:05:17.000000000 +0200
+++ new/threadweaver-5.109.0/autotests/DeleteTest.cpp   2023-08-05 
14:41:21.000000000 +0200
@@ -281,3 +281,5 @@
 QMutex s_GlobalMutex;
 
 QTEST_MAIN(DeleteTest)
+
+#include "moc_DeleteTest.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.108.0/autotests/JobLoggingWeaver.cpp 
new/threadweaver-5.109.0/autotests/JobLoggingWeaver.cpp
--- old/threadweaver-5.108.0/autotests/JobLoggingWeaver.cpp     2023-07-01 
12:05:17.000000000 +0200
+++ new/threadweaver-5.109.0/autotests/JobLoggingWeaver.cpp     2023-08-05 
14:41:21.000000000 +0200
@@ -23,3 +23,5 @@
     });
     Weaver::enqueue(decorated);
 }
+
+#include "moc_JobLoggingWeaver.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.108.0/autotests/JobTests.cpp 
new/threadweaver-5.109.0/autotests/JobTests.cpp
--- old/threadweaver-5.108.0/autotests/JobTests.cpp     2023-07-01 
12:05:17.000000000 +0200
+++ new/threadweaver-5.109.0/autotests/JobTests.cpp     2023-08-05 
14:41:21.000000000 +0200
@@ -1231,3 +1231,5 @@
 }
 
 QTEST_MAIN(JobTests)
+
+#include "moc_JobTests.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.108.0/autotests/QueueTests.cpp 
new/threadweaver-5.109.0/autotests/QueueTests.cpp
--- old/threadweaver-5.108.0/autotests/QueueTests.cpp   2023-07-01 
12:05:17.000000000 +0200
+++ new/threadweaver-5.109.0/autotests/QueueTests.cpp   2023-08-05 
14:41:21.000000000 +0200
@@ -183,3 +183,5 @@
 }
 
 QTEST_MAIN(QueueTests)
+
+#include "moc_QueueTests.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.108.0/autotests/SequencesTests.cpp 
new/threadweaver-5.109.0/autotests/SequencesTests.cpp
--- old/threadweaver-5.108.0/autotests/SequencesTests.cpp       2023-07-01 
12:05:17.000000000 +0200
+++ new/threadweaver-5.109.0/autotests/SequencesTests.cpp       2023-08-05 
14:41:21.000000000 +0200
@@ -50,3 +50,5 @@
 }
 
 QTEST_MAIN(SequencesTests)
+
+#include "moc_SequencesTests.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/threadweaver-5.108.0/examples/HelloInternet/MainWidget.cpp 
new/threadweaver-5.109.0/examples/HelloInternet/MainWidget.cpp
--- old/threadweaver-5.108.0/examples/HelloInternet/MainWidget.cpp      
2023-07-01 12:05:17.000000000 +0200
+++ new/threadweaver-5.109.0/examples/HelloInternet/MainWidget.cpp      
2023-08-05 14:41:21.000000000 +0200
@@ -49,3 +49,5 @@
 {
     m_status->setText(text);
 }
+
+#include "moc_MainWidget.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/threadweaver-5.108.0/examples/HelloInternet/ViewController.cpp 
new/threadweaver-5.109.0/examples/HelloInternet/ViewController.cpp
--- old/threadweaver-5.108.0/examples/HelloInternet/ViewController.cpp  
2023-07-01 12:05:17.000000000 +0200
+++ new/threadweaver-5.109.0/examples/HelloInternet/ViewController.cpp  
2023-08-05 14:41:21.000000000 +0200
@@ -150,3 +150,5 @@
     const QString content = 
elements.at(0).toElement().attribute(attributeString);
     return content;
 }
+
+#include "moc_ViewController.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/threadweaver-5.108.0/examples/ThumbNailer/AverageLoadManager.cpp 
new/threadweaver-5.109.0/examples/ThumbNailer/AverageLoadManager.cpp
--- old/threadweaver-5.108.0/examples/ThumbNailer/AverageLoadManager.cpp        
2023-07-01 12:05:17.000000000 +0200
+++ new/threadweaver-5.109.0/examples/ThumbNailer/AverageLoadManager.cpp        
2023-08-05 14:41:21.000000000 +0200
@@ -70,3 +70,5 @@
     Q_EMIT recommendedWorkerCount(threads);
 #endif
 }
+
+#include "moc_AverageLoadManager.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/threadweaver-5.108.0/examples/ThumbNailer/Benchmark.cpp 
new/threadweaver-5.109.0/examples/ThumbNailer/Benchmark.cpp
--- old/threadweaver-5.108.0/examples/ThumbNailer/Benchmark.cpp 2023-07-01 
12:05:17.000000000 +0200
+++ new/threadweaver-5.109.0/examples/ThumbNailer/Benchmark.cpp 2023-08-05 
14:41:21.000000000 +0200
@@ -50,3 +50,5 @@
     const QDir dir = QDir(QLatin1String("/usr/share/backgrounds"));
     return dir.entryInfoList(QStringList() << QLatin1String("*.jpg"));
 }
+
+#include "moc_Benchmark.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/threadweaver-5.108.0/examples/ThumbNailer/ImageListFilter.cpp 
new/threadweaver-5.109.0/examples/ThumbNailer/ImageListFilter.cpp
--- old/threadweaver-5.108.0/examples/ThumbNailer/ImageListFilter.cpp   
2023-07-01 12:05:17.000000000 +0200
+++ new/threadweaver-5.109.0/examples/ThumbNailer/ImageListFilter.cpp   
2023-08-05 14:41:21.000000000 +0200
@@ -25,3 +25,5 @@
     const int step = index.data(Model::Role_StepRole).value<int>();
     return step == m_step;
 }
+
+#include "moc_ImageListFilter.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/threadweaver-5.108.0/examples/ThumbNailer/ItemDelegate.cpp 
new/threadweaver-5.109.0/examples/ThumbNailer/ItemDelegate.cpp
--- old/threadweaver-5.108.0/examples/ThumbNailer/ItemDelegate.cpp      
2023-07-01 12:05:17.000000000 +0200
+++ new/threadweaver-5.109.0/examples/ThumbNailer/ItemDelegate.cpp      
2023-08-05 14:41:21.000000000 +0200
@@ -87,3 +87,5 @@
     static const int Height = Image::ThumbHeight + 2 * FrameWidth + 2 * Margin 
+ 2;
     return QSize(Width, Height);
 }
+
+#include "moc_ItemDelegate.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/threadweaver-5.108.0/examples/ThumbNailer/MainWindow.cpp 
new/threadweaver-5.109.0/examples/ThumbNailer/MainWindow.cpp
--- old/threadweaver-5.108.0/examples/ThumbNailer/MainWindow.cpp        
2023-07-01 12:05:17.000000000 +0200
+++ new/threadweaver-5.109.0/examples/ThumbNailer/MainWindow.cpp        
2023-08-05 14:41:21.000000000 +0200
@@ -203,3 +203,5 @@
     ThreadWeaver::Queue::instance()->finish();
     QApplication::instance()->quit();
 }
+
+#include "moc_MainWindow.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.108.0/examples/ThumbNailer/Model.cpp 
new/threadweaver-5.109.0/examples/ThumbNailer/Model.cpp
--- old/threadweaver-5.108.0/examples/ThumbNailer/Model.cpp     2023-07-01 
12:05:17.000000000 +0200
+++ new/threadweaver-5.109.0/examples/ThumbNailer/Model.cpp     2023-08-05 
14:41:21.000000000 +0200
@@ -247,3 +247,5 @@
         Q_EMIT dataChanged(i, i);
     }
 }
+
+#include "moc_Model.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.108.0/src/qobjectdecorator.cpp 
new/threadweaver-5.109.0/src/qobjectdecorator.cpp
--- old/threadweaver-5.108.0/src/qobjectdecorator.cpp   2023-07-01 
12:05:17.000000000 +0200
+++ new/threadweaver-5.109.0/src/qobjectdecorator.cpp   2023-08-05 
14:41:21.000000000 +0200
@@ -43,3 +43,5 @@
 }
 
 }
+
+#include "moc_qobjectdecorator.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.108.0/src/queue.cpp 
new/threadweaver-5.109.0/src/queue.cpp
--- old/threadweaver-5.108.0/src/queue.cpp      2023-07-01 12:05:17.000000000 
+0200
+++ new/threadweaver-5.109.0/src/queue.cpp      2023-08-05 14:41:21.000000000 
+0200
@@ -239,4 +239,5 @@
     d->implementation->reschedule();
 }
 
+#include "moc_queue.cpp"
 #include "queue.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.108.0/src/queueapi.cpp 
new/threadweaver-5.109.0/src/queueapi.cpp
--- old/threadweaver-5.108.0/src/queueapi.cpp   2023-07-01 12:05:17.000000000 
+0200
+++ new/threadweaver-5.109.0/src/queueapi.cpp   2023-08-05 14:41:21.000000000 
+0200
@@ -21,3 +21,5 @@
 }
 
 }
+
+#include "moc_queueapi.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.108.0/src/queuesignals.cpp 
new/threadweaver-5.109.0/src/queuesignals.cpp
--- old/threadweaver-5.108.0/src/queuesignals.cpp       2023-07-01 
12:05:17.000000000 +0200
+++ new/threadweaver-5.109.0/src/queuesignals.cpp       2023-08-05 
14:41:21.000000000 +0200
@@ -41,3 +41,5 @@
 }
 
 }
+
+#include "moc_queuesignals.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.108.0/src/thread.cpp 
new/threadweaver-5.109.0/src/thread.cpp
--- old/threadweaver-5.108.0/src/thread.cpp     2023-07-01 12:05:17.000000000 
+0200
+++ new/threadweaver-5.109.0/src/thread.cpp     2023-08-05 14:41:21.000000000 
+0200
@@ -117,3 +117,5 @@
         d->job->requestAbort();
     }
 }
+
+#include "moc_thread.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.108.0/src/weaver.cpp 
new/threadweaver-5.109.0/src/weaver.cpp
--- old/threadweaver-5.108.0/src/weaver.cpp     2023-07-01 12:05:17.000000000 
+0200
+++ new/threadweaver-5.109.0/src/weaver.cpp     2023-08-05 14:41:21.000000000 
+0200
@@ -601,3 +601,5 @@
     d()->jobAvailable.wait(d()->mutex);
     TWDEBUG(4, "WeaverImpl::blockThreadUntilJobsAreBeingAssigned_locked: 
thread %i resumed  (%s state).\n", th->id(), qPrintable(state()->stateName()));
 }
+
+#include "moc_weaver.cpp"

Reply via email to