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 2024-10-03 17:37:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old) and /work/SRC/openSUSE:Factory/.qt6-opcua.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-opcua" Thu Oct 3 17:37:38 2024 rev:30 rq:1205135 version:6.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes 2024-06-24 20:53:34.744936689 +0200 +++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.19354/qt6-opcua.changes 2024-10-03 17:37:56.302112990 +0200 @@ -1,0 +2,6 @@ +Sat Sep 28 08:23:02 UTC 2024 - Christophe Marin <[email protected]> + +- Update to 6.7.3 + * https://www.qt.io/blog/qt-6.7.3-released + +------------------------------------------------------------------- Old: ---- qtopcua-everywhere-src-6.7.2.tar.xz New: ---- qtopcua-everywhere-src-6.7.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-opcua.spec ++++++ --- /var/tmp/diff_new_pack.hU9abY/_old 2024-10-03 17:37:57.026143231 +0200 +++ /var/tmp/diff_new_pack.hU9abY/_new 2024-10-03 17:37:57.030143398 +0200 @@ -16,7 +16,7 @@ # -%define real_version 6.7.2 +%define real_version 6.7.3 %define short_version 6.7 %define tar_name qtopcua-everywhere-src %define tar_suffix %{nil} @@ -27,7 +27,7 @@ %endif # Name: qt6-opcua%{?pkg_suffix} -Version: 6.7.2 +Version: 6.7.3 Release: 0 Summary: Qt wrapper for existing OPC UA stacks # src/plugins/opcua is GPL-3.0-or-later, rest is dual licensed ++++++ _service ++++++ --- /var/tmp/diff_new_pack.hU9abY/_old 2024-10-03 17:37:57.070145069 +0200 +++ /var/tmp/diff_new_pack.hU9abY/_new 2024-10-03 17:37:57.078145403 +0200 @@ -1,9 +1,9 @@ <services> <service name="tar_scm" mode="disabled"> <param name="changesgenerate">disable</param> - <param name="version">6.7.2</param> + <param name="version">6.7.3</param> <param name="url">git://code.qt.io/qt/qtopcua.git</param> - <param name="revision">v6.7.2</param> + <param name="revision">v6.7.3</param> <param name="scm">git</param> <param name="filename">qtopcua-everywhere-src</param> </service> ++++++ qtopcua-everywhere-src-6.7.2.tar.xz -> qtopcua-everywhere-src-6.7.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtopcua-everywhere-src-6.7.2/.cmake.conf new/qtopcua-everywhere-src-6.7.3/.cmake.conf --- old/qtopcua-everywhere-src-6.7.2/.cmake.conf 2024-06-08 01:54:52.000000000 +0200 +++ new/qtopcua-everywhere-src-6.7.3/.cmake.conf 2024-09-19 20:59:29.000000000 +0200 @@ -1,4 +1,4 @@ -set(QT_REPO_MODULE_VERSION "6.7.2") +set(QT_REPO_MODULE_VERSION "6.7.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.7.2/dependencies.yaml new/qtopcua-everywhere-src-6.7.3/dependencies.yaml --- old/qtopcua-everywhere-src-6.7.2/dependencies.yaml 2024-06-08 01:54:52.000000000 +0200 +++ new/qtopcua-everywhere-src-6.7.3/dependencies.yaml 2024-09-19 20:59:29.000000000 +0200 @@ -1,7 +1,7 @@ dependencies: ../qtbase: - ref: b5fbe0923cfc566036b83c3d968f225b26117efc + ref: 92b685784960eea6eb353688cf0edeb94d69c6cd required: true ../qtdeclarative: - ref: 12533cc0bd83a2076efb4af0bc1832b0db9568fc + ref: 34ffe0c15a9564fefcf01a738eb0bde370399959 required: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtopcua-everywhere-src-6.7.2/src/opcua/x509/openssl_symbols.cpp new/qtopcua-everywhere-src-6.7.3/src/opcua/x509/openssl_symbols.cpp --- old/qtopcua-everywhere-src-6.7.2/src/opcua/x509/openssl_symbols.cpp 2024-06-08 01:54:52.000000000 +0200 +++ new/qtopcua-everywhere-src-6.7.3/src/opcua/x509/openssl_symbols.cpp 2024-09-19 20:59:29.000000000 +0200 @@ -593,11 +593,15 @@ { LoadedOpenSsl result; -#ifdef Q_PROCESSOR_X86_64 +#if defined(Q_PROCESSOR_X86_64) #define QT_SSL_SUFFIX "-x64" -#else // !Q_PROCESSOFR_X86_64 +#elif defined(Q_PROCESSOR_ARM_64) +#define QT_SSL_SUFFIX "-arm64" +#elif defined(Q_PROCESSOR_ARM_32) +#define QT_SSL_SUFFIX "-arm" +#else #define QT_SSL_SUFFIX -#endif // !Q_PROCESSOR_x86_64 +#endif tryToLoadOpenSslWin32Library(QLatin1String("libssl-3" QT_SSL_SUFFIX), QLatin1String("libcrypto-3" QT_SSL_SUFFIX), result); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtopcua-everywhere-src-6.7.2/src/plugins/opcua/open62541/qopen62541backend.cpp new/qtopcua-everywhere-src-6.7.3/src/plugins/opcua/open62541/qopen62541backend.cpp --- old/qtopcua-everywhere-src-6.7.2/src/plugins/opcua/open62541/qopen62541backend.cpp 2024-06-08 01:54:52.000000000 +0200 +++ new/qtopcua-everywhere-src-6.7.3/src/plugins/opcua/open62541/qopen62541backend.cpp 2024-09-19 20:59:29.000000000 +0200 @@ -477,12 +477,10 @@ void Open62541AsyncBackend::findServers(const QUrl &url, const QStringList &localeIds, const QStringList &serverUris) { - UA_Client *tmpClient = UA_Client_new(); - auto conf = UA_Client_getConfig(tmpClient); - - conf->logger = m_open62541Logger; - - UA_ClientConfig_setDefault(UA_Client_getConfig(tmpClient)); + UA_ClientConfig initialConfig {}; + initialConfig.logger = m_open62541Logger; + UA_ClientConfig_setDefault(&initialConfig); + UA_Client *tmpClient = UA_Client_newWithConfig(&initialConfig); UaDeleter<UA_Client> clientDeleter(tmpClient, UA_Client_delete); @@ -1008,10 +1006,11 @@ emit stateAndOrErrorChanged(QOpcUaClient::Connecting, QOpcUaClient::NoError); - m_uaclient = UA_Client_new(); - auto conf = UA_Client_getConfig(m_uaclient); + UA_ClientConfig initialConfig {}; + initialConfig.logger = m_open62541Logger; + m_uaclient = UA_Client_newWithConfig(&initialConfig); - conf->logger = m_open62541Logger; + auto conf = UA_Client_getConfig(m_uaclient); const auto identity = m_clientImpl->m_client->applicationIdentity(); const auto authInfo = m_clientImpl->m_client->authenticationInformation(); @@ -1196,12 +1195,10 @@ void Open62541AsyncBackend::requestEndpoints(const QUrl &url) { - UA_Client *tmpClient = UA_Client_new(); - auto conf = UA_Client_getConfig(tmpClient); - - conf->logger = m_open62541Logger; - - UA_ClientConfig_setDefault(conf); + UA_ClientConfig initialConfig {}; + initialConfig.logger = m_open62541Logger; + UA_ClientConfig_setDefault(&initialConfig); + UA_Client *tmpClient = UA_Client_newWithConfig(&initialConfig); size_t numEndpoints = 0; UA_EndpointDescription *endpoints = nullptr;
