From 1ac63b539675fcb957c8c0130a50b30f9ecb522c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 7 Mar 2018 19:19:36 -0800 Subject: [PATCH] Rebuild to fix GCC 8 mis-compilation See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") --- pngquant.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pngquant.spec b/pngquant.spec index aa9fd1d..bdc204e 100644 --- a/pngquant.spec +++ b/pngquant.spec @@ -2,7 +2,7 @@ Name: pngquant Version: 2.11.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: PNG quantization tool for reducing image file size License: GPLv3+ @@ -55,6 +55,10 @@ export CFLAGS="%{optflags} -fno-math-errno -funroll-loops -fomit-frame-pointer - %changelog +* Wed Mar 07 2018 Adam Williamson - 2.11.7-4 +- Rebuild to fix GCC 8 mis-compilation + See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") + * Fri Feb 09 2018 Igor Gnatenko - 2.11.7-3 - Escape macros in %%changelog