Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rocs for openSUSE:Factory checked in 
at 2023-08-31 13:45:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rocs (Old)
 and      /work/SRC/openSUSE:Factory/.rocs.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rocs"

Thu Aug 31 13:45:23 2023 rev:160 rq:1105822 version:23.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rocs/rocs.changes        2023-07-07 
15:52:31.562056611 +0200
+++ /work/SRC/openSUSE:Factory/.rocs.new.1766/rocs.changes      2023-08-31 
13:50:50.075196044 +0200
@@ -1,0 +2,24 @@
+Sun Aug 20 14:00:28 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.0/
+- No code change since 23.07.90
+
+-------------------------------------------------------------------
+Mon Aug 14 08:03:44 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.07.90
+  * New feature release
+- No code change since 23.07.80
+
+-------------------------------------------------------------------
+Tue Aug  1 10:14:39 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.07.80
+  * New feature release
+- Changes since 23.04.3:
+  * Add explicit moc includes to sources for moc-covered headers
+
+-------------------------------------------------------------------

Old:
----
  rocs-23.04.3.tar.xz
  rocs-23.04.3.tar.xz.sig

New:
----
  rocs-23.08.0.tar.xz
  rocs-23.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ rocs.spec ++++++
--- /var/tmp/diff_new_pack.xispRG/_old  2023-08-31 13:50:51.211236648 +0200
+++ /var/tmp/diff_new_pack.xispRG/_new  2023-08-31 13:50:51.215236791 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           rocs
-Version:        23.04.3
+Version:        23.08.0
 Release:        0
 Summary:        Graph Theory IDE
 License:        GPL-2.0-or-later


++++++ rocs-23.04.3.tar.xz -> rocs-23.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/CMakeLists.txt 
new/rocs-23.08.0/CMakeLists.txt
--- old/rocs-23.04.3/CMakeLists.txt     2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/CMakeLists.txt     2023-08-16 22:54:05.000000000 +0200
@@ -11,8 +11,8 @@
 
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "23")
-set(RELEASE_SERVICE_VERSION_MINOR "04")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MINOR "08")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(rocs LANGUAGES CXX VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/autotests/test_graphoperations.cpp 
new/rocs-23.08.0/libgraphtheory/autotests/test_graphoperations.cpp
--- old/rocs-23.04.3/libgraphtheory/autotests/test_graphoperations.cpp  
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/autotests/test_graphoperations.cpp  
2023-08-16 22:54:05.000000000 +0200
@@ -383,3 +383,5 @@
 }
 
 QTEST_MAIN(TestGraphOperations)
+
+#include "moc_test_graphoperations.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/autotests/test_kernel.cpp 
new/rocs-23.08.0/libgraphtheory/autotests/test_kernel.cpp
--- old/rocs-23.04.3/libgraphtheory/autotests/test_kernel.cpp   2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/autotests/test_kernel.cpp   2023-08-16 
22:54:05.000000000 +0200
@@ -677,3 +677,5 @@
 }
 
 QTEST_MAIN(TestKernel)
+
+#include "moc_test_kernel.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/autotests/test_kernelscriptapi.cpp 
new/rocs-23.08.0/libgraphtheory/autotests/test_kernelscriptapi.cpp
--- old/rocs-23.04.3/libgraphtheory/autotests/test_kernelscriptapi.cpp  
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/autotests/test_kernelscriptapi.cpp  
2023-08-16 22:54:05.000000000 +0200
@@ -31,3 +31,5 @@
 }
 
 QTEST_MAIN(TestKernelScriptApi)
+
+#include "moc_test_kernelscriptapi.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/dialogs/edgeproperties.cpp 
new/rocs-23.08.0/libgraphtheory/dialogs/edgeproperties.cpp
--- old/rocs-23.04.3/libgraphtheory/dialogs/edgeproperties.cpp  2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/dialogs/edgeproperties.cpp  2023-08-16 
22:54:05.000000000 +0200
@@ -103,3 +103,5 @@
         m_edge->setDynamicProperty(name, value);
     }
 }
+
+#include "moc_edgeproperties.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/dialogs/edgetypeproperties.cpp 
new/rocs-23.08.0/libgraphtheory/dialogs/edgetypeproperties.cpp
--- old/rocs-23.04.3/libgraphtheory/dialogs/edgetypeproperties.cpp      
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/dialogs/edgetypeproperties.cpp      
2023-08-16 22:54:05.000000000 +0200
@@ -142,3 +142,5 @@
     }
     m_id->setPalette(palette);
 }
+
+#include "moc_edgetypeproperties.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/dialogs/nodeproperties.cpp 
new/rocs-23.08.0/libgraphtheory/dialogs/nodeproperties.cpp
--- old/rocs-23.04.3/libgraphtheory/dialogs/nodeproperties.cpp  2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/dialogs/nodeproperties.cpp  2023-08-16 
22:54:05.000000000 +0200
@@ -138,3 +138,5 @@
     }
     ui->id->setPalette(palette);
 }
+
+#include "moc_nodeproperties.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/dialogs/nodetypeproperties.cpp 
new/rocs-23.08.0/libgraphtheory/dialogs/nodetypeproperties.cpp
--- old/rocs-23.04.3/libgraphtheory/dialogs/nodetypeproperties.cpp      
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/dialogs/nodetypeproperties.cpp      
2023-08-16 22:54:05.000000000 +0200
@@ -138,3 +138,5 @@
     }
     m_id->setPalette(palette);
 }
+
+#include "moc_nodetypeproperties.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/dialogs/propertieswidget.cpp 
new/rocs-23.08.0/libgraphtheory/dialogs/propertieswidget.cpp
--- old/rocs-23.04.3/libgraphtheory/dialogs/propertieswidget.cpp        
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/dialogs/propertieswidget.cpp        
2023-08-16 22:54:05.000000000 +0200
@@ -100,3 +100,5 @@
         m_edgeType->renameDynamicProperty(m_edgeModel->data(index, 
NodeTypePropertyModel::NameRole).toString(), name);
     }
 }
