Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt6-scxml for openSUSE:Factory checked in at 2023-07-26 13:22:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-scxml (Old) and /work/SRC/openSUSE:Factory/.qt6-scxml.new.15225 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-scxml" Wed Jul 26 13:22:52 2023 rev:19 rq:1100007 version:6.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-scxml/qt6-scxml.changes 2023-07-08 22:47:34.203277293 +0200 +++ /work/SRC/openSUSE:Factory/.qt6-scxml.new.15225/qt6-scxml.changes 2023-07-26 13:23:24.571811004 +0200 @@ -1,0 +2,6 @@ +Thu Jul 20 09:07:10 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 6.5.2 + * https://www.qt.io/blog/qt-6.5.2-released-1 + +------------------------------------------------------------------- Old: ---- qtscxml-everywhere-src-6.5.1.tar.xz New: ---- qtscxml-everywhere-src-6.5.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-scxml.spec ++++++ --- /var/tmp/diff_new_pack.iOXl5Y/_old 2023-07-26 13:23:25.379815577 +0200 +++ /var/tmp/diff_new_pack.iOXl5Y/_new 2023-07-26 13:23:25.383815599 +0200 @@ -16,7 +16,7 @@ # -%define real_version 6.5.1 +%define real_version 6.5.2 %define short_version 6.5 %define short_name qtscxml %define tar_name qtscxml-everywhere-src @@ -28,12 +28,12 @@ %endif # Name: qt6-scxml%{?pkg_suffix} -Version: 6.5.1 +Version: 6.5.2 Release: 0 Summary: SCXML (state machine notation) compiler and related tools License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) URL: https://www.qt.io -Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz +Source: https://www.nic.funet.fi/pub/mirrors/download.qt-project.org/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz Source99: qt6-scxml-rpmlintrc BuildRequires: pkgconfig BuildRequires: qt6-core-private-devel ++++++ qtscxml-everywhere-src-6.5.1.tar.xz -> qtscxml-everywhere-src-6.5.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.1/.cmake.conf new/qtscxml-everywhere-src-6.5.2/.cmake.conf --- old/qtscxml-everywhere-src-6.5.1/.cmake.conf 2023-05-16 11:46:17.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.2/.cmake.conf 2023-07-07 14:29:15.000000000 +0200 @@ -1,3 +1,3 @@ -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_NO_AS_CONST=1") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.1/.tag new/qtscxml-everywhere-src-6.5.2/.tag --- old/qtscxml-everywhere-src-6.5.1/.tag 2023-05-16 11:46:17.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.2/.tag 2023-07-07 14:29:15.000000000 +0200 @@ -1 +1 @@ -0157667141dc475e0c3e1ad0798d8aee022789c6 +ee512a0a8cfadad13fe58475f404fc3097a48f4c diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.1/CMakeLists.txt new/qtscxml-everywhere-src-6.5.2/CMakeLists.txt --- old/qtscxml-everywhere-src-6.5.1/CMakeLists.txt 2023-05-16 11:46:17.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.2/CMakeLists.txt 2023-07-07 14:29:15.000000000 +0200 @@ -13,6 +13,7 @@ find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core) find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Gui Qml Widgets OpenGL OpenGLWidgets Network QuickTest) +qt_internal_project_setup() qt_internal_define_repo_target_set(qtscxml) qt_internal_define_repo_target_set(qtscxmlqml DEPENDS Scxml) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.1/conanfile_qtscxml.py new/qtscxml-everywhere-src-6.5.2/conanfile_qtscxml.py --- old/qtscxml-everywhere-src-6.5.1/conanfile_qtscxml.py 2023-05-16 11:46:17.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.2/conanfile_qtscxml.py 1970-01-01 01:00:00.000000000 +0100 @@ -1,44 +0,0 @@ -# Copyright (C) 2022 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 -from typing import Dict, Any - -_qtscxml_features = [ - "scxml-ecmascriptdatamodel", -] - - -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 QtScxml(ConanFile): - name = "qtscxml" - license = "LGPL-3.0, GPL-2.0+, Commercial Qt License Agreement" - author = "The Qt Company <https://www.qt.io/contact-us>" - url = "https://code.qt.io/cgit/qt/qtscxml.git" - description = "Qt SCXML Statemachine support." - topics = "qt", "qt6", "scxml" - 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-conan-common/{_get_qt_minor_version()}@qt/everywhere" - python_requires_extend = "qt-conan-common.QtLeafModule" - - def get_qt_leaf_module_options(self) -> Dict[str, Any]: - """Implements abstractmethod from qt-conan-common.QtLeafModule""" - return self._shared.convert_qt_features_to_conan_options(_qtscxml_features) - - def get_qt_leaf_module_default_options(self) -> Dict[str, Any]: - """Implements abstractmethod from qt-conan-common.QtLeafModule""" - return self._shared.convert_qt_features_to_default_conan_options(_qtscxml_features) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.1/conanfile_qtscxmlqml.py new/qtscxml-everywhere-src-6.5.2/conanfile_qtscxmlqml.py --- old/qtscxml-everywhere-src-6.5.1/conanfile_qtscxmlqml.py 2023-05-16 11:46:17.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.2/conanfile_qtscxmlqml.py 1970-01-01 01:00:00.000000000 +0100 @@ -1,47 +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 -from typing import List, Dict, Any - - -_qtscxmlqml_features = ["scxml-ecmascriptdatamodel"] - - -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 QtScxmlQml(ConanFile): - name = "qtscxmlqml" - license = "LGPL-3.0, GPL-2.0+, Commercial Qt License Agreement" - author = "The Qt Company <https://www.qt.io/contact-us>" - url = "https://code.qt.io/cgit/qt/qtscxml.git" - description = "Qt SCXML Statemachine QML support." - topics = "qt", "qt6", "scxmlqml" - 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-conan-common/{_get_qt_minor_version()}@qt/everywhere" - python_requires_extend = "qt-conan-common.QtLeafModule" - - def get_qt_leaf_module_options(self) -> Dict[str, Any]: - """Implements abstractmethod from qt-conan-common.QtLeafModule""" - return {item.replace("-", "_"): ["yes", "no", None] for item in _qtscxmlqml_features} - - def get_qt_leaf_module_default_options(self) -> Dict[str, Any]: - """Implements abstractmethod from qt-conan-common.QtLeafModule""" - return {item.replace("-", "_"): None for item in _qtscxmlqml_features} - - def override_qt_requirements(self) -> List[str]: - """Implements abstracmethod from qt-conan-common.QtLeafModule""" - return ["qtbase", "qtdeclarative", "qtscxml"] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.1/conanfile_qtstatemachine.py new/qtscxml-everywhere-src-6.5.2/conanfile_qtstatemachine.py --- old/qtscxml-everywhere-src-6.5.1/conanfile_qtstatemachine.py 2023-05-16 11:46:17.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.2/conanfile_qtstatemachine.py 1970-01-01 01:00:00.000000000 +0100 @@ -1,45 +0,0 @@ -# Copyright (C) 2022 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 -from typing import Dict, Any - -_qtstatemachine_features = [ - "statemachine", - "qeventtransition", -] - - -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 QtStateMachine(ConanFile): - name = "qtstatemachine" - license = "LGPL-3.0, GPL-2.0+, Commercial Qt License Agreement" - author = "The Qt Company <https://www.qt.io/contact-us>" - url = "https://code.qt.io/cgit/qt/qtscxml.git" - description = "Qt Statemachine support." - topics = "qt", "qt6", "statemachine" - 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-conan-common/{_get_qt_minor_version()}@qt/everywhere" - python_requires_extend = "qt-conan-common.QtLeafModule" - - def get_qt_leaf_module_options(self) -> Dict[str, Any]: - """Implements abstractmethod from qt-conan-common.QtLeafModule""" - return self._shared.convert_qt_features_to_conan_options(_qtstatemachine_features) - - def get_qt_leaf_module_default_options(self) -> Dict[str, Any]: - """Implements abstractmethod from qt-conan-common.QtLeafModule""" - return self._shared.convert_qt_features_to_default_conan_options(_qtstatemachine_features) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.1/conanfile_qtstatemachineqml.py new/qtscxml-everywhere-src-6.5.2/conanfile_qtstatemachineqml.py --- old/qtscxml-everywhere-src-6.5.1/conanfile_qtstatemachineqml.py 2023-05-16 11:46:17.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.2/conanfile_qtstatemachineqml.py 1970-01-01 01:00:00.000000000 +0100 @@ -1,36 +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 -from typing import List - - -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 QtStateMachineQml(ConanFile): - name = "qtstatemachineqml" - license = "LGPL-3.0, GPL-2.0+, Commercial Qt License Agreement" - author = "The Qt Company <https://www.qt.io/contact-us>" - url = "https://code.qt.io/cgit/qt/qtscxml.git" - description = "Qt Statemachine QML support." - topics = "qt", "qt6", "statemachineqml" - 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-conan-common/{_get_qt_minor_version()}@qt/everywhere" - python_requires_extend = "qt-conan-common.QtLeafModule" - - def override_qt_requirements(self) -> List[str]: - """Implements abstracmethod from qt-conan-common.QtLeafModule""" - return ["qtbase", "qtdeclarative", "qtstatemachine"] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtscxml-everywhere-src-6.5.1/dependencies.yaml new/qtscxml-everywhere-src-6.5.2/dependencies.yaml --- old/qtscxml-everywhere-src-6.5.1/dependencies.yaml 2023-05-16 11:46:17.000000000 +0200 +++ new/qtscxml-everywhere-src-6.5.2/dependencies.yaml 2023-07-07 14:29:15.000000000 +0200 @@ -1,7 +1,7 @@ dependencies: ../qtbase: - ref: 55aee8697512af105dfefabc1e2ec41d4df1e45e + ref: af457a9f0f7eb1a2a7d11f495da508faab91a442 required: true ../qtdeclarative: - ref: 65651dc1d333e2aded18b0d6f0b71c35e5b40c1c + ref: f289063ff19588a11dd79213632785cfda2909a0 required: true
