diff --git a/freerdp.spec b/freerdp.spec index 776baba..fa4d83a 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -1,4 +1,4 @@ -%global commit0 53de4b81a6bb43b92411f08cb770731de949de0d +%global commit0 aa15327a3ac30710fbf23547ebcf6593e5e1701b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Can be rebuilt with FFmpeg/H264 support enabled by passing "--with=ffmpeg" and @@ -10,7 +10,7 @@ Name: freerdp Version: 2.0.0 -Release: 8%{?shortcommit0:.git.%{shortcommit0}}%{?dist} +Release: 9%{?shortcommit0:.git.%{shortcommit0}}%{?dist} Epoch: 2 Summary: Free implementation of the Remote Desktop Protocol (RDP) License: ASL 2.0 @@ -241,6 +241,9 @@ find %{buildroot} -name "*.a" -delete %{_libdir}/pkgconfig/winpr*.pc %changelog +* Tue Jun 07 2016 Simone Caronni - 2:2.0.0-9.git.aa15327 +- Update to latest sources. + * Tue May 24 2016 David Woodhouse - 2:2.0.0-8.git.53de4b8 - Update to latest sources