6.7.0
Resolves: RHEL-27845 Resolves: RHEL-31159
This commit is contained in:
parent
2544089320
commit
78ce581c9a
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/qtquick3d-everywhere-src-6.5.3.tar.xz
|
||||
/qtquick3d-everywhere-src-6.6.0.tar.xz
|
||||
/qtquick3d-everywhere-src-6.6.1.tar.xz
|
||||
/qtquick3d-everywhere-src-6.7.0.tar.xz
|
||||
|
@ -11,8 +11,8 @@
|
||||
|
||||
Summary: Qt6 - Quick3D Libraries and utilities
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.6.1
|
||||
Release: 4%{?dist}
|
||||
Version: 6.7.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
@ -97,7 +97,8 @@ CXXFLAGS="$CXXFLAGS -mno-avx"
|
||||
%ifarch s390x
|
||||
-DQT_BUILD_EXAMPLES=OFF
|
||||
%else
|
||||
-DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF}
|
||||
-DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF} \
|
||||
-DQT_INSTALL_EXAMPLES_SOURCES=%{?examples:ON}%{!?examples:OFF}
|
||||
%endif
|
||||
# -DQT_FEATURE_system_assimp=ON
|
||||
|
||||
@ -269,6 +270,11 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Apr 19 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-1
|
||||
- 6.7.0
|
||||
Resolves: RHEL-27845
|
||||
Resolves: RHEL-31159
|
||||
|
||||
* Thu Mar 28 2024 Jan Grulich <jgrulich@redhat.com> - 6.6.1-4
|
||||
- Add -tests subpackage with unit tests that can run in CI
|
||||
Resolves: RHEL-28239
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtquick3d-everywhere-src-6.6.1.tar.xz) = 1a663920b3d2010de1b38ed559a2391d31a5c42dfdb0c414723acdf778c1fce2f6f74295bb260201d0a9ac64ff30570599e8d8b97229f6c5f33229a19a1fe763
|
||||
SHA512 (qtquick3d-everywhere-src-6.7.0.tar.xz) = 1262fccbbf7bd31aa122837998f3a903c191e70a270a2a678842e6f8209336b39f5523582e7b4ab88f0db98e357993c34f857ae2a34c7e7ac29597377459576b
|
||||
|
Loading…
Reference in New Issue
Block a user