6.7.0
Resolves: RHEL-27845 Resolves: RHEL-31174
This commit is contained in:
parent
de9162cf26
commit
aeb6a568ae
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/qtwebsockets-everywhere-src-6.5.3.tar.xz
|
/qtwebsockets-everywhere-src-6.5.3.tar.xz
|
||||||
/qtwebsockets-everywhere-src-6.6.0.tar.xz
|
/qtwebsockets-everywhere-src-6.6.0.tar.xz
|
||||||
/qtwebsockets-everywhere-src-6.6.1.tar.xz
|
/qtwebsockets-everywhere-src-6.6.1.tar.xz
|
||||||
|
/qtwebsockets-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 - WebSockets component
|
Summary: Qt6 - WebSockets component
|
||||||
Name: qt6-%{qt_module}
|
Name: qt6-%{qt_module}
|
||||||
Version: 6.6.1
|
Version: 6.7.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
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
|
||||||
Url: http://qt-project.org/
|
Url: http://qt-project.org/
|
||||||
@ -78,7 +78,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
|
||||||
|
|
||||||
@ -138,6 +139,11 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 19 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-1
|
||||||
|
- 6.7.0
|
||||||
|
Resolves: RHEL-27845
|
||||||
|
Resolves: RHEL-31174
|
||||||
|
|
||||||
* Tue Apr 02 2024 Jan Grulich <jgrulich@redhat.com> - 6.6.1-4
|
* Tue Apr 02 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 (qtwebsockets-everywhere-src-6.6.1.tar.xz) = 0b067c263887002f415326c013a7c83634403ac486f9696a81ac601c7be421bd8a1fc97a86f10abb369fac9e4661d54571aaf559565125a1fa8005a718950559
|
SHA512 (qtwebsockets-everywhere-src-6.7.0.tar.xz) = a233700dbecc3c266e432e4d0b239891457dd96125fe0e115e16904e7bd038fd2f1ba74b05fa23b7b3752d5023a8af502436a80c430c1b974acb182487275641
|
||||||
|
Loading…
Reference in New Issue
Block a user