+
+#include "moc_propertieswidget.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/dialogs/propertydelegate.cpp 
new/rocs-23.08.0/libgraphtheory/dialogs/propertydelegate.cpp
--- old/rocs-23.04.3/libgraphtheory/dialogs/propertydelegate.cpp        
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/dialogs/propertydelegate.cpp        
2023-08-16 22:54:05.000000000 +0200
@@ -109,3 +109,5 @@
     const QModelIndex index = focusedIndex();
     Q_EMIT deleteProperty(index);
 }
+
+#include "moc_propertydelegate.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/libgraphtheory/edge.cpp 
new/rocs-23.08.0/libgraphtheory/edge.cpp
--- old/rocs-23.04.3/libgraphtheory/edge.cpp    2023-07-04 06:51:03.000000000 
+0200
+++ new/rocs-23.08.0/libgraphtheory/edge.cpp    2023-08-16 22:54:05.000000000 
+0200
@@ -169,3 +169,5 @@
 {
     d->q = q;
 }
+
+#include "moc_edge.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/libgraphtheory/edgetype.cpp 
new/rocs-23.08.0/libgraphtheory/edgetype.cpp
--- old/rocs-23.04.3/libgraphtheory/edgetype.cpp        2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/edgetype.cpp        2023-08-16 
22:54:05.000000000 +0200
@@ -181,3 +181,5 @@
 {
     d->q = q;
 }
+
+#include "moc_edgetype.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/libgraphtheory/edgetypestyle.cpp 
new/rocs-23.08.0/libgraphtheory/edgetypestyle.cpp
--- old/rocs-23.04.3/libgraphtheory/edgetypestyle.cpp   2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/edgetypestyle.cpp   2023-08-16 
22:54:05.000000000 +0200
@@ -83,3 +83,5 @@
 {
     return d->m_propertyNamesVisible;
 }
+
+#include "moc_edgetypestyle.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/libgraphtheory/editor.cpp 
new/rocs-23.08.0/libgraphtheory/editor.cpp
--- old/rocs-23.04.3/libgraphtheory/editor.cpp  2023-07-04 06:51:03.000000000 
+0200
+++ new/rocs-23.08.0/libgraphtheory/editor.cpp  2023-08-16 22:54:05.000000000 
+0200
@@ -73,3 +73,5 @@
     importer->graphDocument()->setDocumentUrl(documentUrl);
     return importer->graphDocument();
 }
+
+#include "moc_editor.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/editorplugins/assignvalues/assignvalueswidget.cpp
 
new/rocs-23.08.0/libgraphtheory/editorplugins/assignvalues/assignvalueswidget.cpp
--- 
old/rocs-23.04.3/libgraphtheory/editorplugins/assignvalues/assignvalueswidget.cpp
   2023-07-04 06:51:03.000000000 +0200
+++ 
new/rocs-23.08.0/libgraphtheory/editorplugins/assignvalues/assignvalueswidget.cpp
   2023-08-16 22:54:05.000000000 +0200
@@ -254,3 +254,5 @@
     }
     }
 }
+
+#include "moc_assignvalueswidget.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/editorplugins/editorplugininterface.cpp 
new/rocs-23.08.0/libgraphtheory/editorplugins/editorplugininterface.cpp
--- old/rocs-23.04.3/libgraphtheory/editorplugins/editorplugininterface.cpp     
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/editorplugins/editorplugininterface.cpp     
2023-08-16 22:54:05.000000000 +0200
@@ -37,3 +37,5 @@
     }
     return d->m_displayName;
 }
+
+#include "moc_editorplugininterface.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/editorplugins/editorpluginmanager.cpp 
new/rocs-23.08.0/libgraphtheory/editorplugins/editorpluginmanager.cpp
--- old/rocs-23.04.3/libgraphtheory/editorplugins/editorpluginmanager.cpp       
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/editorplugins/editorpluginmanager.cpp       
2023-08-16 22:54:05.000000000 +0200
@@ -47,3 +47,5 @@
 {
     return d->m_plugins;
 }
+
+#include "moc_editorpluginmanager.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/editorplugins/generategraph/generategraphwidget.cpp
 
new/rocs-23.08.0/libgraphtheory/editorplugins/generategraph/generategraphwidget.cpp
--- 
old/rocs-23.04.3/libgraphtheory/editorplugins/generategraph/generategraphwidget.cpp
 2023-07-04 06:51:03.000000000 +0200
+++ 
new/rocs-23.08.0/libgraphtheory/editorplugins/generategraph/generategraphwidget.cpp
 2023-08-16 22:54:05.000000000 +0200
@@ -651,3 +651,5 @@
         }
     }
 }
+
+#include "moc_generategraphwidget.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/editorplugins/graphlayout/graphlayoutwidget.cpp 
new/rocs-23.08.0/libgraphtheory/editorplugins/graphlayout/graphlayoutwidget.cpp
--- 
old/rocs-23.04.3/libgraphtheory/editorplugins/graphlayout/graphlayoutwidget.cpp 
    2023-07-04 06:51:03.000000000 +0200
+++ 
new/rocs-23.08.0/libgraphtheory/editorplugins/graphlayout/graphlayoutwidget.cpp 
    2023-08-16 22:54:05.000000000 +0200
@@ -189,3 +189,5 @@
 {
     delete ui;
 }
+
+#include "moc_graphlayoutwidget.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/editorplugins/transformedges/transformedgeswidget.cpp
 
new/rocs-23.08.0/libgraphtheory/editorplugins/transformedges/transformedgeswidget.cpp
--- 
old/rocs-23.04.3/libgraphtheory/editorplugins/transformedges/transformedgeswidget.cpp
       2023-07-04 06:51:03.000000000 +0200
+++ 
new/rocs-23.08.0/libgraphtheory/editorplugins/transformedges/transformedgeswidget.cpp
       2023-08-16 22:54:05.000000000 +0200
@@ -226,3 +226,5 @@
         }
     }
 }
+
+#include "moc_transformedgeswidget.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/fileformats/dot/autotests/testdotfileformat.cpp 
new/rocs-23.08.0/libgraphtheory/fileformats/dot/autotests/testdotfileformat.cpp
--- 
old/rocs-23.04.3/libgraphtheory/fileformats/dot/autotests/testdotfileformat.cpp 
    2023-07-04 06:51:03.000000000 +0200
