commit qt6-opcua for openSUSE:Factory

2024-10-03 Thread Source-Sync
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 
+
+- 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 @@
 
   
disable
-   6.7.2
+   6.7.3
git://code.qt.io/qt/qtopcua.git
-   v6.7.2
+   v6.7.3
git
qtopcua-everywhere-src
   

++ 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.conf2024-06-08 
01:54:52.0 +0200
+++ new/qtopcua-everywhere-src-6.7.3/.cmake.conf2024-09-19 
20:59:29.0 +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.0 +0200
+++ new/qtopcua-everywhere-src-6.7.3/dependencies.yaml  2024-09-19 
20:59:29.0 +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.0 +0200
+++ new/qtopcua-everywhere-src-6.7.3/src/opcua/x509/openssl_symbols.cpp 
2024-09-19 20:59:29.0 +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.0 +0200
+++ 
new/qtopcua-everywhere-src-6.7.3/src/plugins/opcua/open62541/qopen62541backend.cpp
  2024-09-19 20:59:29.0 +0200
@@ -477,12 +477,10 @@
 
 void Open62541AsyncBackend::findServe

commit qt6-opcua for openSUSE:Factory

2024-06-24 Thread Source-Sync
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-06-24 20:52:40

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.18349 (New)


Package is "qt6-opcua"

Mon Jun 24 20:52:40 2024 rev:29 rq:1182600 version:6.7.2

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2024-05-27 
11:54:31.806882927 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.18349/qt6-opcua.changes   
2024-06-24 20:53:34.744936689 +0200
@@ -1,0 +2,6 @@
+Wed Jun 19 07:25:51 UTC 2024 - Christophe Marin 
+
+- Update to 6.7.2:
+  * https://www.qt.io/blog/qt-6.7.2-released
+
+---

Old:

  qtopcua-everywhere-src-6.7.1.tar.xz

New:

  qtopcua-everywhere-src-6.7.2.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.WoAeKD/_old  2024-06-24 20:53:35.532965521 +0200
+++ /var/tmp/diff_new_pack.WoAeKD/_new  2024-06-24 20:53:35.540965814 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.7.1
+%define real_version 6.7.2
 %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.1
+Version:6.7.2
 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.WoAeKD/_old  2024-06-24 20:53:35.628969034 +0200
+++ /var/tmp/diff_new_pack.WoAeKD/_new  2024-06-24 20:53:35.632969180 +0200
@@ -1,9 +1,9 @@
 
   
disable
-   6.7.1
+   6.7.2
git://code.qt.io/qt/qtopcua.git
-   v6.7.1
+   v6.7.2
git
qtopcua-everywhere-src
   

++ qtopcua-everywhere-src-6.7.1.tar.xz -> 
qtopcua-everywhere-src-6.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.7.1/.cmake.conf 
new/qtopcua-everywhere-src-6.7.2/.cmake.conf
--- old/qtopcua-everywhere-src-6.7.1/.cmake.conf2024-05-09 
01:15:46.0 +0200
+++ new/qtopcua-everywhere-src-6.7.2/.cmake.conf2024-06-08 
01:54:52.0 +0200
@@ -1,4 +1,4 @@
-set(QT_REPO_MODULE_VERSION "6.7.1")
+set(QT_REPO_MODULE_VERSION "6.7.2")
 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.1/dependencies.yaml 
new/qtopcua-everywhere-src-6.7.2/dependencies.yaml
--- old/qtopcua-everywhere-src-6.7.1/dependencies.yaml  2024-05-09 
01:15:46.0 +0200
+++ new/qtopcua-everywhere-src-6.7.2/dependencies.yaml  2024-06-08 
01:54:52.0 +0200
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-ref: c195fe7d33decbd5ddd47ae46dbf8e0d9c20ba85
+ref: b5fbe0923cfc566036b83c3d968f225b26117efc
 required: true
   ../qtdeclarative:
-ref: 734849e4577b75e85420b08ddb55974482bbd063
+ref: 12533cc0bd83a2076efb4af0bc1832b0db9568fc
 required: true


commit qt6-opcua for openSUSE:Factory

2024-05-27 Thread Source-Sync
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-05-27 11:48:29

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.24587 (New)


Package is "qt6-opcua"

Mon May 27 11:48:29 2024 rev:28 rq:1176061 version:6.7.1

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2024-04-08 
17:51:20.979642976 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.24587/qt6-opcua.changes   
2024-05-27 11:54:31.806882927 +0200
@@ -1,0 +2,6 @@
+Tue May 21 08:31:37 UTC 2024 - Christophe Marin 
+
+- Update to 6.7.1:
+  * https://www.qt.io/blog/qt-6.7.1-released
+
+---

Old:

  qtopcua-everywhere-src-6.7.0.tar.xz

New:

  qtopcua-everywhere-src-6.7.1.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.3RzBso/_old  2024-05-27 11:54:34.402978135 +0200
+++ /var/tmp/diff_new_pack.3RzBso/_new  2024-05-27 11:54:34.406978283 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.7.0
+%define real_version 6.7.1
 %define short_version 6.7
 %define tar_name qtopcua-everywhere-src
 %define tar_suffix %{nil}
@@ -27,14 +27,14 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.7.0
+Version:6.7.1
 Release:0
 Summary:Qt wrapper for existing OPC UA stacks
 # src/plugins/opcua is GPL-3.0-or-later, rest is dual licensed
 # only exception is the open62541 folder which is MPL-2.0
 License:(GPL-2.0-or-later OR LGPL-3.0-only) AND GPL-3.0-or-later
 URL:https://www.qt.io
-Source: %{tar_name}-%{real_version}%{tar_suffix}.tar.xz
+Source0:%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
 Source99:   qt6-opcua-rpmlintrc
 BuildRequires:  pkgconfig
 BuildRequires:  qt6-core-private-devel

++ _service ++
--- /var/tmp/diff_new_pack.3RzBso/_old  2024-05-27 11:54:34.454980042 +0200
+++ /var/tmp/diff_new_pack.3RzBso/_new  2024-05-27 11:54:34.458980189 +0200
@@ -1,9 +1,9 @@
 
   
disable
-   6.7.0
+   6.7.1
git://code.qt.io/qt/qtopcua.git
-   v6.7.0
+   v6.7.1
git
qtopcua-everywhere-src
   

++ qtopcua-everywhere-src-6.7.0.tar.xz -> 
qtopcua-everywhere-src-6.7.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.7.0/.cmake.conf 
new/qtopcua-everywhere-src-6.7.1/.cmake.conf
--- old/qtopcua-everywhere-src-6.7.0/.cmake.conf2024-03-22 
19:51:37.0 +0100
+++ new/qtopcua-everywhere-src-6.7.1/.cmake.conf2024-05-09 
01:15:46.0 +0200
@@ -1,4 +1,4 @@
-set(QT_REPO_MODULE_VERSION "6.7.0")
+set(QT_REPO_MODULE_VERSION "6.7.1")
 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.0/dependencies.yaml 
new/qtopcua-everywhere-src-6.7.1/dependencies.yaml
--- old/qtopcua-everywhere-src-6.7.0/dependencies.yaml  2024-03-22 
19:51:37.0 +0100
+++ new/qtopcua-everywhere-src-6.7.1/dependencies.yaml  2024-05-09 
01:15:46.0 +0200
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-ref: 98602c26fc97eb41e3dd7548194ca637420a31b9
+ref: c195fe7d33decbd5ddd47ae46dbf8e0d9c20ba85
 required: true
   ../qtdeclarative:
-ref: e6d14fcdc95713f65367499629f93fb1f1e35ec9
+ref: 734849e4577b75e85420b08ddb55974482bbd063
 required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.7.0/examples/CMakeLists.txt 
new/qtopcua-everywhere-src-6.7.1/examples/CMakeLists.txt
--- old/qtopcua-everywhere-src-6.7.0/examples/CMakeLists.txt2024-03-22 
19:51:37.0 +0100
+++ new/qtopcua-everywhere-src-6.7.1/examples/CMakeLists.txt2024-05-09 
01:15:46.0 +0200
@@ -1,5 +1,5 @@
 # Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
 
 qt_examples_build_begin(EXTERNAL_BUILD)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.7.0/examples/opcua/CMakeLists.txt 
new/qtopcua-everywhere-src-6.7.1/examples/opcua/CMakeLists.txt
--- old/qtopcua-everywhere-src-6.7.0/examples/opcua/CMakeLists.txt  
2024-03-22 19:51:37.0 +0100
+++ new/qtopcua-everywhere-src-6.7.1/examples/opcua/CMakeLists.txt  
2024-05-09 01:15:46.0 +0200
@@ -1,5 +1,5 @@
 # Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3

commit qt6-opcua for openSUSE:Factory

2024-03-28 Thread Source-Sync
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-03-28 13:54:23

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.1905 (New)


Package is "qt6-opcua"

Thu Mar 28 13:54:23 2024 rev:26 rq:1162385 version:6.6.3

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2024-02-18 
20:24:23.280648927 +0100
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.1905/qt6-opcua.changes
2024-03-28 14:22:02.78668 +0100
@@ -1,0 +2,6 @@
+Tue Mar 26 14:26:11 UTC 2024 - Christophe Marin 
+
+- Update to 6.6.3:
+  * https://www.qt.io/blog/qt-6.6.3-released
+
+---

Old:

  qtopcua-everywhere-src-6.6.2.tar.xz

New:

  qtopcua-everywhere-src-6.6.3.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.c5pm04/_old  2024-03-28 14:22:11.482875478 +0100
+++ /var/tmp/diff_new_pack.c5pm04/_new  2024-03-28 14:22:11.482875478 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qt6-opcua
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.6.2
+%define real_version 6.6.3
 %define short_version 6.6
 %define tar_name qtopcua-everywhere-src
 %define tar_suffix %{nil}
@@ -27,12 +27,12 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.6.2
+Version:6.6.3
 Release:0
 Summary:Qt wrapper for existing OPC UA stacks
 # src/plugins/opcua is GPL-3.0-or-later, rest is dual licensed
 # only exception is the open62541 folder which is MPL-2.0
-License:GPL-3.0-or-later AND (LGPL-3.0-only OR GPL-2.0-or-later)
+License:(GPL-2.0-or-later OR LGPL-3.0-only) AND GPL-3.0-or-later
 URL:https://www.qt.io
 Source: %{tar_name}-%{real_version}%{tar_suffix}.tar.xz
 Source99:   qt6-opcua-rpmlintrc

++ _service ++
--- /var/tmp/diff_new_pack.c5pm04/_old  2024-03-28 14:22:11.518876803 +0100
+++ /var/tmp/diff_new_pack.c5pm04/_new  2024-03-28 14:22:11.522876950 +0100
@@ -1,9 +1,9 @@
 
   
disable
-   6.6.2
+   6.6.3
git://code.qt.io/qt/qtopcua.git
-   v6.6.2
+   v6.6.3
git
qtopcua-everywhere-src
   

