Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qt6-opcua for openSUSE:Factory 
checked in at 2023-03-17 17:03:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-opcua.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-opcua"

Fri Mar 17 17:03:14 2023 rev:17 rq:1072407 version:6.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes      2023-01-11 
14:34:59.241208146 +0100
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.31432/qt6-opcua.changes   
2023-03-17 17:03:53.429563477 +0100
@@ -1,0 +2,6 @@
+Thu Mar 16 10:00:03 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.4.3:
+  * https://www.qt.io/blog/qt-6.4.3-released
+
+-------------------------------------------------------------------

Old:
----
  qtopcua-everywhere-src-6.4.2.tar.xz

New:
----
  qtopcua-everywhere-src-6.4.3.tar.xz

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

Other differences:
------------------
++++++ qt6-opcua.spec ++++++
--- /var/tmp/diff_new_pack.uJAsJW/_old  2023-03-17 17:03:54.113567061 +0100
+++ /var/tmp/diff_new_pack.uJAsJW/_new  2023-03-17 17:03:54.117567082 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.4.2
+%define real_version 6.4.3
 %define short_version 6.4
 %define tar_name qtopcua-everywhere-src
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:           qt6-opcua%{?pkg_suffix}
-Version:        6.4.2
+Version:        6.4.3
 Release:        0
 Summary:        Qt wrapper for existing OPC UA stacks
 # src/plugins/opcua is GPL-3.0-or-later, rest is dual licensed
@@ -125,10 +125,8 @@
 # CMake files are not needed for plugins
 rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
 
-%post -n libQt6DeclarativeOpcua6 -p /sbin/ldconfig
-%post -n libQt6OpcUa6 -p /sbin/ldconfig
-%postun -n libQt6DeclarativeOpcua6 -p /sbin/ldconfig
-%postun -n libQt6OpcUa6 -p /sbin/ldconfig
+%ldconfig_scriptlets -n libQt6DeclarativeOpcua6
+%ldconfig_scriptlets -n libQt6OpcUa6
 
 %files
 %dir %{_qt6_pluginsdir}/opcua

++++++ _service ++++++
--- /var/tmp/diff_new_pack.uJAsJW/_old  2023-03-17 17:03:54.161567312 +0100
+++ /var/tmp/diff_new_pack.uJAsJW/_new  2023-03-17 17:03:54.165567333 +0100
@@ -1,9 +1,9 @@
 <services>
   <service name="tar_scm" mode="disabled">
    <param name="changesgenerate">disable</param>
-   <param name="version">6.4.2</param>
+   <param name="version">6.4.3</param>
    <param name="url">git://code.qt.io/qt/qtopcua.git</param>
-   <param name="revision">v6.4.2</param>
+   <param name="revision">v6.4.3</param>
    <param name="scm">git</param>
    <param name="filename">qtopcua-everywhere-src</param>
   </service>

++++++ qtopcua-everywhere-src-6.4.2.tar.xz -> 
qtopcua-everywhere-src-6.4.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.4.2/.cmake.conf 
new/qtopcua-everywhere-src-6.4.3/.cmake.conf
--- old/qtopcua-everywhere-src-6.4.2/.cmake.conf        2022-12-12 
18:12:21.000000000 +0100
+++ new/qtopcua-everywhere-src-6.4.3/.cmake.conf        2023-03-12 
03:17:10.000000000 +0100
@@ -1,4 +1,4 @@
-set(QT_REPO_MODULE_VERSION "6.4.2")
+set(QT_REPO_MODULE_VERSION "6.4.3")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
 
 set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_LEAN_HEADERS=1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.4.2/dependencies.yaml 
new/qtopcua-everywhere-src-6.4.3/dependencies.yaml
--- old/qtopcua-everywhere-src-6.4.2/dependencies.yaml  2022-12-12 
18:12:21.000000000 +0100
+++ new/qtopcua-everywhere-src-6.4.3/dependencies.yaml  2023-03-12 
03:17:10.000000000 +0100
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-    ref: e3e40c44d3f998a433a6a1080297c5f28e9a768f
+    ref: 519d2d8f442409e86a0ee2fa16bd543342180861
     required: true
   ../qtdeclarative:
-    ref: 1b58f30087eedf42f16572d8ae1d6a5b18f3d698
+    ref: 7161b3a04d08aea891bd7c7e459437260d29c3f3
     required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/certificatedialog.cpp
 
