Dominique Leuenberger 2017-08-29 09:40:01 +00:00 committed by Git OBS Bridge
parent 03f11fc468
commit 6ca2a5e8b4
3 changed files with 4265 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 24 10:46:39 UTC 2017 - mlin@suse.com
- Backport patch from dev to 5.9 what implements a new QSslSocket
backend based on OpenSSL 1.1. (bsc#1042658)
* 0001-QSslSocket-OpenSSL-1.1-backend.patch
-------------------------------------------------------------------
Wed Aug 9 13:01:22 UTC 2017 - matz@suse.com

View File

@ -66,6 +66,7 @@ Patch15: force-cmake-private-headers.patch
Patch16: dont-abort-missing-display.patch
# patches 1000-2000 and above from upstream 5.9 branch #
# patches 2000-3000 and above from upstream 5.10/dev branch #
Patch2000: 0001-QSslSocket-OpenSSL-1.1-backend.patch
BuildRequires: alsa-devel
BuildRequires: cups-devel
BuildRequires: double-conversion-devel
@ -155,6 +156,7 @@ handling.
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch2000 -p1
# be sure not to use them
rm -rf src/3rdparty/{libjpeg,freetype,zlib}