diff --git a/.gitignore b/.gitignore index 69b000f..4a0df74 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ x264-0.148-20160118-5c65704.tar.bz2 /x264-0.152-20171224-e9a5903.tar.bz2 /x264-0.155-20180806-0a84d98.tar.bz2 /x264-0.157-20190303-72db437.tar.bz2 +/x264-0.157-20190717-34c06d1.tar.bz2 diff --git a/sources b/sources index 67ea432..bc45139 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fc5fb1afb4a87a0e65ad966e1d8ea28d x264-0.157-20190303-72db437.tar.bz2 +95f0dcc097601cfd0f86c8e007022b2e x264-0.157-20190717-34c06d1.tar.bz2 diff --git a/x264-snapshot.sh b/x264-snapshot.sh index 5eefc22..cbd9521 100755 --- a/x264-snapshot.sh +++ b/x264-snapshot.sh @@ -17,7 +17,8 @@ branch=stable commit=HEAD pushd "$tmp" -git clone git://git.videolan.org/${package}.git -b ${branch} +git clone https://code.videolan.org/videolan/x264.git -b ${branch} + cd ${package} tag=$(git rev-list HEAD -n 1 | cut -c 1-7) git checkout ${commit} diff --git a/x264.spec b/x264.spec index 521ef65..b3fdf1c 100644 --- a/x264.spec +++ b/x264.spec @@ -1,7 +1,7 @@ -# globals for x264-0.157-20190303-72db437.tar.bz2 +# globals for x264-0.157-20190717-34c06d1.tar.bz2 %global api 157 -%global gitdate 20190303 -%global gitversion 72db437 +%global gitdate 20190717 +%global gitversion 34c06d1 %global snapshot %{gitdate}-%{gitversion} %global gver .%{gitdate}git%{gitversion} @@ -34,7 +34,7 @@ Summary: H264/AVC video streams encoder Name: x264 Version: 0.%{api} -Release: 8%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist} +Release: 9%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist} License: GPLv2+ URL: https://www.videolan.org/developers/x264.html Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2 @@ -210,6 +210,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/ %endif %changelog +* Wed Jul 17 2019 Sérgio Basto - 0.157-9.20190717git34c06d1 +- 0.157 update, date 2019-07-17 (stable branch) + * Tue May 07 2019 Sérgio Basto - 0.157-8.20190303git72db437 - Revert "Build /usr/bin/x264 with gpac shared lib instead static lib."