new/qtopcua-everywhere-src-6.4.3/examples/opcua/opcuaviewer/certificatedialog.cpp
--- 
old/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/certificatedialog.cpp
   2022-12-12 18:12:21.000000000 +0100
+++ 
new/qtopcua-everywhere-src-6.4.3/examples/opcua/opcuaviewer/certificatedialog.cpp
   2023-03-12 03:17:10.000000000 +0100
@@ -6,8 +6,6 @@
 #include <QFile>
 #include <QPushButton>
 
-QT_BEGIN_NAMESPACE
-
 CertificateDialog::CertificateDialog(QWidget *parent) :
     QDialog(parent),
     ui(new Ui::CertificateDialog)
@@ -58,5 +56,3 @@
        file.close();
    }
 }
-
-QT_END_NAMESPACE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/certificatedialog.h 
new/qtopcua-everywhere-src-6.4.3/examples/opcua/opcuaviewer/certificatedialog.h
--- 
old/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/certificatedialog.h 
    2022-12-12 18:12:21.000000000 +0100
+++ 
new/qtopcua-everywhere-src-6.4.3/examples/opcua/opcuaviewer/certificatedialog.h 
    2023-03-12 03:17:10.000000000 +0100
@@ -8,10 +8,10 @@
 #include <QSslCertificate>
 
 QT_BEGIN_NAMESPACE
-
 namespace Ui {
 class CertificateDialog;
 }
+QT_END_NAMESPACE
 
 class CertificateDialog : public QDialog
 {
@@ -32,6 +32,4 @@
     QString         m_trustListDirectory;
 };
 
-QT_END_NAMESPACE
-
 #endif // CERTIFICATEDIALOG_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/mainwindow.cpp 
new/qtopcua-everywhere-src-6.4.3/examples/opcua/opcuaviewer/mainwindow.cpp
--- old/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/mainwindow.cpp  
2022-12-12 18:12:21.000000000 +0100
+++ new/qtopcua-everywhere-src-6.4.3/examples/opcua/opcuaviewer/mainwindow.cpp  
2023-03-12 03:17:10.000000000 +0100
@@ -18,8 +18,6 @@
 
 #include <QOpcUaHistoryReadRawRequest>
 
-QT_BEGIN_NAMESPACE
-
 static MainWindow *mainWindowGlobal = nullptr;
 static QtMessageHandler oldMessageHandler = nullptr;
 
@@ -487,5 +485,3 @@
         }
     }
 }
-
-QT_END_NAMESPACE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/mainwindow.h 
new/qtopcua-everywhere-src-6.4.3/examples/opcua/opcuaviewer/mainwindow.h
--- old/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/mainwindow.h    
2022-12-12 18:12:21.000000000 +0100
+++ new/qtopcua-everywhere-src-6.4.3/examples/opcua/opcuaviewer/mainwindow.h    
2023-03-12 03:17:10.000000000 +0100
@@ -4,20 +4,19 @@
 #ifndef MAINWINDOW_H
 #define MAINWINDOW_H
 
-#include <QtOpcUa/QOpcUaHistoryData>
-
+#include <QItemSelection>
 #include <QMainWindow>
 #include <QOpcUaClient>
-#include <QItemSelection>
-
-QT_BEGIN_NAMESPACE
+#include <QOpcUaHistoryData>
+#include <QOpcUaProvider>
 
-class QOpcUaProvider;
 class OpcUaModel;
 
+QT_BEGIN_NAMESPACE
 namespace Ui {
 class MainWindow;
 }
+QT_END_NAMESPACE
 
 class MainWindow : public QMainWindow
 {
@@ -68,6 +67,4 @@
     QScopedPointer<QOpcUaHistoryReadResponse> mHistoryReadResponse;
 };
 
-QT_END_NAMESPACE
-
 #endif // MAINWINDOW_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/opcuamodel.cpp 
new/qtopcua-everywhere-src-6.4.3/examples/opcua/opcuaviewer/opcuamodel.cpp
--- old/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/opcuamodel.cpp  
2022-12-12 18:12:21.000000000 +0100
+++ new/qtopcua-everywhere-src-6.4.3/examples/opcua/opcuaviewer/opcuamodel.cpp  
2023-03-12 03:17:10.000000000 +0100
@@ -7,8 +7,6 @@
 #include <QOpcUaNode>
 #include <QIcon>
 
