diff --git a/.gitignore b/.gitignore index 35eb43d..7ae5c61 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -x264-0.142-20141221-6a301b6.tar.bz2 +x264-0.144-20150225-c8a773e.tar.bz2 diff --git a/sources b/sources index dc031dc..0377ed9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f6c0d02ee82bd4e625ac2e5ca7a34392 x264-0.142-20141221-6a301b6.tar.bz2 +6d499a4840ad7e16e36e67ba9bd1ba6e x264-0.144-20150225-c8a773e.tar.bz2 diff --git a/x264.spec b/x264.spec index 213653b..8ed002b 100644 --- a/x264.spec +++ b/x264.spec @@ -1,7 +1,7 @@ -# globals for x264-0.142-20141221-6a301b6.tar.bz2 -%global api 142 -%global gitdate 20141221 -%global gitversion 6a301b6 +# globals for x264-0.144-20150225-c8a773e.tar.bz2 +%global api 144 +%global gitdate 20150225 +%global gitversion c8a773e %global snapshot %{gitdate}-%{gitversion} %global gver .%{gitdate}git%{gitversion} %global branch stable @@ -25,7 +25,7 @@ Summary: H264/AVC video streams encoder Name: x264 Version: 0.%{api} -Release: 12%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist} +Release: 1%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://developers.videolan.org/x264.html @@ -194,6 +194,9 @@ touch -r generic/version.h %{buildroot}%{_includedir}/x264.h %{buildroot}%{_incl %{_libdir}/libx26410b.so %changelog +* Sat Jun 06 2015 Sérgio Basto - 0.144-1.20150225gitc8a773e +- Update to x264-0.144, soname bump, git c8a773e from date 20150225 . + * Mon Jun 01 2015 Marcin Juszkiewicz - 0.142-12.20141221git6a301b6 - Added patch to make it build on AArch64.