import qt5-qtwebsockets-5.12.5-2.el8

This commit is contained in:
CentOS Sources 2020-11-03 06:55:44 -05:00 committed by Andrew Lukoshko
parent 0dc3cbaee0
commit 6f7dac0abc
2 changed files with 1681 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
Summary: Qt5 - WebSockets component
Name: qt5-%{qt_module}
Version: 5.12.5
Release: 1%{?dist}
Release: 2%{?dist}
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
License: LGPLv2 with exceptions or GPLv3 with exceptions
@ -13,6 +13,9 @@ Url: http://qt-project.org/
%global majmin %(echo %{version} | cut -d. -f1-2)
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
# Security fixes
Patch100: qtwebsockets-add-public-api-to-set-max-frame-and-message-size.patch
# filter qml provides
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
@ -52,6 +55,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%prep
%setup -q -n %{qt_module}-everywhere-src-%{version}
%patch100 -p1 -b .add-public-api-to-set-max-frame-and-message-size
%build
%{qmake_qt5}
@ -120,6 +124,10 @@ popd
%endif
%changelog
* Mon May 11 2020 Jan Grulich <jgrulich@redhat.com> - 5.12.5-2
- Add a public api to set max frame and message size
Resolves: bz#1815187
* Mon Nov 18 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-1
- 5.12.5
Resolves: bz#1733156