Sync from SUSE:SLFO:Main qt6-quick3d revision aa2f04291e05dcc98cfd551f9be19c20
This commit is contained in:
parent
7efc8ccb4c
commit
a32a564f01
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 07:25:54 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.7.2:
|
||||
* https://www.qt.io/blog/qt-6.7.2-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 08:31:39 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.7.1:
|
||||
* https://www.qt.io/blog/qt-6.7.1-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 13:39:51 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.7.0:
|
||||
* https://www.qt.io/blog/qt-6.7-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 26 14:26:22 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.6.3
|
||||
%define short_version 6.6
|
||||
%define real_version 6.7.2
|
||||
%define short_version 6.7
|
||||
%define tar_name qtquick3d-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
#
|
||||
@ -27,12 +27,12 @@
|
||||
%endif
|
||||
#
|
||||
Name: qt6-quick3d%{?pkg_suffix}
|
||||
Version: 6.6.3
|
||||
Version: 6.7.2
|
||||
Release: 0
|
||||
Summary: API for creating 3D content and 3D user interfaces based on Qt Quick
|
||||
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
|
||||
Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
||||
Source99: qt6-quick3d-rpmlintrc
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig
|
||||
@ -381,8 +381,8 @@ This library does not have any ABI or API guarantees.
|
||||
|
||||
### Static libraries ###
|
||||
|
||||
# Embree only supports x86_64 and arm64
|
||||
%ifarch x86_64 aarch64
|
||||
# Embree only supports x86_64 %x86_64 and arm64
|
||||
%ifarch x86_64 %x86_64 aarch64
|
||||
%package -n qt6-bundledembree-devel-static
|
||||
Summary: Qt6 BundledEmbree static library
|
||||
%requires_eq qt6-core-private-devel
|
||||
@ -666,7 +666,7 @@ rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_quick3dparticleeffects_private.
|
||||
|
||||
### Static libraries ###
|
||||
|
||||
%ifarch x86_64 aarch64
|
||||
%ifarch x86_64 %x86_64 aarch64
|
||||
%files -n qt6-bundledembree-devel-static
|
||||
%{_qt6_cmakedir}/Qt6/FindWrapBundledEmbreeConfigExtra.cmake
|
||||
%{_qt6_cmakedir}/Qt6BundledEmbree/
|
||||
|
BIN
qtquick3d-everywhere-src-6.6.3.tar.xz
(Stored with Git LFS)
BIN
qtquick3d-everywhere-src-6.6.3.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
qtquick3d-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
qtquick3d-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user