Update to latest sources

This commit is contained in:
Simone Caronni 2016-09-20 14:10:09 +02:00
parent 1a4bc8c29c
commit a6c60151fa

View File

@ -1,5 +1,6 @@
%global commit0 5b2455f3147aca395a441fc65b602938600f0788
%global commit0 1855e36179fb197e713d41c4ef93e19cf1f0be2f
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global date 20160909
# Can be rebuilt with FFmpeg/H264 support enabled by passing "--with=ffmpeg" and
# "--with=x264" to mock/rpmbuild or by globally setting this:
@ -10,7 +11,7 @@
Name: freerdp
Version: 2.0.0
Release: 11%{?shortcommit0:.git.%{shortcommit0}}%{?dist}
Release: 12%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
Epoch: 2
Summary: Free implementation of the Remote Desktop Protocol (RDP)
License: ASL 2.0
@ -242,6 +243,9 @@ find %{buildroot} -name "*.a" -delete
%{_libdir}/pkgconfig/winpr*.pc
%changelog
* Tue Sep 20 2016 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-12.20160909git1855e36
- Update to latest snapshot, update release to follow packaging guidelines.
* Fri Aug 12 2016 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-11.git.5b2455f
- Update to latest snapshot.