+++ 
new/rocs-23.08.0/libgraphtheory/fileformats/dot/autotests/testdotfileformat.cpp 
    2023-08-16 22:54:05.000000000 +0200
@@ -756,3 +756,5 @@
 }
 
 QTEST_MAIN(DotFileFormatTest)
+
+#include "moc_testdotfileformat.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/fileformats/dot/dotfileformat.cpp 
new/rocs-23.08.0/libgraphtheory/fileformats/dot/dotfileformat.cpp
--- old/rocs-23.04.3/libgraphtheory/fileformats/dot/dotfileformat.cpp   
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/fileformats/dot/dotfileformat.cpp   
2023-08-16 22:54:05.000000000 +0200
@@ -142,3 +142,5 @@
 }
 
 #include "dotfileformat.moc"
+
+#include "moc_dotfileformat.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/fileformats/fileformatinterface.cpp 
new/rocs-23.08.0/libgraphtheory/fileformats/fileformatinterface.cpp
--- old/rocs-23.04.3/libgraphtheory/fileformats/fileformatinterface.cpp 
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/fileformats/fileformatinterface.cpp 
2023-08-16 22:54:05.000000000 +0200
@@ -89,3 +89,5 @@
 {
     return d->file;
 }
+
+#include "moc_fileformatinterface.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/fileformats/fileformatmanager.cpp 
new/rocs-23.08.0/libgraphtheory/fileformats/fileformatmanager.cpp
--- old/rocs-23.04.3/libgraphtheory/fileformats/fileformatmanager.cpp   
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/fileformats/fileformatmanager.cpp   
2023-08-16 22:54:05.000000000 +0200
@@ -108,3 +108,5 @@
 {
     return d->defaultGraphFilePlugin;
 }
+
+#include "moc_fileformatmanager.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/fileformats/gml/autotests/testgmlfileformat.cpp 
new/rocs-23.08.0/libgraphtheory/fileformats/gml/autotests/testgmlfileformat.cpp
--- 
old/rocs-23.04.3/libgraphtheory/fileformats/gml/autotests/testgmlfileformat.cpp 
    2023-07-04 06:51:03.000000000 +0200
+++ 
new/rocs-23.08.0/libgraphtheory/fileformats/gml/autotests/testgmlfileformat.cpp 
    2023-08-16 22:54:05.000000000 +0200
@@ -58,3 +58,5 @@
 }
 
 QTEST_MAIN(TestGmlFileFormat)
+
+#include "moc_testgmlfileformat.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/fileformats/gml/gmlfileformat.cpp 
new/rocs-23.08.0/libgraphtheory/fileformats/gml/gmlfileformat.cpp
--- old/rocs-23.04.3/libgraphtheory/fileformats/gml/gmlfileformat.cpp   
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/fileformats/gml/gmlfileformat.cpp   
2023-08-16 22:54:05.000000000 +0200
@@ -123,3 +123,5 @@
 }
 
 #include "gmlfileformat.moc"
+
+#include "moc_gmlfileformat.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/fileformats/rocs1/autotests/testrocs1fileformat.cpp
 
new/rocs-23.08.0/libgraphtheory/fileformats/rocs1/autotests/testrocs1fileformat.cpp
--- 
old/rocs-23.04.3/libgraphtheory/fileformats/rocs1/autotests/testrocs1fileformat.cpp
 2023-07-04 06:51:03.000000000 +0200
+++ 
new/rocs-23.08.0/libgraphtheory/fileformats/rocs1/autotests/testrocs1fileformat.cpp
 2023-08-16 22:54:05.000000000 +0200
@@ -138,3 +138,5 @@
 //  }
 
 QTEST_MAIN(TestRocs1FileFormat)
+
+#include "moc_testrocs1fileformat.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/fileformats/rocs1/rocs1fileformat.cpp 
new/rocs-23.08.0/libgraphtheory/fileformats/rocs1/rocs1fileformat.cpp
--- old/rocs-23.04.3/libgraphtheory/fileformats/rocs1/rocs1fileformat.cpp       
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/fileformats/rocs1/rocs1fileformat.cpp       
2023-08-16 22:54:05.000000000 +0200
@@ -335,3 +335,5 @@
 }
 
 #include "rocs1fileformat.moc"
+
+#include "moc_rocs1fileformat.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/fileformats/rocs2/autotests/testrocs2fileformat.cpp
 
new/rocs-23.08.0/libgraphtheory/fileformats/rocs2/autotests/testrocs2fileformat.cpp
--- 
old/rocs-23.04.3/libgraphtheory/fileformats/rocs2/autotests/testrocs2fileformat.cpp
 2023-07-04 06:51:03.000000000 +0200
+++ 
new/rocs-23.08.0/libgraphtheory/fileformats/rocs2/autotests/testrocs2fileformat.cpp
 2023-08-16 22:54:05.000000000 +0200
@@ -151,3 +151,5 @@
 }
 
 QTEST_MAIN(TestRocs2FileFormat);
+
+#include "moc_testrocs2fileformat.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/fileformats/rocs2/rocs2fileformat.cpp 
new/rocs-23.08.0/libgraphtheory/fileformats/rocs2/rocs2fileformat.cpp
--- old/rocs-23.04.3/libgraphtheory/fileformats/rocs2/rocs2fileformat.cpp       
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/fileformats/rocs2/rocs2fileformat.cpp       
2023-08-16 22:54:05.000000000 +0200
@@ -344,3 +344,5 @@
 }
 
 #include "rocs2fileformat.moc"
+
+#include "moc_rocs2fileformat.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/fileformats/tgf/autotests/testtgffileformat.cpp 
new/rocs-23.08.0/libgraphtheory/fileformats/tgf/autotests/testtgffileformat.cpp
--- 
old/rocs-23.04.3/libgraphtheory/fileformats/tgf/autotests/testtgffileformat.cpp 
    2023-07-04 06:51:03.000000000 +0200
+++ 
new/rocs-23.08.0/libgraphtheory/fileformats/tgf/autotests/testtgffileformat.cpp 
    2023-08-16 22:54:05.000000000 +0200
@@ -80,3 +80,5 @@
 }
 
 QTEST_MAIN(TestTgfFileFormat);
