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 <christo...@krop.fr> + +- 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 @@ <services> <service name="tar_scm" mode="disabled"> <param name="changesgenerate">disable</param> - <param name="version">6.1.2</param> + <param name="version">6.1.3</param> <param name="url">git://code.qt.io/qt/qtopcua.git</param> - <param name="revision">v6.1.2</param> + <param name="revision">v6.1.3</param> <param name="scm">git</param> <param name="filename">qtopcua</param> </service> ++++++ 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.000000000 +0200 +++ new/qtopcua-6.1.3/.cmake.conf 2021-08-27 13:41:18.000000000 +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.000000000 +0200 +++ new/qtopcua-6.1.3/.qmake.conf 2021-08-27 13:41:18.000000000 +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.txt 2021-06-18 18:07:28.000000000 +0200 +++ new/qtopcua-6.1.3/CMakeLists.txt 2021-08-27 13:41:18.000000000 +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.000000000 +0200 +++ new/qtopcua-6.1.3/conanfile.py 2021-08-27 13:41:18.000000000 +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 <https://www.qt.io/contact-us>" 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.000000000 +0200 +++ new/qtopcua-6.1.3/dependencies.yaml 2021-08-27 13:41:18.000000000 +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: 9cfbb98844d63809ef446f7c2e2d16e258227b6a + ref: 60cae029c9f3fedd45cc39f9e72a33f765767289 required: true