Update to latest snapshot
This commit is contained in:
parent
1f9981467f
commit
2abc5a3bd3
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
||||
/FreeRDP-8f52c7e.tar.gz
|
||||
/FreeRDP-f8baeb7.tar.gz
|
||||
/FreeRDP-de83f4d.tar.gz
|
||||
/FreeRDP-a9ecd6a.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
%global commit0 de83f4df2114d2a9924579498a20efb69edea5cd
|
||||
%global date 20180320
|
||||
%global commit0 a9ecd6a6ccc71130805a6bf3214c169fc42746ba
|
||||
%global date 20180405
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# Can be rebuilt with FFmpeg/H264 support enabled by passing "--with=ffmpeg",
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
Name: freerdp
|
||||
Version: 2.0.0
|
||||
Release: 40%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||
Release: 41%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||
Epoch: 2
|
||||
Summary: Free implementation of the Remote Desktop Protocol (RDP)
|
||||
License: ASL 2.0
|
||||
@ -272,6 +272,9 @@ find %{buildroot} -name "*.a" -delete
|
||||
%{_libdir}/pkgconfig/winpr-tools2.pc
|
||||
|
||||
%changelog
|
||||
* Mon Apr 09 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-41.20180405gita9ecd6a
|
||||
- Update to latest snapshot.
|
||||
|
||||
* Wed Mar 21 2018 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-40.20180320gitde83f4d
|
||||
- Add PAM support (fixes freerdp-shadow-cli). Thanks Paolo Zeppegno.
|
||||
- Update to latest snapshot.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (FreeRDP-de83f4d.tar.gz) = 90c6dec96681a6ae8ca95d3c6faafa870c1db334bf8ea5cd326766f7b2cd26ce37e7c8020e5c393b6315ac598ef30f5555881391a0a98feaf3b5530d45f4ad8d
|
||||
SHA512 (FreeRDP-a9ecd6a.tar.gz) = a64756b258c9e4582094257da26c927a42178041245cee1734b20578d1d30e39490aafaa4786e855ca3fa1e12f1bd2f6cca2b1d3d1ce54be691bda552daa84df
|
||||
|
Loading…
Reference in New Issue
Block a user