+
+#include "moc_testtgffileformat.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/fileformats/tgf/tgffileformat.cpp 
new/rocs-23.08.0/libgraphtheory/fileformats/tgf/tgffileformat.cpp
--- old/rocs-23.04.3/libgraphtheory/fileformats/tgf/tgffileformat.cpp   
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/fileformats/tgf/tgffileformat.cpp   
2023-08-16 22:54:05.000000000 +0200
@@ -123,3 +123,5 @@
 }
 
 #include "tgffileformat.moc"
+
+#include "moc_tgffileformat.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/fileformats/tikz/autotests/testtikzfileformat.cpp
 
new/rocs-23.08.0/libgraphtheory/fileformats/tikz/autotests/testtikzfileformat.cpp
--- 
old/rocs-23.04.3/libgraphtheory/fileformats/tikz/autotests/testtikzfileformat.cpp
   2023-07-04 06:51:03.000000000 +0200
+++ 
new/rocs-23.08.0/libgraphtheory/fileformats/tikz/autotests/testtikzfileformat.cpp
   2023-08-16 22:54:05.000000000 +0200
@@ -49,3 +49,5 @@
 }
 
 QTEST_MAIN(TestTikzFileFormat);
+
+#include "moc_testtikzfileformat.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/fileformats/tikz/tikzfileformat.cpp 
new/rocs-23.08.0/libgraphtheory/fileformats/tikz/tikzfileformat.cpp
--- old/rocs-23.04.3/libgraphtheory/fileformats/tikz/tikzfileformat.cpp 
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/fileformats/tikz/tikzfileformat.cpp 
2023-08-16 22:54:05.000000000 +0200
@@ -130,3 +130,5 @@
 }
 
 #include "tikzfileformat.moc"
+
+#include "moc_tikzfileformat.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/libgraphtheory/graphdocument.cpp 
new/rocs-23.08.0/libgraphtheory/graphdocument.cpp
--- old/rocs-23.04.3/libgraphtheory/graphdocument.cpp   2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/graphdocument.cpp   2023-08-16 
22:54:05.000000000 +0200
@@ -394,3 +394,5 @@
 }
 
 // END
+
+#include "moc_graphdocument.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/kernel/documentwrapper.cpp 
new/rocs-23.08.0/libgraphtheory/kernel/documentwrapper.cpp
--- old/rocs-23.04.3/libgraphtheory/kernel/documentwrapper.cpp  2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/kernel/documentwrapper.cpp  2023-08-16 
22:54:05.000000000 +0200
@@ -210,3 +210,5 @@
     // TODO: we need a mechanism that carefully implements on-the-fly object 
deletions
     edge->edge()->destroy();
 }
+
+#include "moc_documentwrapper.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/libgraphtheory/kernel/edgewrapper.cpp 
new/rocs-23.08.0/libgraphtheory/kernel/edgewrapper.cpp
--- old/rocs-23.04.3/libgraphtheory/kernel/edgewrapper.cpp      2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/kernel/edgewrapper.cpp      2023-08-16 
22:54:05.000000000 +0200
@@ -109,3 +109,5 @@
         }
     }
 }
+
+#include "moc_edgewrapper.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/libgraphtheory/kernel/kernel.cpp 
new/rocs-23.08.0/libgraphtheory/kernel/kernel.cpp
--- old/rocs-23.04.3/libgraphtheory/kernel/kernel.cpp   2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/kernel/kernel.cpp   2023-08-16 
22:54:05.000000000 +0200
@@ -131,3 +131,5 @@
 }
 
 // END: Kernel
+
+#include "moc_kernel.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/kernel/modules/console/consolemodule.cpp 
new/rocs-23.08.0/libgraphtheory/kernel/modules/console/consolemodule.cpp
--- old/rocs-23.04.3/libgraphtheory/kernel/modules/console/consolemodule.cpp    
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/kernel/modules/console/consolemodule.cpp    
2023-08-16 22:54:05.000000000 +0200
@@ -44,3 +44,5 @@
     m_backlog.append(qMakePair<Kernel::MessageType, 
QString>(Kernel::ErrorMessage, messageString));
     Q_EMIT message(messageString, Kernel::ErrorMessage);
 }
+
+#include "moc_consolemodule.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/libgraphtheory/kernel/nodewrapper.cpp 
new/rocs-23.08.0/libgraphtheory/kernel/nodewrapper.cpp
--- old/rocs-23.04.3/libgraphtheory/kernel/nodewrapper.cpp      2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/kernel/nodewrapper.cpp      2023-08-16 
22:54:05.000000000 +0200
@@ -455,3 +455,5 @@
         }
     }
 }
+
+#include "moc_nodewrapper.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/libgraphtheory/models/edgemodel.cpp 
new/rocs-23.08.0/libgraphtheory/models/edgemodel.cpp
--- old/rocs-23.04.3/libgraphtheory/models/edgemodel.cpp        2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/models/edgemodel.cpp        2023-08-16 
22:54:05.000000000 +0200
@@ -140,3 +140,5 @@
     }
     return QVariant(i18nc("@title:column", "Edge"));
 }
+
+#include "moc_edgemodel.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/models/edgepropertymodel.cpp 
new/rocs-23.08.0/libgraphtheory/models/edgepropertymodel.cpp
--- old/rocs-23.04.3/libgraphtheory/models/edgepropertymodel.cpp        
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/models/edgepropertymodel.cpp        
2023-08-16 22:54:05.000000000 +0200
@@ -143,3 +143,5 @@
     }
     return QVariant(i18nc("@title:column", "EdgeProperty"));
 }
+
+#include "moc_edgepropertymodel.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/libgraphtheory/models/edgetypemodel.cpp 
new/rocs-23.08.0/libgraphtheory/models/edgetypemodel.cpp
--- old/rocs-23.04.3/libgraphtheory/models/edgetypemodel.cpp    2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/models/edgetypemodel.cpp    2023-08-16 
22:54:05.000000000 +0200
@@ -189,3 +189,5 @@
     }
     return QVariant(i18nc("@title:column", "Edge Type"));
 }
