From 7cadd65f58abc247a86bf1074afb3477e79ac2d5 Mon Sep 17 00:00:00 2001 From: leigh123linux Date: Tue, 17 Dec 2019 10:02:47 +0000 Subject: [PATCH] Rebuild without bootstrap --- x264.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/x264.spec b/x264.spec index 3a6fe7d..5575727 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: 2%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist} +Release: 3%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist} License: GPLv2+ URL: https://www.videolan.org/developers/x264.html Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2 @@ -207,6 +207,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/ %endif %changelog +* Tue Dec 17 2019 Leigh Scott - 0.159-3.20191127git1771b55 +- Rebuild without bootstrap + * Tue Dec 17 2019 Leigh Scott - 0.159-2.20191127git1771b55_bootstrap - DO A BOOTSTRAP BUILD