++ qtopcua-everywhere-src-6.6.2.tar.xz -> 
qtopcua-everywhere-src-6.6.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.6.2/.cmake.conf 
new/qtopcua-everywhere-src-6.6.3/.cmake.conf
--- old/qtopcua-everywhere-src-6.6.2/.cmake.conf2024-02-09 
23:03:37.0 +0100
+++ new/qtopcua-everywhere-src-6.6.3/.cmake.conf2024-03-19 
00:53:28.0 +0100
@@ -1,4 +1,4 @@
-set(QT_REPO_MODULE_VERSION "6.6.2")
+set(QT_REPO_MODULE_VERSION "6.6.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.6.2/dependencies.yaml 
new/qtopcua-everywhere-src-6.6.3/dependencies.yaml
--- old/qtopcua-everywhere-src-6.6.2/dependencies.yaml  2024-02-09 
23:03:37.0 +0100
+++ new/qtopcua-everywhere-src-6.6.3/dependencies.yaml  2024-03-19 
00:53:28.0 +0100
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-ref: dec1863c7dc63e5788b0c6c061d36e856a6ae2b2
+ref: afdec885058c92e24604f398a926297222da06f3
 required: true
   ../qtdeclarative:
-ref: b3d82373ac90e54ad4cbab0c16709a19a9441beb
+ref: ab5521fd1a637739c7e91def84caa84426055aff
 required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.6.2/src/3rdparty/open62541/qt_attribution.json 
new/qtopcua-everywhere-src-6.6.3/src/3rdparty/open62541/qt_attribution.json
--- old/qtopcua-everywhere-src-6.6.2/src/3rdparty/open62541/qt_attribution.json 
2024-02-09 23:03:37.0 +0100
+++ new/qtopcua-everywhere-src-6.6.3/src/3rdparty/open62541/qt_attribution.json 
2024-03-19 00:53:28.0 +0100
@@ -6,7 +6,7 @@
 "Description": "Open62541 is an open source implementation of the OPC UA 
protocol.",
 "Homepage": "https://open62541.org/";,
 "Version": "1.3.6",
-"License": "Mozilla Public License 2.0 and Creative Commons Zero v1.0 
Universal and Creative Commons Attribution Non Commercial Share Alike 4.0 
International and BSD 3-Clause \"New\" or \"Revised\" License and Apache 
License 2.0 and MIT License",
+"License": "Mozilla 

commit qt6-opcua for openSUSE:Factory

2023-10-13 Thread Source-Sync
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-10-13 23:14:19

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.20540 (New)


Package is "qt6-opcua"

Fri Oct 13 23:14:19 2023 rev:23 rq:1116942 version:6.6.0

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2023-10-02 
20:07:29.289009122 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.20540/qt6-opcua.changes   
2023-10-13 23:14:49.399346624 +0200
@@ -1,0 +2,6 @@
+Tue Oct 10 09:39:55 UTC 2023 - Christophe Marin 
+
+- Update to 6.6.0
+  * https://www.qt.io/blog/qt-6.6-released
+
+---

Old:

  qtopcua-everywhere-src-6.5.3.tar.xz

New:

  qtopcua-everywhere-src-6.6.0.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.vFJcvj/_old  2023-10-13 23:14:50.651392037 +0200
+++ /var/tmp/diff_new_pack.vFJcvj/_new  2023-10-13 23:14:50.651392037 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.5.3
-%define short_version 6.5
+%define real_version 6.6.0
+%define short_version 6.6
 %define tar_name qtopcua-everywhere-src
 %define tar_suffix %{nil}
 #
@@ -27,7 +27,7 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.5.3
+Version:6.6.0
 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.vFJcvj/_old  2023-10-13 23:14:50.691393488 +0200
+++ /var/tmp/diff_new_pack.vFJcvj/_new  2023-10-13 23:14:50.695393633 +0200
@@ -1,9 +1,9 @@
 
   
disable
-   6.5.3
+   6.6.0
git://code.qt.io/qt/qtopcua.git
-   v6.5.3
+   v6.6.0
git
qtopcua-everywhere-src
   

++ qtopcua-everywhere-src-6.5.3.tar.xz -> 
qtopcua-everywhere-src-6.6.0.tar.xz ++
 2452 lines of diff (skipped)


commit qt6-opcua for openSUSE:Factory

2023-10-02 Thread Source-Sync
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-10-02 20:05:37

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.28202 (New)


Package is "qt6-opcua"

Mon Oct  2 20:05:37 2023 rev:22 rq:1114501 version:6.5.3

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2023-07-26 
13:23:10.519731467 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.28202/qt6-opcua.changes   
2023-10-02 20:07:29.289009122 +0200
@@ -1,0 +2,6 @@
+Thu Sep 28 07:34:15 UTC 2023 - Christophe Marin 
+
+- Update to 6.5.3
+  * https://www.qt.io/blog/qt-6.5.3-released
+
+---

Old:

  qtopcua-everywhere-src-6.5.2.tar.xz

New:

  qtopcua-everywhere-src-6.5.3.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.JxXCa4/_old  2023-10-02 20:07:30.433050265 +0200
+++ /var/tmp/diff_new_pack.JxXCa4/_new  2023-10-02 20:07:30.437050409 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.5.2
+%define real_version 6.5.3
 %define short_version 6.5
 %define tar_name qtopcua-everywhere-src
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.5.2
+Version:6.5.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.JxXCa4/_old  2023-10-02 20:07:30.469051559 +0200
+++ /var/tmp/diff_new_pack.JxXCa4/_new  2023-10-02 20:07:30.473051703 +0200
@@ -1,9 +1,9 @@
 
   
disable
-   6.5.2
+   6.5.3
git://code.qt.io/qt/qtopcua.git
-   v6.5.2
+   v6.5.3
git
qtopcua-everywhere-src
   

++ qtopcua-everywhere-src-6.5.2.tar.xz -> 
qtopcua-everywhere-src-6.5.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.5.2/.cmake.conf 
new/qtopcua-everywhere-src-6.5.3/.cmake.conf
--- old/qtopcua-everywhere-src-6.5.2/.cmake.conf2023-07-07 
14:29:42.0 +0200
+++ new/qtopcua-everywhere-src-6.5.3/.cmake.conf2023-09-24 
11:46:28.0 +0200
@@ -1,4 +1,4 @@
-set(QT_REPO_MODULE_VERSION "6.5.2")
+set(QT_REPO_MODULE_VERSION "6.5.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.5.2/dependencies.yaml 
new/qtopcua-everywhere-src-6.5.3/dependencies.yaml
--- old/qtopcua-everywhere-src-6.5.2/dependencies.yaml  2023-07-07 
14:29:42.0 +0200
+++ new/qtopcua-everywhere-src-6.5.3/dependencies.yaml  2023-09-24 
11:46:28.0 +0200
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-ref: af457a9f0f7eb1a2a7d11f495da508faab91a442
+ref: 372eaedc5b8c771c46acc4c96e91bbade4ca3624
 required: true
   ../qtdeclarative:
-ref: f289063ff19588a11dd79213632785cfda2909a0
+ref: e00c258fa5a4e122636d441967dea035865fac5d
 required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.5.2/examples/opcua/CMakeLists.txt 
new/qtopcua-everywhere-src-6.5.3/examples/opcua/CMakeLists.txt
--- old/qtopcua-everywhere-src-6.5.2/examples/opcua/CMakeLists.txt  
2023-07-07 14:29:42.0 +0200
+++ new/qtopcua-everywhere-src-6.5.3/examples/opcua/CMakeLists.txt  
2023-09-24 11:46:28.0 +0200
@@ -4,7 +4,7 @@
 if(TARGET Qt6::Widgets)
 qt_internal_add_example(opcuaviewer)
 endif()
-if(QT_FEATURE_gds AND QT_FEATURE_ssl AND NOT APPLE AND NOT WINRT)
+if(QT_FEATURE_gds AND QT_FEATURE_ssl AND NOT APPLE AND NOT WINRT AND NOT 
ANDROID)
 qt_internal_add_example(x509)
 endif()
 if(QT_FEATURE_open62541 AND TARGET Qt6::Quick)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.5.2/examples/opcua/opcuaviewer/doc/opcuaviewer.qdoc
 
new/qtopcua-everywhere-src-6.5.3/examples/opcua/opcuaviewer/doc/opcuaviewer.qdoc
--- 
old/qtopcua-everywhere-src-6.5.2/examples/opcua/opcuaviewer/doc/opcuaviewer.qdoc
2023-07-07 14:29:42.0 +0200
+++ 
new/qtopcua-everywhere-src-6.5.3/examples/opcua/opcuaviewer/doc/opcuaviewer.qdoc
2023-09-24 11:46:28.0 +0200
@@ -5,6 +5,7 @@
 \example opcuaviewer
 \ingroup qtopcua-examples
 \title Qt OPC UA Viewer Example
+\examplecategory {Data Processing & I/O}
 \brief Using the model/view approach to display all nodes of an
 OPC UA server in a tree view.
 
Binary files

commit qt6-opcua for openSUSE:Factory

2023-07-26 Thread Source-Sync
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-07-26 13:22:42

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.15225 (New)


Package is "qt6-opcua"

Wed Jul 26 13:22:42 2023 rev:21 rq:109 version:6.5.2

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2023-07-08 
22:47:44.399338579 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.15225/qt6-opcua.changes   
2023-07-26 13:23:10.519731467 +0200
@@ -1,0 +2,6 @@
+Thu Jul 20 09:06:56 UTC 2023 - Christophe Marin 
+
+- Update to 6.5.2
+  * https://www.qt.io/blog/qt-6.5.2-released-1
+
+---

Old:

  qtopcua-everywhere-src-6.5.1.tar.xz

New:

  qtopcua-everywhere-src-6.5.2.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.GhCSB7/_old  2023-07-26 13:23:11.235735520 +0200
+++ /var/tmp/diff_new_pack.GhCSB7/_new  2023-07-26 13:23:11.239735543 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.5.1
+%define real_version 6.5.2
 %define short_version 6.5
 %define tar_name qtopcua-everywhere-src
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.5.1
+Version:6.5.2
 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.GhCSB7/_old  2023-07-26 13:23:11.279735769 +0200
+++ /var/tmp/diff_new_pack.GhCSB7/_new  2023-07-26 13:23:11.283735792 +0200
@@ -1,9 +1,9 @@
 
   
disable
-   6.5.1
+   6.5.2
git://code.qt.io/qt/qtopcua.git
-   v6.5.1
+   v6.5.2
git
qtopcua-everywhere-src
   

++ qtopcua-everywhere-src-6.5.1.tar.xz -> 
qtopcua-everywhere-src-6.5.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.5.1/.cmake.conf 
new/qtopcua-everywhere-src-6.5.2/.cmake.conf
--- old/qtopcua-everywhere-src-6.5.1/.cmake.conf2023-05-16 
11:46:53.0 +0200
+++ new/qtopcua-everywhere-src-6.5.2/.cmake.conf2023-07-07 
14:29:42.0 +0200
@@ -1,4 +1,4 @@
-set(QT_REPO_MODULE_VERSION "6.5.1")
+set(QT_REPO_MODULE_VERSION "6.5.2")
 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.5.1/CMakeLists.txt 
new/qtopcua-everywhere-src-6.5.2/CMakeLists.txt
--- old/qtopcua-everywhere-src-6.5.1/CMakeLists.txt 2023-05-16 
11:46:53.0 +0200
+++ new/qtopcua-everywhere-src-6.5.2/CMakeLists.txt 2023-07-07 
14:29:42.0 +0200
@@ -13,6 +13,7 @@
 
 find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals 
Core Network)
 find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Gui Quick 
QuickTest Widgets)
+qt_internal_project_setup()
 
 # Needed for qt_opcua_disable_optimizations_in_current_dir.
 include(src/opcua/Qt6OpcUaMacros.cmake)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.5.1/conanfile.py 
new/qtopcua-everywhere-src-6.5.2/conanfile.py
--- old/qtopcua-everywhere-src-6.5.1/conanfile.py   2023-05-16 
11:46:53.0 +0200
+++ new/qtopcua-everywhere-src-6.5.2/conanfile.py   1970-01-01 
01:00:00.0 +0100
@@ -1,31 +0,0 @@
-# Copyright (C) 2021 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH 
Qt-GPL-exception-1.0
-
-from conans import ConanFile
-import re
-from pathlib import Path
-
-
-def _parse_qt_version_by_key(key: str) -> str:
-with open(Path(__file__).parent.resolve() / ".cmake.conf") as f:
-m = re.search(fr'{key} .*"(.*)"', f.read())
-return m.group(1) if m else ""
-
-
-def _get_qt_minor_version() -> str:
-return 
".".join(_parse_qt_version_by_key("QT_REPO_MODULE_VERSION").split(".")[:2])
-
-
-class QtOPCUA(ConanFile):
-name = "qtopcua"
-license = "GPL-3.0+, Commercial Qt License Agreement"
-author = "The Qt Company "
-url = "https://code.qt.io/cgit/qt/qtopcua.git";
-description = "Qt wrapper for existing OPC UA stacks."
-topics = "qt", "qt6", "OPC UA", "OPCUA"
-settings = "os", "compiler", "arch", "build_type"
-# for referencing the version number and prerelease tag and dependencies 
info
-exports = ".cmake.conf", "dependencies.yaml"
-exports_sources = "*", "!conan*.*"
-python_requires = 
f"qt-c