+
+#include "moc_edgetypemodel.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/models/edgetypepropertymodel.cpp 
new/rocs-23.08.0/libgraphtheory/models/edgetypepropertymodel.cpp
--- old/rocs-23.04.3/libgraphtheory/models/edgetypepropertymodel.cpp    
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/models/edgetypepropertymodel.cpp    
2023-08-16 22:54:05.000000000 +0200
@@ -130,3 +130,5 @@
     }
     return QVariant(i18nc("@title:column", "EdgeTypeProperty"));
 }
+
+#include "moc_edgetypepropertymodel.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/libgraphtheory/models/nodemodel.cpp 
new/rocs-23.08.0/libgraphtheory/models/nodemodel.cpp
--- old/rocs-23.04.3/libgraphtheory/models/nodemodel.cpp        2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/models/nodemodel.cpp        2023-08-16 
22:54:05.000000000 +0200
@@ -141,3 +141,5 @@
     }
     return QVariant(i18nc("@title:column", "Node"));
 }
+
+#include "moc_nodemodel.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/models/nodepropertymodel.cpp 
new/rocs-23.08.0/libgraphtheory/models/nodepropertymodel.cpp
--- old/rocs-23.04.3/libgraphtheory/models/nodepropertymodel.cpp        
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/models/nodepropertymodel.cpp        
2023-08-16 22:54:05.000000000 +0200
@@ -143,3 +143,5 @@
     }
     return QVariant(i18nc("@title:column", "NodeProperty"));
 }
+
+#include "moc_nodepropertymodel.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/libgraphtheory/models/nodetypemodel.cpp 
new/rocs-23.08.0/libgraphtheory/models/nodetypemodel.cpp
--- old/rocs-23.04.3/libgraphtheory/models/nodetypemodel.cpp    2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/models/nodetypemodel.cpp    2023-08-16 
22:54:05.000000000 +0200
@@ -187,3 +187,5 @@
     }
     return QVariant(i18nc("@title:column", "Node Type"));
 }
+
+#include "moc_nodetypemodel.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/models/nodetypepropertymodel.cpp 
new/rocs-23.08.0/libgraphtheory/models/nodetypepropertymodel.cpp
--- old/rocs-23.04.3/libgraphtheory/models/nodetypepropertymodel.cpp    
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/models/nodetypepropertymodel.cpp    
2023-08-16 22:54:05.000000000 +0200
@@ -130,3 +130,5 @@
     }
     return QVariant(i18nc("@title:column", "NodeTypeProperty"));
 }
+
+#include "moc_nodetypepropertymodel.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/modifiers/autotests/layoutevaluator.cpp 
new/rocs-23.08.0/libgraphtheory/modifiers/autotests/layoutevaluator.cpp
--- old/rocs-23.04.3/libgraphtheory/modifiers/autotests/layoutevaluator.cpp     
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/modifiers/autotests/layoutevaluator.cpp     
2023-08-16 22:54:05.000000000 +0200
@@ -166,3 +166,5 @@
     showMetric(numberOfNodesWithIntersectionsMetric_m, outputStream);
     outputStream << std::endl;
 }
+
+#include "moc_layoutevaluator.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/modifiers/autotests/metricsummarizer.cpp 
new/rocs-23.08.0/libgraphtheory/modifiers/autotests/metricsummarizer.cpp
--- old/rocs-23.04.3/libgraphtheory/modifiers/autotests/metricsummarizer.cpp    
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/modifiers/autotests/metricsummarizer.cpp    
2023-08-16 22:54:05.000000000 +0200
@@ -30,3 +30,5 @@
     assert(not values_m.empty());
     return std::accumulate(values_m.begin(), values_m.end(), 0.) / 
values_m.size();
 }
+
+#include "moc_metricsummarizer.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/modifiers/autotests/testforcebasedlayout.cpp 
new/rocs-23.08.0/libgraphtheory/modifiers/autotests/testforcebasedlayout.cpp
--- 
old/rocs-23.04.3/libgraphtheory/modifiers/autotests/testforcebasedlayout.cpp    
    2023-07-04 06:51:03.000000000 +0200
+++ 
new/rocs-23.08.0/libgraphtheory/modifiers/autotests/testforcebasedlayout.cpp    
    2023-08-16 22:54:05.000000000 +0200
@@ -72,3 +72,5 @@
 }
 
 QTEST_MAIN(ForceBasedLayoutTest)
+
+#include "moc_testforcebasedlayout.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/modifiers/autotests/testradiallayout.cpp 
new/rocs-23.08.0/libgraphtheory/modifiers/autotests/testradiallayout.cpp
--- old/rocs-23.04.3/libgraphtheory/modifiers/autotests/testradiallayout.cpp    
2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/modifiers/autotests/testradiallayout.cpp    
2023-08-16 22:54:05.000000000 +0200
@@ -167,3 +167,5 @@
 }
 
 QTEST_MAIN(RadialLayoutTest)
+
+#include "moc_testradiallayout.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/libgraphtheory/node.cpp 
new/rocs-23.08.0/libgraphtheory/node.cpp
--- old/rocs-23.04.3/libgraphtheory/node.cpp    2023-07-04 06:51:03.000000000 
+0200
+++ new/rocs-23.08.0/libgraphtheory/node.cpp    2023-08-16 22:54:05.000000000 
+0200
@@ -308,3 +308,5 @@
 {
     d->q = q;
 }
+
+#include "moc_node.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/libgraphtheory/nodetype.cpp 
new/rocs-23.08.0/libgraphtheory/nodetype.cpp
--- old/rocs-23.04.3/libgraphtheory/nodetype.cpp        2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/nodetype.cpp        2023-08-16 
22:54:05.000000000 +0200
@@ -168,3 +168,5 @@
 {
     d->q = q;
 }
+
+#include "moc_nodetype.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/libgraphtheory/nodetypestyle.cpp 
new/rocs-23.08.0/libgraphtheory/nodetypestyle.cpp
--- old/rocs-23.04.3/libgraphtheory/nodetypestyle.cpp   2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/nodetypestyle.cpp   2023-08-16 
22:54:05.000000000 +0200
@@ -84,3 +84,5 @@
 {
     return d->m_propertyNamesVisible;
 }
