commit f2d725716a688e36234de7b945cc57e59cb6c3e7
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Jan 24 20:37:51 2021 +0000
Update to 0.161-20210124git544c61f (stable branch)
.gitignore | 1 +
sources | 2 +-
x264.spec | 11 +++++++----
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ad1416c..ebf2e76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ x264-0.148-20160118-5c65704.tar.bz2
/x264-0.159-20200409git296494a.tar.bz2
/x264-0.160-20200702gitcde9a93.tar.bz2
/x264-0.161-20200912gitd198931.tar.bz2
+/x264-0.161-20210124git544c61f.tar.bz2
diff --git a/sources b/sources
index 709600d..92b199a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (x264-0.161-20200912gitd198931.tar.bz2) =
0f877f156ba383e69a1411815fe9963bf392c16d2285501d21f707394056652deab95eea3ce80a11d8c0b182e96931e8fe431bbfd8c1eaeb4f8617c0694f4d84
+SHA512 (x264-0.161-20210124git544c61f.tar.bz2) =
b88b927fe60a8d90b74736abfa8e6b2d6db093ff9423a40c80b04d0298f46dd5512fe714efca3547055d1cd0232ff8bddaac3f6e58d36745d2bf447b4b28d1b5
diff --git a/x264.spec b/x264.spec
index afd190a..91add5b 100644
--- a/x264.spec
+++ b/x264.spec
@@ -1,7 +1,7 @@
-# globals for x264-0.161-20200912gitd198931.tar.bz2
+# globals for x264-0.161-20210124git544c61f.tar.bz2
%global api 161
-%global gitdate 20200912
-%global gitversion d198931
+%global gitdate 20210124
+%global gitversion 544c61f
%global snapshot %{gitdate}git%{gitversion}
%global gver .%{gitdate}git%{gitversion}
@@ -33,7 +33,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 3%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 4%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL:
https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -177,6 +177,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%{_libdir}/pkgconfig/%{name}.pc
%changelog
+* Sun Jan 24 2021 Sérgio Basto <sergio(a)serjux.com> - 0.161-4.20210124git544c61f
+- Update to 0.161-20210124git544c61f (stable branch)
+
* Tue Jan 19 2021 Dominik Mierzejewski <rpm(a)greysector.net> -
0.161-3.20200912gitd198931
- Drop non-asm build for i686 and ppc64 (rfbz#5855)
- Use set_build_flags instead of configure macro for non-autotools script (rfbz#5854)