From bf144af80794d4c0447453b851f98b1c419dbdb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 4 Jan 2018 12:41:59 +0000 Subject: [PATCH] un-bootstrap x264 --- x264.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/x264.spec b/x264.spec index 7a37dd8..91ad310 100644 --- a/x264.spec +++ b/x264.spec @@ -7,7 +7,7 @@ %global gver .%{gitdate}git%{gitversion} %global branch stable -%global _with_bootstrap 1 +#global _with_bootstrap 1 %{?_with_bootstrap: %global _without_gpac 1 @@ -31,7 +31,7 @@ Summary: H264/AVC video streams encoder Name: x264 Version: 0.%{api} -Release: 1%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist} +Release: 2%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist} License: GPLv2+ URL: https://www.videolan.org/developers/x264.html Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2 @@ -201,6 +201,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/ %endif %changelog +* Thu Jan 04 2018 Sérgio Basto - 0.152-2.20171224gite9a5903 +- un-bootstrap x264 + * Sat Dec 30 2017 Sérgio Basto - 0.152-1.20171224gite9a5903_bootstrap - Update x264 to 0.152 and switch asm compiler from yasm to nasm