Fix for GFX color depth (Windows 10)
This commit is contained in:
parent
ff3abd148b
commit
8507189141
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@
|
||||
/FreeRDP-00af869.tar.gz
|
||||
/FreeRDP-2.0.0-rc4.tar.gz
|
||||
/FreeRDP-ce386c8.tar.gz
|
||||
/FreeRDP-435872b.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
%global commit0 ce386c8555bdc4d716e7f54f1f40757ebc533c87
|
||||
%global date 20190228
|
||||
%global commit0 435872b417481955e7ef788312e32b344c36515e
|
||||
%global date 20190304
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# Can be rebuilt with FFmpeg/H264 support enabled by passing "--with=ffmpeg",
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
Name: freerdp
|
||||
Version: 2.0.0
|
||||
Release: 48.%{date}git%{shortcommit0}%{?dist}
|
||||
Release: 49.%{date}git%{shortcommit0}%{?dist}
|
||||
Epoch: 2
|
||||
Summary: Free implementation of the Remote Desktop Protocol (RDP)
|
||||
License: ASL 2.0
|
||||
@ -292,6 +292,9 @@ find %{buildroot} -name "*.a" -delete
|
||||
%{_libdir}/pkgconfig/winpr-tools2.pc
|
||||
|
||||
%changelog
|
||||
* Wed Mar 06 2019 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-49.20190304git435872b
|
||||
- Fix for GFX color depth (Windows 10).
|
||||
|
||||
* Thu Feb 28 2019 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-48.20190228gitce386c8
|
||||
- Update to latest snapshot post rc4.
|
||||
- CVE-2018-1000852 (#1661642).
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (FreeRDP-ce386c8.tar.gz) = cc40b4cd47eb64d673c590c0405273278dbee3f56390fdefb1031e4b727624695570740f9a2e21021f62d03a1e9c41069bff3e5f5ba6a57fc4e30876efa15d25
|
||||
SHA512 (FreeRDP-435872b.tar.gz) = dcfb57d726d37a3c8e648e786e4140bebedecb500f1fac8ac3c9a6dbb83cce2de5ba3acf65d00fdf04b47f9c8a1290a356cf4f0d7fcbabb60ea1ed1edb635e34
|
||||
|
Loading…
Reference in New Issue
Block a user