Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt6-lottie for openSUSE:Factory checked in at 2023-07-26 13:22:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-lottie (Old) and /work/SRC/openSUSE:Factory/.qt6-lottie.new.15225 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-lottie" Wed Jul 26 13:22:39 2023 rev:20 rq:1099995 version:6.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-lottie/qt6-lottie.changes 2023-07-08 22:47:17.387176217 +0200 +++ /work/SRC/openSUSE:Factory/.qt6-lottie.new.15225/qt6-lottie.changes 2023-07-26 13:23:06.479708601 +0200 @@ -1,0 +2,6 @@ +Thu Jul 20 08:56:13 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 6.5.2 + * https://www.qt.io/blog/qt-6.5.2-released-1 + +------------------------------------------------------------------- Old: ---- qtlottie-everywhere-src-6.5.1.tar.xz New: ---- qtlottie-everywhere-src-6.5.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-lottie.spec ++++++ --- /var/tmp/diff_new_pack.Pn9eee/_old 2023-07-26 13:23:07.055711861 +0200 +++ /var/tmp/diff_new_pack.Pn9eee/_new 2023-07-26 13:23:07.059711884 +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 qtlottie %define tar_name qtlottie-everywhere-src @@ -28,13 +28,13 @@ %endif # Name: qt6-lottie%{?pkg_suffix} -Version: 6.5.1 +Version: 6.5.2 Release: 0 Summary: QML API for rendering graphics and animation # LICENSE.GPL3-EXCEPT only applies to the conan recipe which is not used License: 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-lottie-rpmlintrc BuildRequires: pkgconfig BuildRequires: qt6-gui-private-devel ++++++ qtlottie-everywhere-src-6.5.1.tar.xz -> qtlottie-everywhere-src-6.5.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtlottie-everywhere-src-6.5.1/.cmake.conf new/qtlottie-everywhere-src-6.5.2/.cmake.conf --- old/qtlottie-everywhere-src-6.5.1/.cmake.conf 2023-05-16 11:46:28.000000000 +0200 +++ new/qtlottie-everywhere-src-6.5.2/.cmake.conf 2023-07-07 14:29:18.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/qtlottie-everywhere-src-6.5.1/.tag new/qtlottie-everywhere-src-6.5.2/.tag --- old/qtlottie-everywhere-src-6.5.1/.tag 2023-05-16 11:46:28.000000000 +0200 +++ new/qtlottie-everywhere-src-6.5.2/.tag 2023-07-07 14:29:18.000000000 +0200 @@ -1 +1 @@ -22da1b8332ed0b5397c09cdfc6e779a571941b48 +72e7bc8d82faa9dd404eac1855d9051bf4bea45c diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtlottie-everywhere-src-6.5.1/CMakeLists.txt new/qtlottie-everywhere-src-6.5.2/CMakeLists.txt --- old/qtlottie-everywhere-src-6.5.1/CMakeLists.txt 2023-05-16 11:46:28.000000000 +0200 +++ new/qtlottie-everywhere-src-6.5.2/CMakeLists.txt 2023-07-07 14:29:18.000000000 +0200 @@ -13,6 +13,7 @@ find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core) find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Gui Qml Quick QuickTest) +qt_internal_project_setup() if(NOT TARGET Qt6::Gui) message(NOTICE "Skipping the build as Qt6::Gui cannot be found.") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtlottie-everywhere-src-6.5.1/conanfile.py new/qtlottie-everywhere-src-6.5.2/conanfile.py --- old/qtlottie-everywhere-src-6.5.1/conanfile.py 2023-05-16 11:46:28.000000000 +0200 +++ new/qtlottie-everywhere-src-6.5.2/conanfile.py 1970-01-01 01:00:00.000000000 +0100 @@ -1,34 +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 QtLottie(ConanFile): - name = "qtlottie" - license = "GPL-3.0+, Commercial Qt License Agreement" - author = "The Qt Company <https://www.qt.io/contact-us>" - url = "https://code.qt.io/cgit/qt/qtlottie.git" - description = ( - "Lottie is a family of player software for a certain json-based " - "file format for describing 2d vector graphics animations." - ) - topics = "qt", "qt6", "2d", "vector", "player" - 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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtlottie-everywhere-src-6.5.1/dependencies.yaml new/qtlottie-everywhere-src-6.5.2/dependencies.yaml --- old/qtlottie-everywhere-src-6.5.1/dependencies.yaml 2023-05-16 11:46:28.000000000 +0200 +++ new/qtlottie-everywhere-src-6.5.2/dependencies.yaml 2023-07-07 14:29:18.000000000 +0200 @@ -1,7 +1,7 @@ dependencies: ../qtbase: - ref: 55aee8697512af105dfefabc1e2ec41d4df1e45e + ref: af457a9f0f7eb1a2a7d11f495da508faab91a442 required: true ../qtdeclarative: - ref: 65651dc1d333e2aded18b0d6f0b71c35e5b40c1c + ref: f289063ff19588a11dd79213632785cfda2909a0 required: true
