6.7.0
Resolves: RHEL-27845 Resolves: RHEL-31149
This commit is contained in:
parent
f303e46301
commit
a5c9cf2297
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/qtconnectivity-everywhere-src-6.5.3.tar.xz
|
/qtconnectivity-everywhere-src-6.5.3.tar.xz
|
||||||
/qtconnectivity-everywhere-src-6.6.0.tar.xz
|
/qtconnectivity-everywhere-src-6.6.0.tar.xz
|
||||||
/qtconnectivity-everywhere-src-6.6.1.tar.xz
|
/qtconnectivity-everywhere-src-6.6.1.tar.xz
|
||||||
|
/qtconnectivity-everywhere-src-6.7.0.tar.xz
|
||||||
|
@ -8,12 +8,12 @@
|
|||||||
|
|
||||||
%global examples 1
|
%global examples 1
|
||||||
# FIXME: needs bootstrap
|
# FIXME: needs bootstrap
|
||||||
%global build_tests 1
|
#global build_tests 1
|
||||||
|
|
||||||
Summary: Qt6 - Connectivity components
|
Summary: Qt6 - Connectivity components
|
||||||
Name: qt6-%{qt_module}
|
Name: qt6-%{qt_module}
|
||||||
Version: 6.6.1
|
Version: 6.7.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# See LICENSE.GPL3, respectively, for exception details
|
# See LICENSE.GPL3, respectively, for exception details
|
||||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||||
@ -77,7 +77,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
%build
|
%build
|
||||||
%cmake_qt6 \
|
%cmake_qt6 \
|
||||||
-DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF} \
|
-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
|
%cmake_build
|
||||||
|
|
||||||
@ -146,6 +147,11 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 19 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-1
|
||||||
|
- 6.7.0
|
||||||
|
Resolves: RHEL-27845
|
||||||
|
Resolves: RHEL-31149
|
||||||
|
|
||||||
* Wed Mar 27 2024 Jan Grulich <jgrulich@redhat.com> - 6.6.1-4
|
* Wed Mar 27 2024 Jan Grulich <jgrulich@redhat.com> - 6.6.1-4
|
||||||
- Add -tests subpackage with unit tests that can run in CI
|
- Add -tests subpackage with unit tests that can run in CI
|
||||||
Resolves: RHEL-28239
|
Resolves: RHEL-28239
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtconnectivity-everywhere-src-6.6.1.tar.xz) = b1a1962d881c1965c56cef5226b3eac39613332c96778daf322fa0ccba9aa33677e1943f3bb3f7efbdd8aec81623ca6b59c2340c805346935ef77e7606210dab
|
SHA512 (qtconnectivity-everywhere-src-6.7.0.tar.xz) = bbdb6798a9cca5ec523d0f06aa3e1ea0024e4c7bd5cba765ad87b7b2f40ec59bd2a557bb45224bb3490c818292ccf04283f7c5d47723d95d83f2edf85c214b78
|
||||||
|
Loading…
Reference in New Issue
Block a user