Update to latest snapshot.
This commit is contained in:
parent
c2142f04cd
commit
675c4d1c94
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@
|
|||||||
/FreeRDP-3b83526.tar.gz
|
/FreeRDP-3b83526.tar.gz
|
||||||
/FreeRDP-bfe8359.tar.gz
|
/FreeRDP-bfe8359.tar.gz
|
||||||
/FreeRDP-8f52c7e.tar.gz
|
/FreeRDP-8f52c7e.tar.gz
|
||||||
|
/FreeRDP-f8baeb7.tar.gz
|
||||||
|
11
freerdp.spec
11
freerdp.spec
@ -1,5 +1,5 @@
|
|||||||
%global commit0 8f52c7ed88f9d6db914eac9721eb6c63c8b4347d
|
%global commit0 f8baeb72470f3ada14fdf6f8a13b67543340621b
|
||||||
%global date 20180115
|
%global date 20180314
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
# Can be rebuilt with FFmpeg/H264 support enabled by passing "--with=ffmpeg",
|
# Can be rebuilt with FFmpeg/H264 support enabled by passing "--with=ffmpeg",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
Name: freerdp
|
Name: freerdp
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 38%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
Release: 39%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Summary: Free implementation of the Remote Desktop Protocol (RDP)
|
Summary: Free implementation of the Remote Desktop Protocol (RDP)
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -271,6 +271,11 @@ find %{buildroot} -name "*.a" -delete
|
|||||||
%{_libdir}/pkgconfig/winpr-tools2.pc
|
%{_libdir}/pkgconfig/winpr-tools2.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 15 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-39.20180314gitf8baeb7
|
||||||
|
- Update to latest snapshot.
|
||||||
|
- Fixes connection to RDP servers with the latest Microsoft patches:
|
||||||
|
https://github.com/FreeRDP/FreeRDP/issues/4449
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-38.20180115git8f52c7e
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-38.20180115git8f52c7e
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (FreeRDP-8f52c7e.tar.gz) = a03d425c4dd33155ae34b853289270281dff93a7ff23d556c6ef209a5b59830e665ad2de6135e8e1dbae2f613ee47063de5efa1723198f69b03031f607aa124d
|
SHA512 (FreeRDP-f8baeb7.tar.gz) = 9186394ef02b872653b25a7cf0510df8258b7dbc079b7b921c922858c1bc6c832af02a2cab773d6bfaad9babf8da242a32fabc5a1a4e90fa97895cdd1fc46c23
|
||||||
|
Loading…
Reference in New Issue
Block a user