6.8.1
Resolves: RHEL-53982
This commit is contained in:
parent
a598d31ef7
commit
f3c96e1cfc
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
|||||||
/qtwebsockets-everywhere-src-6.6.1.tar.xz
|
/qtwebsockets-everywhere-src-6.6.1.tar.xz
|
||||||
/qtwebsockets-everywhere-src-6.7.0.tar.xz
|
/qtwebsockets-everywhere-src-6.7.0.tar.xz
|
||||||
/qtwebsockets-everywhere-src-6.7.1.tar.xz
|
/qtwebsockets-everywhere-src-6.7.1.tar.xz
|
||||||
|
/qtwebsockets-everywhere-src-6.8.1.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.7.1
|
Version: 6.8.1
|
||||||
Release: 5%{?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/
|
||||||
@ -112,6 +112,7 @@ popd
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSES/*
|
%license LICENSES/*
|
||||||
|
%{_qt6_archdatadir}/sbom/%{qt_module}-%{qt_version}.spdx
|
||||||
%{_qt6_libdir}/libQt6WebSockets.so.6*
|
%{_qt6_libdir}/libQt6WebSockets.so.6*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -139,6 +140,10 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 06 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-1
|
||||||
|
- 6.8.1
|
||||||
|
Resolves: RHEL-53982
|
||||||
|
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 6.7.1-5
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 6.7.1-5
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Bump release for October 2024 mass rebuild:
|
||||||
Resolves: RHEL-64018
|
Resolves: RHEL-64018
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtwebsockets-everywhere-src-6.7.1.tar.xz) = 32fc9c07fd9e5a36ca9f8787abc59dec309beaf060a0b7f86a9f8d9d3a678a0ec95883455b036a81456af063c1aec01898b5914c27b9845224add0df5cbf5b28
|
SHA512 (qtwebsockets-everywhere-src-6.8.1.tar.xz) = 27b8c8a256f4319bd1f9a78efb4a5109d8677aa285c361787f0499930ea1813d44d56538ec3f1887b83ec4c4a717684efaba59ac9db88f86ee74e79d3d81c6e2
|
||||||
|
Loading…
Reference in New Issue
Block a user