-QT_BEGIN_NAMESPACE
-
 OpcUaModel::OpcUaModel(QObject *parent) : QAbstractItemModel(parent)
 {
 }
@@ -129,5 +127,3 @@
         return static_cast<TreeItem*>(parent.internalPointer())->columnCount();
     return mRootItem ? mRootItem->columnCount() : 0;
 }
-
-QT_END_NAMESPACE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/opcuamodel.h 
new/qtopcua-everywhere-src-6.4.3/examples/opcua/opcuaviewer/opcuamodel.h
--- old/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/opcuamodel.h    
2022-12-12 18:12:21.000000000 +0100
+++ new/qtopcua-everywhere-src-6.4.3/examples/opcua/opcuaviewer/opcuamodel.h    
2023-03-12 03:17:10.000000000 +0100
@@ -5,13 +5,13 @@
 #define OPCUAMODEL_H
 
 #include "treeitem.h"
+
 #include <QAbstractItemModel>
+#include <QOpcUaClient>
 #include <QOpcUaNode>
-#include <memory>
 
-QT_BEGIN_NAMESPACE
+#include <memory>
 
-class QOpcUaClient;
 class TreeItem;
 
 class OpcUaModel : public QAbstractItemModel
@@ -37,6 +37,4 @@
     friend class TreeItem;
 };
 
-QT_END_NAMESPACE
-
 #endif // OPCUAMODEL_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/treeitem.cpp 
new/qtopcua-everywhere-src-6.4.3/examples/opcua/opcuaviewer/treeitem.cpp
--- old/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/treeitem.cpp    
2022-12-12 18:12:21.000000000 +0100
+++ new/qtopcua-everywhere-src-6.4.3/examples/opcua/opcuaviewer/treeitem.cpp    
2023-03-12 03:17:10.000000000 +0100
@@ -17,8 +17,6 @@
 #include <QMetaEnum>
 #include <QPixmap>
 
-QT_BEGIN_NAMESPACE
-
 const int numberOfDisplayColumns = 8; // NodeId, Value, NodeClass, DataType, 
BrowseName, DisplayName, Description, Historizing
 
 TreeItem::TreeItem(OpcUaModel *model) : QObject(nullptr)
@@ -371,5 +369,3 @@
     return QStringLiteral("[UnitId: %1, NamespaceUri: \"%2\", DisplayName: %3, 
Description: %4]").arg(info.unitId()).arg(
                 
info.namespaceUri()).arg(localizedTextToString(info.displayName())).arg(localizedTextToString(info.description()));
 }
-
-QT_END_NAMESPACE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/treeitem.h 
new/qtopcua-everywhere-src-6.4.3/examples/opcua/opcuaviewer/treeitem.h
--- old/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/treeitem.h      
2022-12-12 18:12:21.000000000 +0100
+++ new/qtopcua-everywhere-src-6.4.3/examples/opcua/opcuaviewer/treeitem.h      
2023-03-12 03:17:10.000000000 +0100
@@ -5,14 +5,13 @@
 #define TREEITEM_H
 
 #include <QObject>
+#include <QOpcUaEUInformation>
 #include <QOpcUaNode>
-#include <memory>
+#include <QOpcUaRange>
 
-QT_BEGIN_NAMESPACE
+#include <memory>
 
 class OpcUaModel;
-class QOpcUaRange;
-class QOpcUaEUInformation;
 
 class TreeItem : public QObject
 {
@@ -78,6 +77,4 @@
     return list;
 }
 
-QT_END_NAMESPACE
-
 #endif // TREEITEM_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.4.2/tests/auto/declarative/BLACKLIST 
new/qtopcua-everywhere-src-6.4.3/tests/auto/declarative/BLACKLIST
--- old/qtopcua-everywhere-src-6.4.2/tests/auto/declarative/BLACKLIST   
2022-12-12 18:12:21.000000000 +0100
+++ new/qtopcua-everywhere-src-6.4.3/tests/auto/declarative/BLACKLIST   
2023-03-12 03:17:10.000000000 +0100
@@ -1,3 +1,6 @@
 # QTBUG-100007
 [SubscriptionsTest: open62541: Create String Node Id::test_nodeTest]
 macos
+# QTBUG-104418
+[AbsoluteNodeTest: open62541: Assign int value to double node::test_nodeTest]
+macos

Reply via email to