import qt5-qtwebsockets-5.15.2-2.el8

This commit is contained in:
CentOS Sources 2021-10-05 05:27:49 -04:00 committed by Stepan Oksanichenko
parent 511fc26ef1
commit 067fee8c73
4 changed files with 11 additions and 1678 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/qtwebsockets-everywhere-src-5.12.5.tar.xz
SOURCES/qtwebsockets-everywhere-src-5.15.2.tar.xz

View File

@ -1 +1 @@
7d38f6bd74ec5f0498cd567925317a3e94c6d779 SOURCES/qtwebsockets-everywhere-src-5.12.5.tar.xz
cf1a77a16ba0babad9a48a72f78f6f019a4767c8 SOURCES/qtwebsockets-everywhere-src-5.15.2.tar.xz

View File

@ -4,7 +4,7 @@
Summary: Qt5 - WebSockets component
Name: qt5-%{qt_module}
Version: 5.12.5
Version: 5.15.2
Release: 2%{?dist}
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
@ -14,7 +14,6 @@ Url: http://qt-project.org/
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$
@ -55,8 +54,6 @@ 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}
@ -124,6 +121,14 @@ popd
%endif
%changelog
* Wed Apr 28 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-2
- Rebuild (binutils)
Resolves: bz#1930060
* Mon Apr 05 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-1
- 5.15.2
Resolves: bz#1930060
* 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