diff --git a/.gitignore b/.gitignore index 5760871..74edf5c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /qt3d-everywhere-src-6.2.1.tar.xz /qt3d-everywhere-src-6.2.2.tar.xz /qt3d-everywhere-src-6.2.3.tar.xz +/qt3d-everywhere-src-6.3.0.tar.xz diff --git a/qt6-qt3d.spec b/qt6-qt3d.spec index 030e0e5..7b52784 100644 --- a/qt6-qt3d.spec +++ b/qt6-qt3d.spec @@ -8,8 +8,10 @@ Summary: Qt6 - Qt3D QML bindings and C++ APIs Name: qt6-%{qt_module} -Version: 6.2.3 -Release: 2%{?dist} +Version: 6.3.0 +Release: 1%{?dist} + +#global examples 1 # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See also http://doc.qt.io/qt-5/licensing.html @@ -53,12 +55,13 @@ Requires: qt6-qtbase-devel%{?_isa} %description devel %{summary}. +%if 0%{?examples} %package examples Summary: Programming examples for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description examples %{summary}. - +%endif %prep %autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1 @@ -71,7 +74,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} # Disable LTO %define _lto_cflags %{nil} -%cmake_qt6 +%cmake_qt6 -DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF} # -DQT_FEATURE_qt3d_system_assimp=ON %cmake_build @@ -192,13 +195,16 @@ popd %{_qt6_libdir}/metatypes/qt6*_metatypes.json -%if 0%{?_qt6_examplesdir:1} +%if 0%{?examples} %files examples %{_qt6_examplesdir}/ %endif %changelog +* Wed Apr 13 2022 Jan Grulich - 6.3.0-1 +- 6.3.0 + * Fri Feb 25 2022 Jan Grulich - 6.2.3-2 - Enable s390x builds diff --git a/sources b/sources index f8ba973..1735b5f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qt3d-everywhere-src-6.2.3.tar.xz) = 21bc5d39c5c5f1a79fae67fdaac1ef5e571e06697762eb91b3edf168e7df6eabea5c4791d1f85a44a0ad961b810f5071b4032a92523e02b4038a26eff6088df5 +SHA512 (qt3d-everywhere-src-6.3.0.tar.xz) = 14fcd607fc6d93f8c97142f6bbb62ec4b7ff108c3233cdb919de1382a21b29aa901a82c5b6d1a0244b3a863e713ba42f65efc21b2eb807cbe0e007b5be17fea9