+
+#include "moc_nodetypestyle.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/qtquickitems/edgeitem.cpp 
new/rocs-23.08.0/libgraphtheory/qtquickitems/edgeitem.cpp
--- old/rocs-23.04.3/libgraphtheory/qtquickitems/edgeitem.cpp   2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/qtquickitems/edgeitem.cpp   2023-08-16 
22:54:05.000000000 +0200
@@ -164,3 +164,5 @@
         setOpacity(0);
     }
 }
+
+#include "moc_edgeitem.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/libgraphtheory/qtquickitems/nodeitem.cpp 
new/rocs-23.08.0/libgraphtheory/qtquickitems/nodeitem.cpp
--- old/rocs-23.04.3/libgraphtheory/qtquickitems/nodeitem.cpp   2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/libgraphtheory/qtquickitems/nodeitem.cpp   2023-08-16 
22:54:05.000000000 +0200
@@ -171,3 +171,5 @@
         setOpacity(0);
     }
 }
+
+#include "moc_nodeitem.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/libgraphtheory/view.cpp 
new/rocs-23.08.0/libgraphtheory/view.cpp
--- old/rocs-23.04.3/libgraphtheory/view.cpp    2023-07-04 06:51:03.000000000 
+0200
+++ new/rocs-23.08.0/libgraphtheory/view.cpp    2023-08-16 22:54:05.000000000 
+0200
@@ -180,3 +180,5 @@
     dialog->setData(edge->self());
     dialog->show(); // workaround: scene-drag not working with modal dialogs
 }
+
+#include "moc_view.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/org.kde.rocs.appdata.xml 
new/rocs-23.08.0/org.kde.rocs.appdata.xml
--- old/rocs-23.04.3/org.kde.rocs.appdata.xml   2023-07-04 06:51:03.000000000 
+0200
+++ new/rocs-23.08.0/org.kde.rocs.appdata.xml   2023-08-16 22:54:05.000000000 
+0200
@@ -53,7 +53,7 @@
   <summary xml:lang="et">Rocs graafiteooria</summary>
   <summary xml:lang="fi">Rocs-graafiteoria</summary>
   <summary xml:lang="fr">Théorie des graphes Rocs</summary>
-  <summary xml:lang="gl">Teoría de gráficos con Rocs</summary>
+  <summary xml:lang="gl">Teoría de gráficos con Rocs.</summary>
   <summary xml:lang="id">Teori Grafik Rocs</summary>
   <summary xml:lang="it">Rocs - Teoria dei grafi</summary>
   <summary xml:lang="ka">Rocs -ის გრაფიკის თეორ
ია</summary>
@@ -125,7 +125,7 @@
       <caption xml:lang="et">Graafidega töötamine Rocsis</caption>
       <caption xml:lang="fi">Graafityöskentely Rocsissa</caption>
       <caption xml:lang="fr">Travail sur des graphes grâce à Rocs</caption>
-      <caption xml:lang="gl">Traballando con grafos en Rocs</caption>
+      <caption xml:lang="gl">Traballando con grafos en Rocs.</caption>
       <caption xml:lang="id">Bekerja dengan grafik di Rocs</caption>
       <caption xml:lang="it">Lavorare coi grafi in Rocs</caption>
       <caption xml:lang="ka">გრაფიკებთან 
მუშაობა Rocs-ში</caption>
@@ -152,9 +152,9 @@
     <binary>rocs</binary>
   </provides>
   <releases>
+    <release version="23.08.0" date="2023-08-24"/>
     <release version="23.04.3" date="2023-07-06"/>
     <release version="23.04.2" date="2023-06-08"/>
     <release version="23.04.1" date="2023-05-11"/>
-    <release version="23.04.0" date="2023-04-20"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/po/ca/libgraphtheory.po 
new/rocs-23.08.0/po/ca/libgraphtheory.po
--- old/rocs-23.04.3/po/ca/libgraphtheory.po    2023-07-04 06:51:03.000000000 
+0200
+++ new/rocs-23.08.0/po/ca/libgraphtheory.po    2023-08-16 22:54:05.000000000 
+0200
@@ -1432,15 +1432,3 @@
 #, kde-format
 msgid "Select and move elements on the scene"
 msgstr "Selecciona i mou els elements a l'escena"
-
-#~ msgid "Identifier"
-#~ msgstr "Identificador"
-
-#~ msgid "Color"
-#~ msgstr "Color"
-
-#~ msgid "unidirectional"
-#~ msgstr "Unidireccional"
-
-#~ msgid "bidirectional"
-#~ msgstr "Bidireccional"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/po/ca/rocs.po 
new/rocs-23.08.0/po/ca/rocs.po
--- old/rocs-23.04.3/po/ca/rocs.po      2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/po/ca/rocs.po      2023-08-16 22:54:05.000000000 +0200
@@ -603,7 +603,3 @@
 #, kde-format
 msgid "Toggle '%1' view."
 msgstr "Commuta la vista «%1»."
-
-#~ msgctxt "@action:inmenu"
-#~ msgid "Save Project as"
-#~ msgstr "Desa el projecte com a"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/po/gl/libgraphtheory.po 
new/rocs-23.08.0/po/gl/libgraphtheory.po
--- old/rocs-23.04.3/po/gl/libgraphtheory.po    2023-07-04 06:51:03.000000000 
+0200
+++ new/rocs-23.08.0/po/gl/libgraphtheory.po    2023-08-16 22:54:05.000000000 
+0200
@@ -13,7 +13,7 @@
 "Project-Id-Version: Rocs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-11-04 00:42+0000\n"
-"PO-Revision-Date: 2023-05-12 07:47+0200\n"
+"PO-Revision-Date: 2023-08-06 05:21+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
@@ -21,7 +21,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 23.04.0\n"
+"X-Generator: Lokalize 23.04.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -173,7 +173,7 @@
 #: dialogs/nodeproperties.ui:99 dialogs/nodeproperties.ui:112
 #, kde-format
 msgid "Node color"
-msgstr "Cor do vértice"
+msgstr "Cor do vértice."
 
 #: dialogs/nodetypeproperties.cpp:35
 #, kde-format
@@ -526,7 +526,7 @@
 #: editorplugins/generategraph/generategraphwidget.ui:126
 #, kde-format
 msgid "The identifier of the created graph (used for scripting)"