commit qt6-opcua for openSUSE:Factory

2023-07-08 Thread Source-Sync
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-07-08 22:47:37

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.23466 (New)


Package is "qt6-opcua"

Sat Jul  8 22:47:37 2023 rev:20 rq:1097618 version:6.5.1

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2023-05-28 
19:22:57.973006239 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.23466/qt6-opcua.changes   
2023-07-08 22:47:44.399338579 +0200
@@ -1,0 +2,5 @@
+Fri Jun 30 15:13:12 UTC 2023 - Christophe Marin 
+
+- Update subpackages requirements
+
+---



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.Cn7QAD/_old  2023-07-08 22:47:45.495345166 +0200
+++ /var/tmp/diff_new_pack.Cn7QAD/_new  2023-07-08 22:47:45.503345215 +0200
@@ -76,6 +76,8 @@
 %package private-devel
 Summary:Non-ABI stable API for the Qt 6 OpcUa library
 Requires:   cmake(Qt6OpcUa) = %{real_version}
+%requires_eqqt6-core-private-devel
+%requires_eqqt6-network-private-devel
 
 %description private-devel
 This package provides private headers of libQt6Opcua that do not have any


commit qt6-opcua for openSUSE:Factory

2023-05-28 Thread Source-Sync
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-05-28 19:22:31

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.1533 (New)


Package is "qt6-opcua"

Sun May 28 19:22:31 2023 rev:19 rq:1089150 version:6.5.1

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2023-04-05 
21:36:47.642958514 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.1533/qt6-opcua.changes
2023-05-28 19:22:57.973006239 +0200
@@ -1,0 +2,6 @@
+Wed May 24 07:45:34 UTC 2023 - Christophe Marin 
+
+- Update to 6.5.1
+  * https://www.qt.io/blog/qt-6.5.1-released
+
+---

Old:

  qtopcua-everywhere-src-6.5.0.tar.xz

New:

  qtopcua-everywhere-src-6.5.1.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.43tbWj/_old  2023-05-28 19:22:58.509009429 +0200
+++ /var/tmp/diff_new_pack.43tbWj/_new  2023-05-28 19:22:58.517009477 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.5.0
+%define real_version 6.5.1
 %define short_version 6.5
 %define tar_name qtopcua-everywhere-src
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.5.0
+Version:6.5.1
 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.43tbWj/_old  2023-05-28 19:22:58.561009738 +0200
+++ /var/tmp/diff_new_pack.43tbWj/_new  2023-05-28 19:22:58.561009738 +0200
@@ -1,9 +1,9 @@
 
   
disable
-   6.5.0
+   6.5.1
git://code.qt.io/qt/qtopcua.git
-   v6.5.0
+   v6.5.1
git
qtopcua-everywhere-src
   

++ qtopcua-everywhere-src-6.5.0.tar.xz -> 
qtopcua-everywhere-src-6.5.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.5.0/.cmake.conf 
new/qtopcua-everywhere-src-6.5.1/.cmake.conf
--- old/qtopcua-everywhere-src-6.5.0/.cmake.conf2023-03-28 
16:23:52.0 +0200
+++ new/qtopcua-everywhere-src-6.5.1/.cmake.conf2023-05-16 
11:46:53.0 +0200
@@ -1,4 +1,4 @@
-set(QT_REPO_MODULE_VERSION "6.5.0")
+set(QT_REPO_MODULE_VERSION "6.5.1")
 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.5.0/dependencies.yaml 
new/qtopcua-everywhere-src-6.5.1/dependencies.yaml
--- old/qtopcua-everywhere-src-6.5.0/dependencies.yaml  2023-03-28 
16:23:52.0 +0200
+++ new/qtopcua-everywhere-src-6.5.1/dependencies.yaml  2023-05-16 
11:46:53.0 +0200
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-ref: aea92807be2567c4212b96ae67de7137075ba4ee
+ref: 55aee8697512af105dfefabc1e2ec41d4df1e45e
 required: true
   ../qtdeclarative:
-ref: 3238e18d6b0dc45d2e765fb0b93da5cbf3f396ec
+ref: 65651dc1d333e2aded18b0d6f0b71c35e5b40c1c
 required: true


commit qt6-opcua for openSUSE:Factory

2023-04-05 Thread Source-Sync
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-04-05 21:31:58

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.19717 (New)


Package is "qt6-opcua"

Wed Apr  5 21:31:58 2023 rev:18 rq:1077333 version:6.5.0

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2023-03-17 
17:03:53.429563477 +0100
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.19717/qt6-opcua.changes   
2023-04-05 21:36:47.642958514 +0200
@@ -1,0 +2,6 @@
+Mon Apr  3 10:02:17 UTC 2023 - Christophe Marin 
+
+- Update to 6.5.0
+  * https://www.qt.io/blog/qt-6.5-lts-released
+
+---

Old:

  qtopcua-everywhere-src-6.4.3.tar.xz

New:

  qtopcua-everywhere-src-6.5.0.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.VJ5uxA/_old  2023-04-05 21:36:48.186961619 +0200
+++ /var/tmp/diff_new_pack.VJ5uxA/_new  2023-04-05 21:36:48.194961664 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qt6-opcua
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.4.3
-%define short_version 6.4
+%define real_version 6.5.0
+%define short_version 6.5
 %define tar_name qtopcua-everywhere-src
 %define tar_suffix %{nil}
 #
@@ -27,7 +27,7 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.4.3
+Version:6.5.0
 Release:0
 Summary:Qt wrapper for existing OPC UA stacks
 # src/plugins/opcua is GPL-3.0-or-later, rest is dual licensed
@@ -39,12 +39,12 @@
 BuildRequires:  pkgconfig
 BuildRequires:  qt6-core-private-devel
 BuildRequires:  qt6-network-private-devel
-BuildRequires:  cmake(Qt6Core)
-BuildRequires:  cmake(Qt6Gui)
-BuildRequires:  cmake(Qt6Network)
-BuildRequires:  cmake(Qt6Quick)
-BuildRequires:  cmake(Qt6QuickTest)
-BuildRequires:  cmake(Qt6Widgets)
+BuildRequires:  cmake(Qt6Core) = %{real_version}
+BuildRequires:  cmake(Qt6Gui) = %{real_version}
+BuildRequires:  cmake(Qt6Network) = %{real_version}
+BuildRequires:  cmake(Qt6Quick) = %{real_version}
+BuildRequires:  cmake(Qt6QuickTest) = %{real_version}
+BuildRequires:  cmake(Qt6Widgets) = %{real_version}
 BuildRequires:  pkgconfig(openssl)
 %if "%{qt6_flavor}" == "docs"
 BuildRequires:  qt6-tools
@@ -68,7 +68,7 @@
 %package devel
 Summary:Qt 6 OpcUa library - Development files
 Requires:   libQt6OpcUa6 = %{version}
-Requires:   cmake(Qt6Network)
+Requires:   cmake(Qt6Network) = %{real_version}
 
 %description devel
 Development files for the Qt 6 OpcUa library.
@@ -97,9 +97,9 @@
 %package -n qt6-declarativeopcua-private-devel
 Summary:Non-ABI stable API for the Qt 6 DeclarativeOpcua library
 Requires:   libQt6DeclarativeOpcua6 = %{version}
-Requires:   cmake(Qt6Gui)
+Requires:   cmake(Qt6Gui) = %{real_version}
 Requires:   cmake(Qt6OpcUa) = %{real_version}
-Requires:   cmake(Qt6Quick)
+Requires:   cmake(Qt6Quick) = %{real_version}
 
 %description -n qt6-declarativeopcua-private-devel
 This package provides private headers of libDeclarativeOpcua that do not have

++ _service ++
--- /var/tmp/diff_new_pack.VJ5uxA/_old  2023-04-05 21:36:48.282962167 +0200
+++ /var/tmp/diff_new_pack.VJ5uxA/_new  2023-04-05 21:36:48.286962189 +0200
@@ -1,9 +1,9 @@
 
   
disable
-   6.4.3
+   6.5.0
git://code.qt.io/qt/qtopcua.git
-   v6.4.3
+   v6.5.0
git
qtopcua-everywhere-src
   

++ qtopcua-everywhere-src-6.4.3.tar.xz -> 
qtopcua-everywhere-src-6.5.0.tar.xz ++
 100871 lines of diff (skipped)


commit qt6-opcua for openSUSE:Factory

2023-03-17 Thread Source-Sync
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 
+
+- 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 @@
 
   
disable
-   6.4.2
+   6.4.3
git://code.qt.io/qt/qtopcua.git
-   v6.4.2
+   v6.4.3
git
qtopcua-everywhere-src
   

++ 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.conf2022-12-12 
18:12:21.0 +0100
+++ new/qtopcua-everywhere-src-6.4.3/.cmake.conf2023-03-12 
03:17:10.0 +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.0 +0100
+++ new/qtopcua-everywhere-src-6.4.3/dependencies.yaml  2023-03-12 
03:17:10.0 +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.0 +0100
+++ 
new/qtopcua-everywhere-src-6.4.3/examples/opcua/opcuaviewer/certificatedialog.cpp
   2023-03-12 03:17:10.0 +0100
@@ -6,8 +6,6 @@
 #include 
 #include 
 
-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:2

commit qt6-opcua for openSUSE:Factory

2023-01-11 Thread Source-Sync
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-01-11 14:34:01

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.32243 (New)


Package is "qt6-opcua"

Wed Jan 11 14:34:01 2023 rev:16 rq:1057268 version:6.4.2

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2022-11-21 
15:29:12.628530988 +0100
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.32243/qt6-opcua.changes   
2023-01-11 14:34:59.241208146 +0100
@@ -1,0 +2,6 @@
+Fri Jan  6 16:46:45 UTC 2023 - Christophe Marin 
+
+- Update to 6.4.2:
+  * https://www.qt.io/blog/qt-6.4.2-released
+
+---

Old:

  qtopcua-everywhere-src-6.4.1.tar.xz

New:

  qtopcua-everywhere-src-6.4.2.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.LCy4Zl/_old  2023-01-11 14:34:59.677210611 +0100
+++ /var/tmp/diff_new_pack.LCy4Zl/_new  2023-01-11 14:34:59.681210633 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.4.1
+%define real_version 6.4.2
 %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.1
+Version:6.4.2
 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.LCy4Zl/_old  2023-01-11 14:34:59.725210882 +0100
+++ /var/tmp/diff_new_pack.LCy4Zl/_new  2023-01-11 14:34:59.729210904 +0100
@@ -1,9 +1,9 @@
 
   
disable
-   6.4.1
+   6.4.2
git://code.qt.io/qt/qtopcua.git
-   v6.4.1
+   v6.4.2
git
qtopcua-everywhere-src
   

++ qtopcua-everywhere-src-6.4.1.tar.xz -> 
qtopcua-everywhere-src-6.4.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.4.1/.cmake.conf 
new/qtopcua-everywhere-src-6.4.2/.cmake.conf
--- old/qtopcua-everywhere-src-6.4.1/.cmake.conf2022-11-08 
19:50:00.0 +0100
+++ new/qtopcua-everywhere-src-6.4.2/.cmake.conf2022-12-12 
18:12:21.0 +0100
@@ -1,4 +1,4 @@
-set(QT_REPO_MODULE_VERSION "6.4.1")
+set(QT_REPO_MODULE_VERSION "6.4.2")
 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.1/dependencies.yaml 
new/qtopcua-everywhere-src-6.4.2/dependencies.yaml
--- old/qtopcua-everywhere-src-6.4.1/dependencies.yaml  2022-11-08 
19:50:00.0 +0100
+++ new/qtopcua-everywhere-src-6.4.2/dependencies.yaml  2022-12-12 
18:12:21.0 +0100
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-ref: 905755304a474c942346774d930b92e3665c1bab
+ref: e3e40c44d3f998a433a6a1080297c5f28e9a768f
 required: true
   ../qtdeclarative:
