diff --git a/.gitignore b/.gitignore index 01930a9..c5457f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -x264-0.142-20140423-e260ea5.tar.bz2 +x264-0.142-20140728-af8e768.tar.bz2 diff --git a/sources b/sources index eee45ec..b16165d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -987fe1cc7027f9539e1ba262fe60160e x264-0.142-20140423-e260ea5.tar.bz2 +50c4351b4d304a713ce2b1a2b6b37a80 x264-0.142-20140728-af8e768.tar.bz2 diff --git a/x264.spec b/x264.spec index 5bcb493..637dde5 100644 --- a/x264.spec +++ b/x264.spec @@ -1,6 +1,6 @@ %global api 142 -%global gitdate 20140423 -%global gitversion e260ea5 +%global gitdate 20140728 +%global gitversion af8e768 %global snapshot %{gitdate}-%{gitversion} %global gver .%{gitdate}git%{gitversion} %global branch stable @@ -24,7 +24,7 @@ Summary: H264/AVC video streams encoder Name: x264 Version: 0.%{api} -Release: 4%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist} +Release: 5%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://developers.videolan.org/x264.html @@ -189,6 +189,9 @@ touch -r generic/version.h %{buildroot}%{_includedir}/x264.h %{buildroot}%{_incl %{_libdir}/libx26410b.so %changelog +* Mon Jul 28 2014 Sérgio Basto - 0.142-5.20140728gitaf8e768 +- Update x264-0.142 to git af8e768 + * Wed Apr 23 2014 Sérgio Basto - 0.142-4.20140423gite260ea5 - Update to git e260ea5 (stable branch)