-msgstr "O identificador do grafo creado (úsase no scripting)"
+msgstr "O identificador do grafo creado (úsase no scripting)."
 
 #. i18n: ectx: property (text), widget (QLabel, label_columns)
 #: editorplugins/generategraph/generategraphwidget.ui:148
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/po/gl/rocs.po 
new/rocs-23.08.0/po/gl/rocs.po
--- old/rocs-23.04.3/po/gl/rocs.po      2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/po/gl/rocs.po      2023-08-16 22:54:05.000000000 +0200
@@ -13,7 +13,7 @@
 "Project-Id-Version: Rocs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-23 00:40+0000\n"
-"PO-Revision-Date: 2023-05-12 00:05+0200\n"
+"PO-Revision-Date: 2023-08-06 05:21+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
@@ -21,7 +21,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 23.04.0\n"
+"X-Generator: Lokalize 23.04.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -85,7 +85,7 @@
 #, kde-format
 msgctxt "@info:credit Role"
 msgid "Developer"
-msgstr "Desenvolvedor"
+msgstr "Desenvolvemento."
 
 #: main.cpp:57
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/po/tr/libgraphtheory.po 
new/rocs-23.08.0/po/tr/libgraphtheory.po
--- old/rocs-23.04.3/po/tr/libgraphtheory.po    2023-07-04 06:51:03.000000000 
+0200
+++ new/rocs-23.08.0/po/tr/libgraphtheory.po    2023-08-16 22:54:05.000000000 
+0200
@@ -12,7 +12,7 @@
 "Project-Id-Version: kdeedu-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-11-04 00:42+0000\n"
-"PO-Revision-Date: 2023-02-02 20:07+0300\n"
+"PO-Revision-Date: 2023-07-17 15:29+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\n"
@@ -20,7 +20,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 22.12.1\n"
+"X-Generator: Lokalize 23.07.70\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -360,7 +360,7 @@
 #: editorplugins/assignvalues/assignvalueswidget.ui:400
 #, kde-format
 msgid "Overwrite existing values"
-msgstr "Varolan değerlerin üzerine yaz"
+msgstr "Var olan değerlerin üzerine yaz"
 
 #. i18n: ectx: property (text), widget (QLabel, label_randomNodes)
 #. i18n: ectx: property (text), widget (QLabel, label_randomTreeNodes)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/po/zh_CN/libgraphtheory.po 
new/rocs-23.08.0/po/zh_CN/libgraphtheory.po
--- old/rocs-23.04.3/po/zh_CN/libgraphtheory.po 2023-07-04 06:51:03.000000000 
+0200
+++ new/rocs-23.08.0/po/zh_CN/libgraphtheory.po 2023-08-16 22:54:05.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-11-04 00:42+0000\n"
-"PO-Revision-Date: 2023-07-03 11:40\n"
+"PO-Revision-Date: 2023-08-02 12:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/po/zh_CN/rocs.po 
new/rocs-23.08.0/po/zh_CN/rocs.po
--- old/rocs-23.04.3/po/zh_CN/rocs.po   2023-07-04 06:51:03.000000000 +0200
+++ new/rocs-23.08.0/po/zh_CN/rocs.po   2023-08-16 22:54:05.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-23 00:40+0000\n"
-"PO-Revision-Date: 2023-07-03 11:40\n"
+"PO-Revision-Date: 2023-08-02 12:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/src/autotests/test_project.cpp 
new/rocs-23.08.0/src/autotests/test_project.cpp
--- old/rocs-23.04.3/src/autotests/test_project.cpp     2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/src/autotests/test_project.cpp     2023-08-16 
22:54:05.000000000 +0200
@@ -177,3 +177,5 @@
 }
 
 QTEST_MAIN(TestProject)
+
+#include "moc_test_project.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/src/plugins/scriptapi/method.cpp 
new/rocs-23.08.0/src/plugins/scriptapi/method.cpp
--- old/rocs-23.04.3/src/plugins/scriptapi/method.cpp   2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/src/plugins/scriptapi/method.cpp   2023-08-16 
22:54:05.000000000 +0200
@@ -80,3 +80,5 @@
 {
     return m_returnTypeLink;
 }
+
+#include "moc_method.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/src/plugins/scriptapi/object.cpp 
new/rocs-23.08.0/src/plugins/scriptapi/object.cpp
--- old/rocs-23.04.3/src/plugins/scriptapi/object.cpp   2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/src/plugins/scriptapi/object.cpp   2023-08-16 
22:54:05.000000000 +0200
@@ -124,3 +124,5 @@
 {
     return m_id;
 }
+
+#include "moc_object.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/src/plugins/scriptapi/parameter.cpp 
new/rocs-23.08.0/src/plugins/scriptapi/parameter.cpp
--- old/rocs-23.04.3/src/plugins/scriptapi/parameter.cpp        2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/src/plugins/scriptapi/parameter.cpp        2023-08-16 
22:54:05.000000000 +0200
@@ -50,3 +50,5 @@
 {
     return m_typeLink;
 }
+
+#include "moc_parameter.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/src/plugins/scriptapi/property.cpp 
new/rocs-23.08.0/src/plugins/scriptapi/property.cpp
--- old/rocs-23.04.3/src/plugins/scriptapi/property.cpp 2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/src/plugins/scriptapi/property.cpp 2023-08-16 
22:54:05.000000000 +0200
@@ -60,3 +60,5 @@
 {
     return QString("property").append(m_name);
 }
+
+#include "moc_property.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/src/plugins/scriptapi/scriptapimanager.cpp 
new/rocs-23.08.0/src/plugins/scriptapi/scriptapimanager.cpp
--- old/rocs-23.04.3/src/plugins/scriptapi/scriptapimanager.cpp 2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/src/plugins/scriptapi/scriptapimanager.cpp 2023-08-16 
22:54:05.000000000 +0200
@@ -298,3 +298,5 @@
     }
     return document;
 }
+
+#include "moc_scriptapimanager.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/src/plugins/scriptapi/scriptapimodel.cpp 
new/rocs-23.08.0/src/plugins/scriptapi/scriptapimodel.cpp
--- old/rocs-23.04.3/src/plugins/scriptapi/scriptapimodel.cpp   2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/src/plugins/scriptapi/scriptapimodel.cpp   2023-08-16 
22:54:05.000000000 +0200
@@ -254,3 +254,5 @@
         }
     }
 }
