From 1f61a81e00c1fc03b0eee86a6415048a89b5551b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 7 Mar 2018 18:07:36 -0800 Subject: [PATCH] Rebuild to fix GCC 8 mis-compilation See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") --- libqb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libqb.spec b/libqb.spec index 999fa8d..c779029 100644 --- a/libqb.spec +++ b/libqb.spec @@ -2,7 +2,7 @@ Name: libqb Version: 1.0.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An IPC library for high performance servers Group: System Environment/Libraries @@ -70,6 +70,10 @@ developing applications that use %{name}. %{_mandir}/man3/qb*3* %changelog +* Wed Mar 07 2018 Adam Williamson - 1.0.3-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 - 1.0.3-3 - Escape macros in %%changelog