From 6293faeb42425e313b4eb323bc17acb891f280b9 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 7 Mar 2018 19:15:42 -0800 Subject: [PATCH] Rebuild to fix GCC 8 mis-compilation See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") --- p7zip.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/p7zip.spec b/p7zip.spec index c917a96..fa543d5 100644 --- a/p7zip.spec +++ b/p7zip.spec @@ -7,7 +7,7 @@ Summary: Very high compression ratio file archiver Name: p7zip Version: 16.02 -Release: 10%{?dist} +Release: 11%{?dist} # Files under C/Compress/Lzma/ are dual LGPL or CPL License: LGPLv2 and (LGPLv2+ or CPL) URL: http://p7zip.sourceforge.net/ @@ -171,6 +171,10 @@ make test %changelog +* Wed Mar 07 2018 Adam Williamson - 16.02-11 +- Rebuild to fix GCC 8 mis-compilation + See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") + * Tue Feb 06 2018 Sérgio Basto - 16.02-10 - Improve security patch