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 <[email protected]> + +- 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 @@ <services> <service name="tar_scm" mode="disabled"> <param name="changesgenerate">disable</param> - <param name="version">6.1.1</param> + <param name="version">6.1.2</param> <param name="url">git://code.qt.io/qt/qtopcua.git</param> - <param name="revision">v6.1.1</param> + <param name="revision">v6.1.2</param> <param name="scm">git</param> <param name="filename">qtopcua</param> </service> ++++++ 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.000000000 +0200 +++ new/qtopcua-6.1.2/.cmake.conf 2021-06-18 18:07:28.000000000 +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/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/qtopcua-6.1.2/.gitignore 2021-06-18 18:07:28.000000000 +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.000000000 +0200 +++ new/qtopcua-6.1.2/.qmake.conf 2021-06-18 18:07:28.000000000 +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=.svn' '--exclude=.svnignore' old/qtopcua-6.1.1/conanfile.py new/qtopcua-6.1.2/conanfile.py --- old/qtopcua-6.1.1/conanfile.py 2021-06-02 20:55:34.000000000 +0200 +++ new/qtopcua-6.1.2/conanfile.py 2021-06-18 18:07:28.000000000 +0200 @@ -37,7 +37,7 @@ class QtOPCUA(ConanFile): name = "qtopcua" - version = "6.1.1" + version = "6.1.2" 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.1/dependencies.yaml new/qtopcua-6.1.2/dependencies.yaml --- old/qtopcua-6.1.1/dependencies.yaml 2021-06-02 20:55:34.000000000 +0200 +++ new/qtopcua-6.1.2/dependencies.yaml 2021-06-18 18:07:28.000000000 +0200 @@ -1,13 +1,13 @@ dependencies: ../qtbase: - ref: 179b3f6797094a494e13a4d3daa5c6732bf0ada2 + ref: 4dcedb8ca4ae0c9c533997074098297abbfcf1c3 required: true ../qtdeclarative: - ref: 41c787b567e15e4524efd8cad25b61551d3d71b4 + ref: c450bddebad1bef9952c17da3a6d4980c012ab97 required: true ../qtquickcontrols2: - ref: e9ebf5fea7f88f3a46c46bfc88251b58330bda45 + ref: 5ae33c6ad2b89caae80008e805ffcca0aadd5521 required: true ../qttools: - ref: 7fe527d19d60b71adef5d3e41a0f013d4f521ac0 + ref: 9cfbb98844d63809ef446f7c2e2d16e258227b6a required: true