+
+#include "moc_scriptapimodel.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-23.04.3/src/plugins/scriptapi/scriptapiwidget.cpp 
new/rocs-23.08.0/src/plugins/scriptapi/scriptapiwidget.cpp
--- old/rocs-23.04.3/src/plugins/scriptapi/scriptapiwidget.cpp  2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/src/plugins/scriptapi/scriptapiwidget.cpp  2023-08-16 
22:54:05.000000000 +0200
@@ -172,3 +172,5 @@
         ui->buttonNext->setEnabled(false);
     }
 }
+
+#include "moc_scriptapiwidget.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/src/project/project.cpp 
new/rocs-23.08.0/src/project/project.cpp
--- old/rocs-23.04.3/src/project/project.cpp    2023-07-04 06:51:03.000000000 
+0200
+++ new/rocs-23.08.0/src/project/project.cpp    2023-08-16 22:54:05.000000000 
+0200
@@ -444,3 +444,5 @@
 
     return d->m_modified;
 }
+
+#include "moc_project.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/src/ui/codeeditorwidget.cpp 
new/rocs-23.08.0/src/ui/codeeditorwidget.cpp
--- old/rocs-23.04.3/src/ui/codeeditorwidget.cpp        2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/src/ui/codeeditorwidget.cpp        2023-08-16 
22:54:05.000000000 +0200
@@ -93,3 +93,5 @@
 {
     m_project->tryToRemoveCodeDocument(m_project->codeDocuments().at(index));
 }
+
+#include "moc_codeeditorwidget.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/src/ui/documenttypeswidget.cpp 
new/rocs-23.08.0/src/ui/documenttypeswidget.cpp
--- old/rocs-23.04.3/src/ui/documenttypeswidget.cpp     2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/src/ui/documenttypeswidget.cpp     2023-08-16 
22:54:05.000000000 +0200
@@ -108,3 +108,5 @@
     EdgeTypePtr type = EdgeType::create(m_document);
     type->setName(i18n("unnamed"));
 }
+
+#include "moc_documenttypeswidget.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/src/ui/edgetypesdelegate.cpp 
new/rocs-23.08.0/src/ui/edgetypesdelegate.cpp
--- old/rocs-23.04.3/src/ui/edgetypesdelegate.cpp       2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/src/ui/edgetypesdelegate.cpp       2023-08-16 
22:54:05.000000000 +0200
@@ -168,3 +168,5 @@
     dialog->exec();
     delete dialog;
 }
+
+#include "moc_edgetypesdelegate.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/src/ui/fileformatdialog.cpp 
new/rocs-23.08.0/src/ui/fileformatdialog.cpp
--- old/rocs-23.04.3/src/ui/fileformatdialog.cpp        2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/src/ui/fileformatdialog.cpp        2023-08-16 
22:54:05.000000000 +0200
@@ -148,3 +148,5 @@
         return filePlugin->graphDocument();
     }
 }
+
+#include "moc_fileformatdialog.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/src/ui/grapheditorwidget.cpp 
new/rocs-23.08.0/src/ui/grapheditorwidget.cpp
--- old/rocs-23.04.3/src/ui/grapheditorwidget.cpp       2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/src/ui/grapheditorwidget.cpp       2023-08-16 
22:54:05.000000000 +0200
@@ -86,3 +86,5 @@
         m_viewWidgets->setTabText(index, name);
     }
 }
+
+#include "moc_grapheditorwidget.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/src/ui/journalwidget.cpp 
new/rocs-23.08.0/src/ui/journalwidget.cpp
--- old/rocs-23.04.3/src/ui/journalwidget.cpp   2023-07-04 06:51:03.000000000 
+0200
+++ new/rocs-23.08.0/src/ui/journalwidget.cpp   2023-08-16 22:54:05.000000000 
+0200
@@ -51,3 +51,5 @@
 {
     return m_modified;
 }
+
+#include "moc_journalwidget.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/src/ui/mainwindow.cpp 
new/rocs-23.08.0/src/ui/mainwindow.cpp
--- old/rocs-23.04.3/src/ui/mainwindow.cpp      2023-07-04 06:51:03.000000000 
+0200
+++ new/rocs-23.08.0/src/ui/mainwindow.cpp      2023-08-16 22:54:05.000000000 
+0200
@@ -590,3 +590,5 @@
 {
     m_stopScript->setEnabled(false);
 }
+
+#include "moc_mainwindow.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/src/ui/nodetypesdelegate.cpp 
new/rocs-23.08.0/src/ui/nodetypesdelegate.cpp
--- old/rocs-23.04.3/src/ui/nodetypesdelegate.cpp       2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/src/ui/nodetypesdelegate.cpp       2023-08-16 
22:54:05.000000000 +0200
@@ -145,3 +145,5 @@
     dialog->exec();
     dialog->deleteLater();
 }
+
+#include "moc_nodetypesdelegate.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/src/ui/scriptoutputwidget.cpp 
new/rocs-23.08.0/src/ui/scriptoutputwidget.cpp
--- old/rocs-23.04.3/src/ui/scriptoutputwidget.cpp      2023-07-04 
06:51:03.000000000 +0200
+++ new/rocs-23.08.0/src/ui/scriptoutputwidget.cpp      2023-08-16 
22:54:05.000000000 +0200
@@ -76,3 +76,5 @@
         ui->output->setCurrentIndex(0);
     }
 }
+
+#include "moc_scriptoutputwidget.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-23.04.3/src/ui/sidedockwidget.cpp 
new/rocs-23.08.0/src/ui/sidedockwidget.cpp
--- old/rocs-23.04.3/src/ui/sidedockwidget.cpp  2023-07-04 06:51:03.000000000 
+0200
+++ new/rocs-23.08.0/src/ui/sidedockwidget.cpp  2023-08-16 22:54:05.000000000 
+0200
@@ -150,3 +150,5 @@
 {
     return _toolBar;
 }
+
+#include "moc_sidedockwidget.cpp"

Reply via email to