diff --git a/.gitignore b/.gitignore index c4df9b4..ab69be1 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /FreeRDP-e86f7c2.tar.gz /FreeRDP-5b2455f.tar.gz /FreeRDP-1855e36.tar.gz +/FreeRDP-267dea9.tar.gz diff --git a/freerdp.spec b/freerdp.spec index e802163..fe50741 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -1,6 +1,6 @@ -%global commit0 1855e36179fb197e713d41c4ef93e19cf1f0be2f +%global commit0 267dea928c1ef65abdf937049c6cdca920ca2b0b +%global date 20161006 %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: @@ -11,7 +11,7 @@ Name: freerdp Version: 2.0.0 -Release: 12%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist} +Release: 13%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist} Epoch: 2 Summary: Free implementation of the Remote Desktop Protocol (RDP) License: ASL 2.0 @@ -243,6 +243,9 @@ find %{buildroot} -name "*.a" -delete %{_libdir}/pkgconfig/winpr*.pc %changelog +* Sat Oct 08 2016 Simone Caronni - 2:2.0.0-13.20160909git267dea9 +- Update to latest snapshot. + * Tue Sep 20 2016 Simone Caronni - 2:2.0.0-12.20160909git1855e36 - Update to latest snapshot, update release to follow packaging guidelines. diff --git a/sources b/sources index 004bae4..a521050 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4592e71849af17452912c4542a753424 FreeRDP-1855e36.tar.gz +5b0932680efe4340dbffa8394c5e32e1 FreeRDP-267dea9.tar.gz