6.7.0
Resolves: RHEL-27845 Resolves: RHEL-31158
This commit is contained in:
parent
9f58d14f9e
commit
ed6dc73040
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/qtpositioning-everywhere-src-6.5.3.tar.xz
|
||||
/qtpositioning-everywhere-src-6.6.0.tar.xz
|
||||
/qtpositioning-everywhere-src-6.6.1.tar.xz
|
||||
/qtpositioning-everywhere-src-6.7.0.tar.xz
|
||||
|
@ -8,12 +8,12 @@
|
||||
|
||||
%global examples 1
|
||||
# FIXME: needs bootstrap
|
||||
%global build_tests 1
|
||||
#global build_tests 1
|
||||
|
||||
Summary: Qt6 - Positioning component
|
||||
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
|
||||
@ -98,7 +98,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%cmake_qt6 \
|
||||
-DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF} \
|
||||
-DQT_BUILD_TESTS=%{?build_tests:ON}%{!?build_tests:OFF}
|
||||
-DQT_BUILD_TESTS=%{?build_tests:ON}%{!?build_tests:OFF} \
|
||||
-DQT_INSTALL_EXAMPLES_SOURCES=%{?examples:ON}%{!?examples:OFF}
|
||||
|
||||
%cmake_build
|
||||
|
||||
@ -168,6 +169,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-31158
|
||||
|
||||
* 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 (qtpositioning-everywhere-src-6.6.1.tar.xz) = 8114d9cec0e453ff51fdbe8b1a814c968e614e1f9aaf031bf00c0c48e732de728d925852789360411c594f63ae322404fc9403d0bc3a35500522d8dc403d79e2
|
||||
SHA512 (qtpositioning-everywhere-src-6.7.0.tar.xz) = ba0bce58321d967ddb3fcbe4b978212f660e48afd788ba36a0068ca7c6804e7febd74d6a15bc541f6cf9ebeef72aeeceb3e2779f53bdaa432391fb64781e68a1
|
||||
|
Loading…
Reference in New Issue
Block a user