diff --git a/freerdp.spec b/freerdp.spec index e406455..e802163 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -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 - 2:2.0.0-12.20160909git1855e36 +- Update to latest snapshot, update release to follow packaging guidelines. + * Fri Aug 12 2016 Simone Caronni - 2:2.0.0-11.git.5b2455f - Update to latest snapshot.