-ref: a514640b2a38391fceaaac3ca01b390ad3d62f31
+ref: 1b58f30087eedf42f16572d8ae1d6a5b18f3d698
 required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.4.1/examples/opcua/opcuaviewer/certificatedialog.cpp
 
new/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/certificatedialog.cpp
--- 
old/qtopcua-everywhere-src-6.4.1/examples/opcua/opcuaviewer/certificatedialog.cpp
   2022-11-08 19:50:00.0 +0100
+++ 
new/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/certificatedialog.cpp
   2022-12-12 18:12:21.0 +0100
@@ -36,7 +36,7 @@
 ui->btnTrust->setEnabled(false);
 }
 
-for (const QSslCertificate &cert : qAsConst(certs))
+for (const QSslCertificate &cert : std::as_const(certs))
 ui->certificate->appendPlainText(cert.toText());
 
 ui->message->setText(message);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.4.1/examples/opcua/opcuaviewer/mainwindow.cpp 
new/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/mainwindow.cpp
--- old/qtopcua-everywhere-src-6.4.1/examples/opcua/opcuaviewer/mainwindow.cpp  
2022-11-08 19:50:00.0 +0100
+++ new/qtopcua-everywhere-src-6.4.2/examples/opcua/opcuaviewer/mainwindow.cpp  
2022-12-12 18:12:21.0 +0100
@@ -195,7 +195,7 @@
 ui->servers->clear();
 for (const auto &server : servers) {
 const auto urls = server.discoveryUrls();
-for (const auto &url : qAsConst(urls))
+for (const auto &url : std::as_const(urls))
 ui->

commit qt6-opcua for openSUSE:Factory

2022-11-21 Thread Source-Sync
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 2022-11-21 15:29:02

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.1597 (New)


Package is "qt6-opcua"

Mon Nov 21 15:29:02 2022 rev:15 rq:1036912 version:6.4.1

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2022-10-01 
17:43:33.173713387 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.1597/qt6-opcua.changes
2022-11-21 15:29:12.628530988 +0100
@@ -1,0 +2,6 @@
+Tue Nov 15 11:53:16 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 6.4.1:
+  * https://www.qt.io/blog/qt-6.4.1-released
+
+---

Old:

  qtopcua-everywhere-src-6.4.0.tar.xz

New:

  qtopcua-everywhere-src-6.4.1.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.VucnCu/_old  2022-11-21 15:29:13.156533670 +0100
+++ /var/tmp/diff_new_pack.VucnCu/_new  2022-11-21 15:29:13.160533689 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.4.0
+%define real_version 6.4.1
 %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.0
+Version:6.4.1
 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.VucnCu/_old  2022-11-21 15:29:13.200533892 +0100
+++ /var/tmp/diff_new_pack.VucnCu/_new  2022-11-21 15:29:13.204533913 +0100
@@ -1,9 +1,9 @@
 
   
disable
-   6.4.0
+   6.4.1
git://code.qt.io/qt/qtopcua.git
-   v6.4.0
+   v6.4.1
git
qtopcua-everywhere-src
   

++ qtopcua-everywhere-src-6.4.0.tar.xz -> 
qtopcua-everywhere-src-6.4.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.4.0/.cmake.conf 
new/qtopcua-everywhere-src-6.4.1/.cmake.conf
--- old/qtopcua-everywhere-src-6.4.0/.cmake.conf2022-09-23 
13:51:06.0 +0200
+++ new/qtopcua-everywhere-src-6.4.1/.cmake.conf2022-11-08 
19:50:00.0 +0100
@@ -1,4 +1,4 @@
-set(QT_REPO_MODULE_VERSION "6.4.0")
+set(QT_REPO_MODULE_VERSION "6.4.1")
 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.0/dependencies.yaml 
new/qtopcua-everywhere-src-6.4.1/dependencies.yaml
--- old/qtopcua-everywhere-src-6.4.0/dependencies.yaml  2022-09-23 
13:51:06.0 +0200
+++ new/qtopcua-everywhere-src-6.4.1/dependencies.yaml  2022-11-08 
19:50:00.0 +0100
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-ref: bc7e63385522c2020168cf367a8b3b1e6c6bc65e
+ref: 905755304a474c942346774d930b92e3665c1bab
 required: true
   ../qtdeclarative:
-ref: 0c0f33b73e3259dbf35481d3f1ffb81a97b76190
+ref: a514640b2a38391fceaaac3ca01b390ad3d62f31
 required: true


commit qt6-opcua for openSUSE:Factory

2022-10-01 Thread Source-Sync
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 2022-10-01 17:43:11

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.2275 (New)


Package is "qt6-opcua"

Sat Oct  1 17:43:11 2022 rev:14 rq:1007318 version:6.4.0

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2022-09-15 
23:00:37.841459381 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.2275/qt6-opcua.changes
2022-10-01 17:43:33.173713387 +0200
@@ -1,0 +2,11 @@
+Thu Sep 29 10:35:57 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 6.4.0:
+  * https://www.qt.io/blog/qt-6.4-released
+
+---
+Fri Sep 16 08:29:12 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 6.4.0 RC
+
+---

Old:

  qtopcua-everywhere-src-6.3.2.tar.xz

New:

  qtopcua-everywhere-src-6.4.0.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.mlbADr/_old  2022-10-01 17:43:33.605714172 +0200
+++ /var/tmp/diff_new_pack.mlbADr/_new  2022-10-01 17:43:33.609714180 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.3.2
-%define short_version 6.3
+%define real_version 6.4.0
+%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.3.2
+Version:6.4.0
 Release:0
 Summary:Qt wrapper for existing OPC UA stacks
 # src/plugins/opcua is GPL-3.0-or-later, rest is dual licensed
@@ -135,7 +135,7 @@
 %{_qt6_pluginsdir}/opcua/libopen62541_backend.so
 
 %files -n libQt6OpcUa6
-%license LICENSE.*
+%license LICENSES/*
 %{_qt6_libdir}/libQt6OpcUa.so.*
 
 %files devel

++ _service ++
--- /var/tmp/diff_new_pack.mlbADr/_old  2022-10-01 17:43:33.653714260 +0200
+++ /var/tmp/diff_new_pack.mlbADr/_new  2022-10-01 17:43:33.657714267 +0200
@@ -1,9 +1,9 @@
 
   
disable
-   6.3.2
+   6.4.0
git://code.qt.io/qt/qtopcua.git
-   v6.3.2
+   v6.4.0
git
qtopcua-everywhere-src
   

++ qtopcua-everywhere-src-6.3.2.tar.xz -> 
qtopcua-everywhere-src-6.4.0.tar.xz ++
 19623 lines of diff (skipped)


commit qt6-opcua for openSUSE:Factory

2022-09-15 Thread Source-Sync
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 2022-09-15 22:59:28

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.2083 (New)


Package is "qt6-opcua"

Thu Sep 15 22:59:28 2022 rev:13 rq:1003812 version:6.3.2

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2022-06-20 
15:37:55.478916462 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.2083/qt6-opcua.changes
2022-09-15 23:00:37.841459381 +0200
@@ -1,0 +2,6 @@
+Fri Sep  9 12:41:40 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 6.3.2:
+  * https://www.qt.io/blog/qt-6.3.2-released
+
+---

Old:

  qtopcua-everywhere-src-6.3.1.tar.xz

New:

  qtopcua-everywhere-src-6.3.2.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.j6tF6r/_old  2022-09-15 23:00:38.305460691 +0200
+++ /var/tmp/diff_new_pack.j6tF6r/_new  2022-09-15 23:00:38.309460702 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.3.1
+%define real_version 6.3.2
 %define short_version 6.3
 %define tar_name qtopcua-everywhere-src
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.3.1
+Version:6.3.2
 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.j6tF6r/_old  2022-09-15 23:00:38.357460838 +0200
+++ /var/tmp/diff_new_pack.j6tF6r/_new  2022-09-15 23:00:38.361460849 +0200
@@ -1,9 +1,9 @@
 
   
disable
-   6.3.1
+   6.3.2
git://code.qt.io/qt/qtopcua.git
-   v6.3.1
+   v6.3.2
git
qtopcua-everywhere-src
   

++ qtopcua-everywhere-src-6.3.1.tar.xz -> 
qtopcua-everywhere-src-6.3.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.3.1/.cmake.conf 
new/qtopcua-everywhere-src-6.3.2/.cmake.conf
--- old/qtopcua-everywhere-src-6.3.1/.cmake.conf2022-06-08 
05:53:21.0 +0200
+++ new/qtopcua-everywhere-src-6.3.2/.cmake.conf2022-09-07 
03:06:41.0 +0200
@@ -1,2 +1,2 @@
-set(QT_REPO_MODULE_VERSION "6.3.1")
+set(QT_REPO_MODULE_VERSION "6.3.2")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.3.1/dependencies.yaml 
new/qtopcua-everywhere-src-6.3.2/dependencies.yaml
--- old/qtopcua-everywhere-src-6.3.1/dependencies.yaml  2022-06-08 
05:53:21.0 +0200
+++ new/qtopcua-everywhere-src-6.3.2/dependencies.yaml  2022-09-07 
03:06:41.0 +0200
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-ref: 8483dcde90f40cdfd0a0ec4245b03610b46b6cae
+ref: 12dc1dc09d73f5400e1e77181749793885ed9ffc
 required: true
   ../qtdeclarative:
-ref: 47ef121e1a436fd46129cdaa1a4398c82045eb97
+ref: 9e53299b7743565392f12fdf175dfdc6e3c329f5
 required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.3.1/src/3rdparty/open62541/open62541.h 
new/qtopcua-everywhere-src-6.3.2/src/3rdparty/open62541/open62541.h
--- old/qtopcua-everywhere-src-6.3.1/src/3rdparty/open62541/open62541.h 
2022-06-08 05:53:21.0 +0200
+++ new/qtopcua-everywhere-src-6.3.2/src/3rdparty/open62541/open62541.h 
2022-09-07 03:06:41.0 +0200
@@ -1259,8 +1259,10 @@
 return __sync_add_and_fetch(addr, increase);
 #endif
 #else
-*addr += increase;
-return *addr;
+uint32_t accu = *addr;
+accu += increase;
+*addr = accu;
+return accu;
 #endif
 }
 
@@ -1273,8 +1275,10 @@
 return __sync_add_and_fetch(addr, increase);
 #endif
 #else
-*addr += increase;
-return *addr;
+size_t accu = *addr;
+accu += increase;
+*addr = accu;
+return accu;
 #endif
 }
 
@@ -1287,8 +1291,10 @@
 return __sync_sub_and_fetch(addr, decrease);
 #endif
 #else
-*addr -= decrease;
-return *addr;
+uint32_t accu = *addr;
+accu -= decrease;
+*addr = accu;
+return accu;
 #endif
 }
 
@@ -1301,8 +1307,10 @@
 return __sync_sub_and_fetch(addr, decrease);
 #endif
 #else
-*addr -= decrease;
-return *addr;
+size_t accu = *addr;
+accu -= decrease;
+*addr = accu;
+return accu;
 #endif
 }
 
@@ -23415,7 +23423,7 @@
 volatile UA_Byte c = 0;
 for(size_t i = 0; i < length; ++i) {
 UA_Byte x = a[i], y = b[i];
-c |= x ^ y;
+c = c | (x ^ y);
 }
 return !c;
 }
diff -urN '--exclude=CVS' '--exclude=.c

commit qt6-opcua for openSUSE:Factory

2022-06-20 Thread Source-Sync
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 2022-06-20 15:37:31

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.1548 (New)


Package is "qt6-opcua"

Mon Jun 20 15:37:31 2022 rev:12 rq:983742 version:6.3.1

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2022-04-20 
16:56:01.794550182 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.1548/qt6-opcua.changes
2022-06-20 15:37:55.478916462 +0200
@@ -1,0 +2,6 @@
+Fri Jun 17 15:15:21 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 6.3.1:
+  * https://www.qt.io/blog/qt-6.3.1-released
+
+---

Old:

  qtopcua-everywhere-src-6.3.0.tar.xz

New:

  qtopcua-everywhere-src-6.3.1.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.X8G3D2/_old  2022-06-20 15:37:55.970917181 +0200
+++ /var/tmp/diff_new_pack.X8G3D2/_new  2022-06-20 15:37:55.974917187 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.3.0
+%define real_version 6.3.1
 %define short_version 6.3
 %define tar_name qtopcua-everywhere-src
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.3.0
+Version:6.3.1
 Release:0
 Summary:Qt wrapper for existing OPC UA stacks
 # src/plugins/opcua is GPL-3.0-or-later, rest is dual licensed
@@ -37,15 +37,15 @@
 Source: %{tar_name}-%{real_version}%{tar_suffix}.tar.xz
 Source99:   qt6-opcua-rpmlintrc
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(openssl)
 BuildRequires:  qt6-core-private-devel
 BuildRequires:  qt6-network-private-devel
 BuildRequires:  cmake(Qt6Core)
 BuildRequires:  cmake(Qt6Gui)
 BuildRequires:  cmake(Qt6Network)
-BuildRequires:  cmake(Qt6QuickTest)
 BuildRequires:  cmake(Qt6Quick)
+BuildRequires:  cmake(Qt6QuickTest)
 BuildRequires:  cmake(Qt6Widgets)
+BuildRequires:  pkgconfig(openssl)
 %if "%{qt6_flavor}" == "docs"
 BuildRequires:  qt6-tools
 %{qt6_doc_packages}
@@ -97,8 +97,8 @@
 %package -n qt6-declarativeopcua-private-devel
 Summary:Non-ABI stable API for the Qt 6 DeclarativeOpcua library
 Requires:   libQt6DeclarativeOpcua6 = %{version}
-Requires:   cmake(Qt6OpcUa) = %{real_version}
 Requires:   cmake(Qt6Gui)
+Requires:   cmake(Qt6OpcUa) = %{real_version}
 Requires:   cmake(Qt6Quick)
 
 %description -n qt6-declarativeopcua-private-devel
@@ -149,6 +149,7 @@
 %{_qt6_libdir}/libQt6OpcUa.so
 %{_qt6_metatypesdir}/qt6opcua_*_metatypes.json
 %{_qt6_mkspecsdir}/modules/qt_lib_opcua.pri
+%{_qt6_pkgconfigdir}/Qt6OpcUa.pc
 %exclude %{_qt6_includedir}/QtOpcUa/%{real_version}
 
 %files private-devel
@@ -170,6 +171,7 @@
 %{_qt6_metatypesdir}/qt6declarativeopcua_*_metatypes.json
 %{_qt6_mkspecsdir}/modules/qt_lib_declarativeopcua.pri
 %{_qt6_mkspecsdir}/modules/qt_lib_declarativeopcua_private.pri
+%{_qt6_pkgconfigdir}/Qt6DeclarativeOpcua.pc
 
 %endif
 

++ _service ++
--- /var/tmp/diff_new_pack.X8G3D2/_old  2022-06-20 15:37:56.022917257 +0200
+++ /var/tmp/diff_new_pack.X8G3D2/_new  2022-06-20 15:37:56.026917263 +0200
@@ -1,9 +1,9 @@
 
   
disable
-   6.3.0
+   6.3.1
git://code.qt.io/qt/qtopcua.git
-   v6.3.0
+   v6.3.1
git
qtopcua-everywhere-src
   

++ qtopcua-everywhere-src-6.3.0.tar.xz -> 
qtopcua-everywhere-src-6.3.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.3.0/.cmake.conf 
new/qtopcua-everywhere-src-6.3.1/.cmake.conf
--- old/qtopcua-everywhere-src-6.3.0/.cmake.conf2022-04-05 
23:42:27.0 +0200
+++ new/qtopcua-everywhere-src-6.3.1/.cmake.conf2022-06-08 
05:53:21.0 +0200
@@ -1,2 +1,2 @@
-set(QT_REPO_MODULE_VERSION "6.3.0")
-set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
+set(QT_REPO_MODULE_VERSION "6.3.1")
+set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.3.0/coin/module_config.yaml 
new/qtopcua-everywhere-src-6.3.1/coin/module_config.yaml
--- old/qtopcua-everywhere-src-6.3.0/coin/module_config.yaml2022-04-05 
23:42:27.0 +0200
+++ new/qtopcua-everywhere-src-6.3.1/coin/module_config.yaml2022-06-08 
05:53:21.0 +0200
@@ -9,5 +9,11 @@
 - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
 
   Test:
-- !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
-- !include "{{qt/qtbase}}/coin_module_test_docs.yaml"
+- type: Group
+  instructions:
+- !include "{{qt/qtbase

commit qt6-opcua for openSUSE:Factory

2022-04-20 Thread Source-Sync
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 2022-04-20 16:55:45

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.1941 (New)


Package is "qt6-opcua"

Wed Apr 20 16:55:45 2022 rev:11 rq:970798 version:6.3.0

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2022-03-29 
18:14:54.603101392 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.1941/qt6-opcua.changes
2022-04-20 16:56:01.794550182 +0200
@@ -1,0 +2,11 @@
+Fri Apr  8 11:56:56 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 6.3.0:
+  * https://www.qt.io/blog/qt-6.3-released
+
+---
+Tue Mar 29 12:28:36 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 6.3.0-rc
+
+---

Old:

  qtopcua-everywhere-src-6.2.4.tar.xz

New:

  qtopcua-everywhere-src-6.3.0.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.i0t58k/_old  2022-04-20 16:56:02.990551299 +0200
+++ /var/tmp/diff_new_pack.i0t58k/_new  2022-04-20 16:56:02.994551303 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qt6-opcua
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.2.4
-%define short_version 6.2
+%define real_version 6.3.0
+%define short_version 6.3
 %define tar_name qtopcua-everywhere-src
 %define tar_suffix %{nil}
 #
@@ -27,7 +27,7 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.2.4
+Version:6.3.0
 Release:0
 Summary:Qt wrapper for existing OPC UA stacks
 # src/plugins/opcua is GPL-3.0-or-later, rest is dual licensed
@@ -88,6 +88,23 @@
 %description imports
 QML files and plugins from the Qt 6 OpcUa module.
 
+%package -n libQt6DeclarativeOpcua6
+Summary:Qt 6 DeclarativeOpcua library
+
+%description -n libQt6DeclarativeOpcua6
+Qt 6 DeclarativeOpcua library.
+
+%package -n qt6-declarativeopcua-private-devel
+Summary:Non-ABI stable API for the Qt 6 DeclarativeOpcua library
+Requires:   libQt6DeclarativeOpcua6 = %{version}
+Requires:   cmake(Qt6OpcUa) = %{real_version}
+Requires:   cmake(Qt6Gui)
+Requires:   cmake(Qt6Quick)
+
+%description -n qt6-declarativeopcua-private-devel
+This package provides private headers of libDeclarativeOpcua that do not have
+any ABI or API guarantees.
+
 %{qt6_examples_package}
 
 %endif
@@ -108,7 +125,9 @@
 # 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
 
 %files
@@ -139,6 +158,19 @@
 %files imports
 %{_qt6_qmldir}/QtOpcUa/
 
+%files -n libQt6DeclarativeOpcua6
+%{_qt6_libdir}/libQt6DeclarativeOpcua.so.*
+
+%files -n qt6-declarativeopcua-private-devel
+%{_qt6_cmakedir}/Qt6DeclarativeOpcua/
+%{_qt6_descriptionsdir}/DeclarativeOpcua.json
+%{_qt6_includedir}/QtDeclarativeOpcua/
+%{_qt6_libdir}/libQt6DeclarativeOpcua.prl
+%{_qt6_libdir}/libQt6DeclarativeOpcua.so
+%{_qt6_metatypesdir}/qt6declarativeopcua_*_metatypes.json
+%{_qt6_mkspecsdir}/modules/qt_lib_declarativeopcua.pri
+%{_qt6_mkspecsdir}/modules/qt_lib_declarativeopcua_private.pri
+
 %endif
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.i0t58k/_old  2022-04-20 16:56:03.030551336 +0200
+++ /var/tmp/diff_new_pack.i0t58k/_new  2022-04-20 16:56:03.030551336 +0200
@@ -1,9 +1,9 @@
 
   
disable
-   6.2.4
+   6.3.0
git://code.qt.io/qt/qtopcua.git
-   v6.2.4
+   v6.3.0
git
qtopcua-everywhere-src
   

++ qtopcua-everywhere-src-6.2.4.tar.xz -> 
qtopcua-everywhere-src-6.3.0.tar.xz ++
 74907 lines of diff (skipped)


commit qt6-opcua for openSUSE:Factory

2022-03-29 Thread Source-Sync
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 2022-03-29 18:14:36

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.1900 (New)


Package is "qt6-opcua"

Tue Mar 29 18:14:36 2022 rev:10 rq:965399 version:6.2.4

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2022-02-02 
22:45:01.374064054 +0100
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.1900/qt6-opcua.changes
2022-03-29 18:14:54.603101392 +0200
@@ -1,0 +2,6 @@
+Mon Mar 21 08:46:53 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 6.2.4
+  * https://www.qt.io/blog/qt-6.2.4-released
+
+---

Old:

  qtopcua-everywhere-src-6.2.3.tar.xz

New:

  qtopcua-everywhere-src-6.2.4.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.c10P2k/_old  2022-03-29 18:14:55.195101994 +0200
+++ /var/tmp/diff_new_pack.c10P2k/_new  2022-03-29 18:14:55.203102002 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.2.3
+%define real_version 6.2.4
 %define short_version 6.2
 %define tar_name qtopcua-everywhere-src
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.2.3
+Version:6.2.4
 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.c10P2k/_old  2022-03-29 18:14:55.251102050 +0200
+++ /var/tmp/diff_new_pack.c10P2k/_new  2022-03-29 18:14:55.255102054 +0200
@@ -1,9 +1,9 @@
 
   
disable
-   6.2.3
+   6.2.4
git://code.qt.io/qt/qtopcua.git
-   v6.2.3
+   v6.2.4
git
qtopcua-everywhere-src
   

++ qtopcua-everywhere-src-6.2.3.tar.xz -> 
qtopcua-everywhere-src-6.2.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.2.3/.cmake.conf 
new/qtopcua-everywhere-src-6.2.4/.cmake.conf
--- old/qtopcua-everywhere-src-6.2.3/.cmake.conf2022-01-19 
00:00:26.0 +0100
+++ new/qtopcua-everywhere-src-6.2.4/.cmake.conf2022-03-04 
08:18:24.0 +0100
@@ -1,2 +1,2 @@
-set(QT_REPO_MODULE_VERSION "6.2.3")
+set(QT_REPO_MODULE_VERSION "6.2.4")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.2.3/.qmake.conf 
new/qtopcua-everywhere-src-6.2.4/.qmake.conf
--- old/qtopcua-everywhere-src-6.2.3/.qmake.conf2022-01-19 
00:00:26.0 +0100
+++ new/qtopcua-everywhere-src-6.2.4/.qmake.conf2022-03-04 
08:18:24.0 +0100
@@ -3,4 +3,4 @@
 ROOT_SOURCE_DIR=$$PWD
 ROOT_BUILD_DIR=$$shadowed($$PWD)
 
-MODULE_VERSION = 6.2.3
+MODULE_VERSION = 6.2.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.2.3/dependencies.yaml 
new/qtopcua-everywhere-src-6.2.4/dependencies.yaml
--- old/qtopcua-everywhere-src-6.2.3/dependencies.yaml  2022-01-19 
00:00:26.0 +0100
+++ new/qtopcua-everywhere-src-6.2.4/dependencies.yaml  2022-03-04 
08:18:24.0 +0100
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-ref: 4db05007d72963c082f3ffdfcc7a68c1fb53c266
+ref: d3b5353380797f3b67599ccebc5dc916057681e5
 required: true
   ../qtdeclarative:
-ref: 28dfd3b03d5ed8ca4c0f7f07f70fb591b5e245ba
+ref: 26140891b4b77e2e8292f75e9d20f5798a2bd247
 required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.2.3/examples/CMakeLists.txt 
new/qtopcua-everywhere-src-6.2.4/examples/CMakeLists.txt
--- old/qtopcua-everywhere-src-6.2.3/examples/CMakeLists.txt2022-01-19 
00:00:26.0 +0100
+++ new/qtopcua-everywhere-src-6.2.4/examples/CMakeLists.txt2022-03-04 
08:18:24.0 +0100
@@ -1,6 +1,6 @@
 # Generated from examples.pro.
 
-qt_examples_build_begin()
+qt_examples_build_begin(EXTERNAL_BUILD)
 
 add_subdirectory(opcua)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.2.3/src/opcua/client/qopcuabackend_p.h 
new/qtopcua-everywhere-src-6.2.4/src/opcua/client/qopcuabackend_p.h
--- old/qtopcua-everywhere-src-6.2.3/src/opcua/client/qopcuabackend_p.h 
2022-01-19 00:00:26.0 +0100
+++ new/qtopcua-everywhere-src-6.2.4/src/opcua/client/qopcuabackend_p.h 
2022-03-04 08:18:24.0 +0100
@@ -82,7 +82,7 @@
 void stateAndOrErrorChanged(QOpcUaClient::ClientState state,
 QOpcUaCli

commit qt6-opcua for openSUSE:Factory

2022-02-02 Thread Source-Sync
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 2022-02-02 22:40:19

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.1898 (New)


Package is "qt6-opcua"

Wed Feb  2 22:40:19 2022 rev:9 rq:950498 version:6.2.3

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2021-12-08 
22:10:00.738892323 +0100
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.1898/qt6-opcua.changes
2022-02-02 22:41:11.875619604 +0100
@@ -1,0 +2,6 @@
+Mon Jan 31 08:54:38 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 6.2.3:
+  * https://www.qt.io/blog/qt-6.2.3-released
+
+---

Old:

  qtopcua-everywhere-src-6.2.2.tar.xz

New:

  qtopcua-everywhere-src-6.2.3.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.TLXEi1/_old  2022-02-02 22:41:12.475615537 +0100
+++ /var/tmp/diff_new_pack.TLXEi1/_new  2022-02-02 22:41:12.483615483 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.2.2
+%define real_version 6.2.3
 %define short_version 6.2
 %define tar_name qtopcua-everywhere-src
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.2.2
+Version:6.2.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.TLXEi1/_old  2022-02-02 22:41:12.531615158 +0100
+++ /var/tmp/diff_new_pack.TLXEi1/_new  2022-02-02 22:41:12.535615131 +0100
@@ -1,9 +1,9 @@
 
   
disable
-   6.2.2
+   6.2.3
git://code.qt.io/qt/qtopcua.git
-   v6.2.2
+   v6.2.3
git
qtopcua-everywhere-src
   

++ qtopcua-everywhere-src-6.2.2.tar.xz -> 
qtopcua-everywhere-src-6.2.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.2.2/.cmake.conf 
new/qtopcua-everywhere-src-6.2.3/.cmake.conf
--- old/qtopcua-everywhere-src-6.2.2/.cmake.conf2021-11-24 
22:47:53.0 +0100
+++ new/qtopcua-everywhere-src-6.2.3/.cmake.conf2022-01-19 
00:00:26.0 +0100
@@ -1,2 +1,2 @@
-set(QT_REPO_MODULE_VERSION "6.2.2")
-set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
+set(QT_REPO_MODULE_VERSION "6.2.3")
+set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.2.2/.qmake.conf 
new/qtopcua-everywhere-src-6.2.3/.qmake.conf
--- old/qtopcua-everywhere-src-6.2.2/.qmake.conf2021-11-24 
22:47:53.0 +0100
+++ new/qtopcua-everywhere-src-6.2.3/.qmake.conf2022-01-19 
00:00:26.0 +0100
@@ -3,4 +3,4 @@
 ROOT_SOURCE_DIR=$$PWD
 ROOT_BUILD_DIR=$$shadowed($$PWD)
 
-MODULE_VERSION = 6.2.2
+MODULE_VERSION = 6.2.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.2.2/LICENSE.GPL2 
new/qtopcua-everywhere-src-6.2.3/LICENSE.GPL2
--- old/qtopcua-everywhere-src-6.2.2/LICENSE.GPL2   1970-01-01 
01:00:00.0 +0100
+++ new/qtopcua-everywhere-src-6.2.3/LICENSE.GPL2   2022-01-19 
00:00:26.0 +0100
@@ -0,0 +1,339 @@
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these thing

commit qt6-opcua for openSUSE:Factory

2021-12-08 Thread Source-Sync
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 2021-12-08 22:09:05

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.31177 (New)


Package is "qt6-opcua"

Wed Dec  8 22:09:05 2021 rev:8 rq:936312 version:6.2.2

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2021-11-04 
16:09:32.125045635 +0100
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.31177/qt6-opcua.changes   
2021-12-08 22:10:00.738892323 +0100
@@ -1,0 +2,8 @@
+Wed Dec  1 10:06:14 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.2.2
+  * https://www.qt.io/blog/qt-6.2.2-released
+- Make sure all dependencies are present when installing devel
+  packages. Qt >= 6.2.2 is much less permissive.
+
+---

Old:

  qtopcua-everywhere-src-6.2.1.tar.xz

New:

  qtopcua-everywhere-src-6.2.2.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.RWQMJJ/_old  2021-12-08 22:10:01.286892580 +0100
+++ /var/tmp/diff_new_pack.RWQMJJ/_new  2021-12-08 22:10:01.290892582 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.2.1
+%define real_version 6.2.2
 %define short_version 6.2
 %define tar_name qtopcua-everywhere-src
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.2.1
+Version:6.2.2
 Release:0
 Summary:Qt wrapper for existing OPC UA stacks
 # src/plugins/opcua is GPL-3.0-or-later, rest is dual licensed
@@ -68,6 +68,7 @@
 %package devel
 Summary:Qt 6 OpcUa library - Development files
 Requires:   libQt6OpcUa6 = %{version}
+Requires:   cmake(Qt6Network)
 
 %description devel
 Development files for the Qt 6 OpcUa library.
@@ -111,7 +112,8 @@
 %postun -n libQt6OpcUa6 -p /sbin/ldconfig
 
 %files
-%{_qt6_pluginsdir}/opcua/
+%dir %{_qt6_pluginsdir}/opcua
+%{_qt6_pluginsdir}/opcua/libopen62541_backend.so
 
 %files -n libQt6OpcUa6
 %license LICENSE.*

++ _service ++
--- /var/tmp/diff_new_pack.RWQMJJ/_old  2021-12-08 22:10:01.330892601 +0100
+++ /var/tmp/diff_new_pack.RWQMJJ/_new  2021-12-08 22:10:01.338892604 +0100
@@ -1,9 +1,9 @@
 
   
disable
-   6.2.1
+   6.2.2
git://code.qt.io/qt/qtopcua.git
-   v6.2.1
+   v6.2.2
git
qtopcua-everywhere-src
   

++ qtopcua-everywhere-src-6.2.1.tar.xz -> 
qtopcua-everywhere-src-6.2.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.2.1/.cmake.conf 
new/qtopcua-everywhere-src-6.2.2/.cmake.conf
--- old/qtopcua-everywhere-src-6.2.1/.cmake.conf2021-10-21 
11:07:45.0 +0200
+++ new/qtopcua-everywhere-src-6.2.2/.cmake.conf2021-11-24 
22:47:53.0 +0100
@@ -1,2 +1,2 @@
-set(QT_REPO_MODULE_VERSION "6.2.1")
+set(QT_REPO_MODULE_VERSION "6.2.2")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.2.1/.qmake.conf 
new/qtopcua-everywhere-src-6.2.2/.qmake.conf
--- old/qtopcua-everywhere-src-6.2.1/.qmake.conf2021-10-21 
11:07:45.0 +0200
+++ new/qtopcua-everywhere-src-6.2.2/.qmake.conf2021-11-24 
22:47:53.0 +0100
@@ -3,4 +3,4 @@
 ROOT_SOURCE_DIR=$$PWD
 ROOT_BUILD_DIR=$$shadowed($$PWD)
 
-MODULE_VERSION = 6.2.1
+MODULE_VERSION = 6.2.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.2.1/dependencies.yaml 
new/qtopcua-everywhere-src-6.2.2/dependencies.yaml
--- old/qtopcua-everywhere-src-6.2.1/dependencies.yaml  2021-10-21 
11:07:45.0 +0200
+++ new/qtopcua-everywhere-src-6.2.2/dependencies.yaml  2021-11-24 
22:47:53.0 +0100
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-ref: 9fa805f7f8dfe96d561e9ed3170770ad768baf93
+ref: eae95814a46386f8930eeae5486513a78a7a4ddc
 required: true
   ../qtdeclarative:
-ref: 973399d8e67c264a55ff0f394865a1b721bd8b5a
+ref: 00c352c4d4b61f8c7a6243768bc5375c3dca3e76
 required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.2.1/src/plugins/opcua/open62541/qopen62541backend.cpp
 
new/qtopcua-everywhere-src-6.2.2/src/plugins/opcua/open62541/qopen62541backend.cpp
--- 
old/qtopcua-everywhere-src-6.2.1/src/plugins/opcua/open62541/qopen62541backend.cpp
  2021-10-21 11:07:45.0 +0200
+++ 
new/qtopcua-everywhere-src-6.2.2/src/plugins/opcua/open62541/qopen62541backend.cpp
  2021-11-24 22:47:53.0 +0100
@@ -64,10 +64,19 @@
 , m_cl

commit qt6-opcua for openSUSE:Factory

2021-11-04 Thread Source-Sync
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 2021-11-04 16:09:21

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.1890 (New)


Package is "qt6-opcua"

Thu Nov  4 16:09:21 2021 rev:7 rq:928710 version:6.2.1

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2021-10-05 
22:34:02.306888755 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.1890/qt6-opcua.changes
2021-11-04 16:09:32.125045635 +0100
@@ -1,0 +2,7 @@
+Tue Oct 26 11:22:50 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.2.1
+  * https://www.qt.io/blog/qt-6.2.1-released
+
+
+---

Old:

  qtopcua-everywhere-src-6.2.0.tar.xz

New:

  qtopcua-everywhere-src-6.2.1.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.LDquii/_old  2021-11-04 16:09:32.801046030 +0100
+++ /var/tmp/diff_new_pack.LDquii/_new  2021-11-04 16:09:32.805046033 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.2.0
+%define real_version 6.2.1
 %define short_version 6.2
 %define tar_name qtopcua-everywhere-src
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.2.0
+Version:6.2.1
 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.LDquii/_old  2021-11-04 16:09:32.849046058 +0100
+++ /var/tmp/diff_new_pack.LDquii/_new  2021-11-04 16:09:32.849046058 +0100
@@ -1,9 +1,9 @@
 
   
disable
-   6.2.0
+   6.2.1
git://code.qt.io/qt/qtopcua.git
-   v6.2.0
+   v6.2.1
git
qtopcua-everywhere-src
   

++ qtopcua-everywhere-src-6.2.0.tar.xz -> 
qtopcua-everywhere-src-6.2.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.2.0/.cmake.conf 
new/qtopcua-everywhere-src-6.2.1/.cmake.conf
--- old/qtopcua-everywhere-src-6.2.0/.cmake.conf2021-09-24 
23:48:21.0 +0200
+++ new/qtopcua-everywhere-src-6.2.1/.cmake.conf2021-10-21 
11:07:45.0 +0200
@@ -1,2 +1,2 @@
-set(QT_REPO_MODULE_VERSION "6.2.0")
+set(QT_REPO_MODULE_VERSION "6.2.1")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.2.0/.qmake.conf 
new/qtopcua-everywhere-src-6.2.1/.qmake.conf
--- old/qtopcua-everywhere-src-6.2.0/.qmake.conf2021-09-24 
23:48:21.0 +0200
+++ new/qtopcua-everywhere-src-6.2.1/.qmake.conf2021-10-21 
11:07:45.0 +0200
@@ -3,4 +3,4 @@
 ROOT_SOURCE_DIR=$$PWD
 ROOT_BUILD_DIR=$$shadowed($$PWD)
 
-MODULE_VERSION = 6.2.0
+MODULE_VERSION = 6.2.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.2.0/CMakeLists.txt 
new/qtopcua-everywhere-src-6.2.1/CMakeLists.txt
--- old/qtopcua-everywhere-src-6.2.0/CMakeLists.txt 2021-09-24 
23:48:21.0 +0200
+++ new/qtopcua-everywhere-src-6.2.1/CMakeLists.txt 2021-10-21 
11:07:45.0 +0200
@@ -1,6 +1,6 @@
 # Generated from qtopcua.pro.
 
-cmake_minimum_required(VERSION 3.15.0)
+cmake_minimum_required(VERSION 3.16)
 
 include(.cmake.conf)
 project(QtOpcUa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-everywhere-src-6.2.0/dependencies.yaml 
new/qtopcua-everywhere-src-6.2.1/dependencies.yaml
--- old/qtopcua-everywhere-src-6.2.0/dependencies.yaml  2021-09-24 
23:48:21.0 +0200
+++ new/qtopcua-everywhere-src-6.2.1/dependencies.yaml  2021-10-21 
11:07:45.0 +0200
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-ref: cc60cf83db6bbf9775b1f7747a48d6b7eb24e585
+ref: 9fa805f7f8dfe96d561e9ed3170770ad768baf93
 required: true
   ../qtdeclarative:
-ref: 03e111a81863fbd4ba2ea8f9f9764905d3801f26
+ref: 973399d8e67c264a55ff0f394865a1b721bd8b5a
 required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtopcua-everywhere-src-6.2.0/src/opcua/client/qopcuabinarydataencoding.cpp 
new/qtopcua-everywhere-src-6.2.1/src/opcua/client/qopcuabinarydataencoding.cpp
--- 
old/qtopcua-everywhere-src-6.2.0/src/opcua/client/qopcuabinarydataencoding.cpp  
2021-09-24 23:48:21.0 +0200
+++ 
new/qtopcua-everywhere-src-6.2.1/src/opcua/client/qopcuabinarydataencoding.cpp  
2021-10-21 11:07:45.0 +0200
@@ -203,7 +203,7 @@
 {
 if (!m_data)
 return false;
-return 

commit qt6-opcua for openSUSE:Factory

2021-10-05 Thread Source-Sync
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 2021-10-05 22:33:42

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.2443 (New)


Package is "qt6-opcua"

Tue Oct  5 22:33:42 2021 rev:6 rq:922714 version:6.2.0

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2021-09-07 
21:21:23.361300638 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.2443/qt6-opcua.changes
2021-10-05 22:34:02.306888755 +0200
@@ -1,0 +2,21 @@
+Thu Sep 30 12:28:51 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.2.0:
+  * https://www.qt.io/blog/qt-6.2-lts-released
+
+---
+Sat Sep 25 07:18:39 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.2.0-rc2
+
+---
+Thu Sep 16 14:07:51 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.2.0-rc
+
+---
+Thu Sep  9 14:05:14 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.2.0-beta4
+
+---

Old:

  qtopcua-6.1.3.tar.xz

New:

  qtopcua-everywhere-src-6.2.0.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.RX9CRn/_old  2021-10-05 22:34:02.966889903 +0200
+++ /var/tmp/diff_new_pack.RX9CRn/_new  2021-10-05 22:34:02.970889910 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define real_version 6.1.3
-%define short_version 6.1
-%define tar_name qtopcua
+%define real_version 6.2.0
+%define short_version 6.2
+%define tar_name qtopcua-everywhere-src
 %define tar_suffix %{nil}
 #
 %global qt6_flavor @BUILD_FLAVOR@%{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.1.3
+Version:6.2.0
 Release:0
 Summary:Qt wrapper for existing OPC UA stacks
 # src/plugins/opcua is GPL-3.0-or-later, rest is dual licensed
@@ -105,7 +105,7 @@
 %if !%{qt6_docs_flavor}
 
 # CMake files are not needed for plugins
-rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml
+rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
 
 %post -n libQt6OpcUa6 -p /sbin/ldconfig
 %postun -n libQt6OpcUa6 -p /sbin/ldconfig
@@ -126,6 +126,7 @@
 %{_qt6_includedir}/QtOpcUa
 %{_qt6_libdir}/libQt6OpcUa.prl
 %{_qt6_libdir}/libQt6OpcUa.so
+%{_qt6_metatypesdir}/qt6opcua_*_metatypes.json
 %{_qt6_mkspecsdir}/modules/qt_lib_opcua.pri
 %exclude %{_qt6_includedir}/QtOpcUa/%{real_version}
 

++ _service ++
--- /var/tmp/diff_new_pack.RX9CRn/_old  2021-10-05 22:34:03.010889980 +0200
+++ /var/tmp/diff_new_pack.RX9CRn/_new  2021-10-05 22:34:03.010889980 +0200
@@ -1,11 +1,11 @@
 
   
disable
-   6.1.3
+   6.2.0
git://code.qt.io/qt/qtopcua.git
-   v6.1.3
+   v6.2.0
git
-   qtopcua
+   qtopcua-everywhere-src
   
   
*.tar

++ qt6-opcua-rpmlintrc ++
--- /var/tmp/diff_new_pack.RX9CRn/_old  2021-10-05 22:34:03.026890007 +0200
+++ /var/tmp/diff_new_pack.RX9CRn/_new  2021-10-05 22:34:03.026890007 +0200
@@ -1,4 +1,4 @@
-# using fdupes means looking for troubles
+# using fdupes on include directories means looking for troubles
 addFilter("files-duplicate .*")
 
 # library and development package names don't match


commit qt6-opcua for openSUSE:Factory

2021-09-07 Thread Source-Sync
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 2021-09-07 21:21:12

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.1899 (New)


Package is "qt6-opcua"

Tue Sep  7 21:21:12 2021 rev:5 rq:917029 version:6.1.3

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2021-07-05 
22:23:49.401330372 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.1899/qt6-opcua.changes
2021-09-07 21:21:23.361300638 +0200
@@ -1,0 +2,6 @@
+Wed Sep  1 13:03:44 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.1.3:
+  * https://www.qt.io/blog/qt-6.1.3-released
+
+---

Old:

  qtopcua-6.1.2.tar.xz

New:

  qtopcua-6.1.3.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.TJxQmG/_old  2021-09-07 21:21:24.241301702 +0200
+++ /var/tmp/diff_new_pack.TJxQmG/_new  2021-09-07 21:21:24.245301707 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.1.2
+%define real_version 6.1.3
 %define short_version 6.1
 %define tar_name qtopcua
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.1.2
+Version:6.1.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.TJxQmG/_old  2021-09-07 21:21:24.285301756 +0200
+++ /var/tmp/diff_new_pack.TJxQmG/_new  2021-09-07 21:21:24.285301756 +0200
@@ -1,9 +1,9 @@
 
   
disable
-   6.1.2
+   6.1.3
git://code.qt.io/qt/qtopcua.git
-   v6.1.2
+   v6.1.3
git
qtopcua
   

++ qtopcua-6.1.2.tar.xz -> qtopcua-6.1.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-6.1.2/.cmake.conf 
new/qtopcua-6.1.3/.cmake.conf
--- old/qtopcua-6.1.2/.cmake.conf   2021-06-18 18:07:28.0 +0200
+++ new/qtopcua-6.1.3/.cmake.conf   2021-08-27 13:41:18.0 +0200
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.1.2")
+set(QT_REPO_MODULE_VERSION "6.1.3")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-6.1.2/.qmake.conf 
new/qtopcua-6.1.3/.qmake.conf
--- old/qtopcua-6.1.2/.qmake.conf   2021-06-18 18:07:28.0 +0200
+++ new/qtopcua-6.1.3/.qmake.conf   2021-08-27 13:41:18.0 +0200
@@ -3,4 +3,4 @@
 ROOT_SOURCE_DIR=$$PWD
 ROOT_BUILD_DIR=$$shadowed($$PWD)
 
-MODULE_VERSION = 6.1.2
+MODULE_VERSION = 6.1.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-6.1.2/CMakeLists.txt 
new/qtopcua-6.1.3/CMakeLists.txt
--- old/qtopcua-6.1.2/CMakeLists.txt2021-06-18 18:07:28.0 +0200
+++ new/qtopcua-6.1.3/CMakeLists.txt2021-08-27 13:41:18.0 +0200
@@ -10,6 +10,9 @@
 LANGUAGES CXX C
 )
 
+# Make sure we use the fixed BASE argument of qt_add_resource.
+set(QT_USE_FIXED_QT_ADD_RESOURCE_BASE TRUE)
+
 # special case begin
 find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals 
Core Network)
 find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Gui Quick 
QuickTest Widgets)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-6.1.2/conanfile.py 
new/qtopcua-6.1.3/conanfile.py
--- old/qtopcua-6.1.2/conanfile.py  2021-06-18 18:07:28.0 +0200
+++ new/qtopcua-6.1.3/conanfile.py  2021-08-27 13:41:18.0 +0200
@@ -37,7 +37,7 @@
 
 class QtOPCUA(ConanFile):
 name = "qtopcua"
-version = "6.1.2"
+version = "6.1.3"
 license = "GPL-3.0+, LGPL-3.0+, Commercial Qt License Agreement"
 author = "The Qt Company "
 url = "https://code.qt.io/cgit/qt/qtopcua.git";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-6.1.2/dependencies.yaml 
new/qtopcua-6.1.3/dependencies.yaml
--- old/qtopcua-6.1.2/dependencies.yaml 2021-06-18 18:07:28.0 +0200
+++ new/qtopcua-6.1.3/dependencies.yaml 2021-08-27 13:41:18.0 +0200
@@ -1,13 +1,13 @@
 dependencies:
   ../qtbase:
-ref: 4dcedb8ca4ae0c9c533997074098297abbfcf1c3
+ref: b496064efab47743fff4eb22f68e3acb3315fd9d
 required: true
   ../qtdeclarative:
-ref: c450bddebad1bef9952c17da3a6d4980c012ab97
+ref: 2f556e351d2ebdfc4561063665e266f800ec904f
 required: true
   ../qtquickcontrols2:
-ref: 5ae33c6ad2b89caae80008e805ffcca0aadd5521
+ref: ba3447ac67d67d29f602738f5bac01ecd3cd8726
 required: true
   ../qttools:
-ref: 9cfbb98844d6

commit qt6-opcua for openSUSE:Factory

2021-07-05 Thread Source-Sync
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 2021-07-05 22:23:07

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.2625 (New)


Package is "qt6-opcua"

Mon Jul  5 22:23:07 2021 rev:4 rq:904093 version:6.1.2

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2021-06-15 
16:38:29.381813266 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.2625/qt6-opcua.changes
2021-07-05 22:23:49.401330372 +0200
@@ -1,0 +2,6 @@
+Fri Jul  2 14:07:59 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.1.2. New bugfix release:
+  * https://www.qt.io/blog/qt-6.1.2-released
+
+---

Old:

  qtopcua-6.1.1.tar.xz

New:

  qtopcua-6.1.2.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.axPePX/_old  2021-07-05 22:23:49.813327184 +0200
+++ /var/tmp/diff_new_pack.axPePX/_new  2021-07-05 22:23:49.817327154 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.1.1
+%define real_version 6.1.2
 %define short_version 6.1
 %define tar_name qtopcua
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.1.1
+Version:6.1.2
 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.axPePX/_old  2021-07-05 22:23:49.849326906 +0200
+++ /var/tmp/diff_new_pack.axPePX/_new  2021-07-05 22:23:49.853326875 +0200
@@ -1,9 +1,9 @@
 
   
disable
-   6.1.1
+   6.1.2
git://code.qt.io/qt/qtopcua.git
-   v6.1.1
+   v6.1.2
git
qtopcua
   

++ qtopcua-6.1.1.tar.xz -> qtopcua-6.1.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-6.1.1/.cmake.conf 
new/qtopcua-6.1.2/.cmake.conf
--- old/qtopcua-6.1.1/.cmake.conf   2021-06-02 20:55:34.0 +0200
+++ new/qtopcua-6.1.2/.cmake.conf   2021-06-18 18:07:28.0 +0200
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.1.1")
+set(QT_REPO_MODULE_VERSION "6.1.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-6.1.1/.gitignore new/qtopcua-6.1.2/.gitignore
--- old/qtopcua-6.1.1/.gitignore1970-01-01 01:00:00.0 +0100
+++ new/qtopcua-6.1.2/.gitignore2021-06-18 18:07:28.0 +0200
@@ -0,0 +1,122 @@
+# This file is used to ignore files which are generated in the Qt build system
+# 
+
+# Specific files/paths
+
+# qmake/configure stuff
+/.qmake.cache
+/.qmake.conf
+/config.tests/*/*
+/config.log
+
+tests/open62541-testserver/open62541-testserver
+
+examples/opcua/waterpump/simulationserver/simulationserver
+examples/opcua/waterpump/qml-hmi/qml-hmi
+
+tst_*
+!tst_*.*
+tst_*.log
+tst_*.debug
+tst_*~
+
+# Generic files
+.#*
+.DS_Store
+callgrind.out.*
+Makefile*
+!/qmake/Makefile.win32*
+!/qmake/Makefile.unix
+pcviewer.cfg
+tags
+*~
+*.a
+*.la
+*.core
+*.dll
+*.exe
+*.dylib
+*.gcov
+*.gcda
+*.gcno
+*.lib
+*.o
+*.obj
+*.orig
+*.swp
+*.rej
+*.so
+*.so.*
+*.pbxuser
+*.mode1
+*.mode1v3
+*_resource.rc
+*.*#
+*.debug
+
+# xemacs temporary files
+*.flc
+
+# Vim temporary files
+.*.swp
+
+# Visual Studio generated files
+*.ib_pdb_index
+*.idb
+*.ilk
+*.pdb
+*.sln
+*.suo
+*.ncb
+*.vcxproj
+*.vcxproj.filters
+*.vcxproj.user
+*.exe.embed.manifest
+*.exe_manifest.rc
+*.exe_manifest.res
+*.appxmanifest
+.qmake.winrt_uuid_*
+
+# INTEGRITY generated files
+*.ael
+*.dla
+*.dnm
+*.dep
+*.map
+
+# Precompiled headers
+*.gch
+*.pchi
+*.pchi.cpp
+*_pch.obj
+*_pch.pch
+
+# Qt-specific files
+codeattributions.qdoc
+moc_*.cpp
+qrc_*.cpp
+ui_*.h
+*.moc
+*.prl
+*.pro.user*
+*.qmlproject.user*
+*.rcc
+*.autosave
+
+# Generated by qt_module.prf
+*.version
+*.version.in
+
+# Generated by qtPrepareTool()
+wrapper.sh
+wrapper.bat
+*_wrapper.sh
+*_wrapper.bat
+
+# Generated by qt.prf
+*_plugin_import.cpp
+
+# Generated by configure
+src/opcua/qtopcua-config.h
+src/opcua/qtopcua-config.pri
+src/opcua/qtopcua-config_p.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-6.1.1/.qmake.conf 
new/qtopcua-6.1.2/.qmake.conf
--- old/qtopcua-6.1.1/.qmake.conf   2021-06-02 20:55:34.0 +0200
+++ new/qtopcua-6.1.2/.qmake.conf   2021-06-18 18:07:28.0 +0200
@@ -3,4 +3,4 @@
 ROOT_SOURCE_DIR=$$PWD
 ROOT_BUILD_DIR=$$shadowed($$PWD)
 
-MODULE_VERSION = 6.1.1
+MODULE_VERSION = 6.1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=

commit qt6-opcua for openSUSE:Factory

2021-06-15 Thread Source-Sync
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 2021-06-15 16:37:54

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.32437 (New)


Package is "qt6-opcua"

Tue Jun 15 16:37:54 2021 rev:3 rq:900087 version:6.1.1

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2021-05-10 
15:40:48.445221085 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.32437/qt6-opcua.changes   
2021-06-15 16:38:29.381813266 +0200
@@ -1,0 +2,6 @@
+Tue Jun  8 05:54:15 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.1.1:
+  * https://www.qt.io/blog/qt-6.1.1-released
+
+---

Old:

  qtopcua-6.1.0.tar.xz

New:

  qtopcua-6.1.1.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.6EjoY2/_old  2021-06-15 16:38:29.961814271 +0200
+++ /var/tmp/diff_new_pack.6EjoY2/_new  2021-06-15 16:38:29.961814271 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.1.0
+%define real_version 6.1.1
 %define short_version 6.1
 %define tar_name qtopcua
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.1.0
+Version:6.1.1
 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.6EjoY2/_old  2021-06-15 16:38:30.001814340 +0200
+++ /var/tmp/diff_new_pack.6EjoY2/_new  2021-06-15 16:38:30.001814340 +0200
@@ -1,9 +1,9 @@
 
   
disable
-   6.1.0
+   6.1.1
git://code.qt.io/qt/qtopcua.git
-   v6.1.0
+   v6.1.1
git
qtopcua
   

++ qtopcua-6.1.0.tar.xz -> qtopcua-6.1.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-6.1.0/.cmake.conf 
new/qtopcua-6.1.1/.cmake.conf
--- old/qtopcua-6.1.0/.cmake.conf   2021-05-04 07:56:49.0 +0200
+++ new/qtopcua-6.1.1/.cmake.conf   2021-06-02 20:55:34.0 +0200
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.1.0")
+set(QT_REPO_MODULE_VERSION "6.1.1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-6.1.0/.qmake.conf 
new/qtopcua-6.1.1/.qmake.conf
--- old/qtopcua-6.1.0/.qmake.conf   2021-05-04 07:56:49.0 +0200
+++ new/qtopcua-6.1.1/.qmake.conf   2021-06-02 20:55:34.0 +0200
@@ -3,4 +3,4 @@
 ROOT_SOURCE_DIR=$$PWD
 ROOT_BUILD_DIR=$$shadowed($$PWD)
 
-MODULE_VERSION = 6.1.0
+MODULE_VERSION = 6.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-6.1.0/conanfile.py 
new/qtopcua-6.1.1/conanfile.py
--- old/qtopcua-6.1.0/conanfile.py  2021-05-04 07:56:49.0 +0200
+++ new/qtopcua-6.1.1/conanfile.py  2021-06-02 20:55:34.0 +0200
@@ -28,6 +28,7 @@
 
 from conans import ConanFile, tools, CMake
 import os
+from pathlib import Path
 
 
 class QtConanError(Exception):
@@ -36,7 +37,7 @@
 
 class QtOPCUA(ConanFile):
 name = "qtopcua"
-version = "6.1.0"
+version = "6.1.1"
 license = "GPL-3.0+, LGPL-3.0+, Commercial Qt License Agreement"
 author = "The Qt Company "
 url = "https://code.qt.io/cgit/qt/qtopcua.git";
@@ -48,7 +49,8 @@
 default_options = {"shared": "default",  # default: Use the value of the 
Qt build
"qt6": None}
 exports_sources = "*", "!conan*.*"
-revision_mode = "scm"  # use commit ID as the RREV (recipe revision)
+# use commit ID as the RREV (recipe revision) if this is exported from 
.git repository
+revision_mode = "scm" if Path(Path(__file__).parent.resolve() / 
".git").exists() else "hash"
 
 def source(self):
 # sources are installed next to recipe, no need to clone etc. sources 
here
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtopcua-6.1.0/dependencies.yaml 
new/qtopcua-6.1.1/dependencies.yaml
--- old/qtopcua-6.1.0/dependencies.yaml 2021-05-04 07:56:49.0 +0200
+++ new/qtopcua-6.1.1/dependencies.yaml 2021-06-02 20:55:34.0 +0200
@@ -1,13 +1,13 @@
 dependencies:
   ../qtbase:
-ref: b2ebc64dd9914359fe8acf2bc9960e341e98cf80
+ref: 179b3f6797094a494e13a4d3daa5c6732bf0ada2
 required: true
   ../qtdeclarative:
-ref: 2423608d6c0fa55595db3fe0138b0be94307596b
+ref: 41c787b567e15e4524efd8cad25b61551d3d71b4
 required: true
   ../qtquickcontrols2:
-ref: a9ec14df33421082e06d990b93c168bf8627dead
+ref: e9ebf5fea7f88f3a46c46bfc88251b58330bda45
 required: true
   ../qttools:

commit qt6-opcua for openSUSE:Factory

2021-05-10 Thread Source-Sync
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 2021-05-10 15:38:23

Comparing /work/SRC/openSUSE:Factory/qt6-opcua (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-opcua.new.2988 (New)


Package is "qt6-opcua"

Mon May 10 15:38:23 2021 rev:2 rq:891698 version:6.1.0

Changes:

--- /work/SRC/openSUSE:Factory/qt6-opcua/qt6-opcua.changes  2021-04-10 
15:27:32.634390214 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-opcua.new.2988/qt6-opcua.changes
2021-05-10 15:40:48.445221085 +0200
@@ -1,0 +2,17 @@
+Thu May  6 17:10:29 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.1.0:
+  * https://www.qt.io/blog/qt-6.1-released
+- Drop 0001-Fix-openssl_symbols-error.patch. Merged upstream.
+
+---
+Fri Apr 23 14:25:11 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.1.0-rc.
+
+---
+Tue Apr 13 06:38:11 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.1.0-beta3.
+
+---
@@ -5,0 +23,11 @@
+
+---
+Fri Mar 19 15:54:13 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.1.0-beta2
+
+---
+Fri Mar  5 17:24:04 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.1.0-beta1
+  https://www.qt.io/blog/qt-6.1-beta-released

Old:

  0001-Fix-openssl_symbols-error.patch
  qtopcua-6.0.3.tar.xz

New:

  qt6-opcua-rpmlintrc
  qtopcua-6.1.0.tar.xz



Other differences:
--
++ qt6-opcua.spec ++
--- /var/tmp/diff_new_pack.E12BIC/_old  2021-05-10 15:40:48.945219116 +0200
+++ /var/tmp/diff_new_pack.E12BIC/_new  2021-05-10 15:40:48.945219116 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.0.3
-%define short_version 6.0
+%define real_version 6.1.0
+%define short_version 6.1
 %define tar_name qtopcua
 %define tar_suffix %{nil}
 #
@@ -27,7 +27,7 @@
 %endif
 #
 Name:   qt6-opcua%{?pkg_suffix}
-Version:6.0.3
+Version:6.1.0
 Release:0
 Summary:Qt wrapper for existing OPC UA stacks
 # src/plugins/opcua is GPL-3.0-or-later, rest is dual licensed
@@ -35,8 +35,7 @@
 License:GPL-3.0-or-later AND (LGPL-3.0-only OR GPL-2.0-or-later)
 URL:https://www.qt.io
 Source: %{tar_name}-%{real_version}%{tar_suffix}.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch0: 0001-Fix-openssl_symbols-error.patch
+Source99:   qt6-opcua-rpmlintrc
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  qt6-core-private-devel

++ _service ++
--- /var/tmp/diff_new_pack.E12BIC/_old  2021-05-10 15:40:48.989218943 +0200
+++ /var/tmp/diff_new_pack.E12BIC/_new  2021-05-10 15:40:48.989218943 +0200
@@ -1,9 +1,9 @@
 
   
disable
-   6.0.3
+   6.1.0
git://code.qt.io/qt/qtopcua.git
-   v6.0.3
+   v6.1.0
git
qtopcua
   
@@ -11,5 +11,4 @@
*.tar
xz
   
-  
 

++ qt6-opcua-rpmlintrc ++
# using fdupes means looking for troubles
addFilter("files-duplicate .*")

# library and development package names don't match
addFilter("no-dependency-on .*")
++ qtopcua-6.0.3.tar.xz -> qtopcua-6.1.0.tar.xz ++
 2681 lines of diff (skipped)