From 083c61bb36b9d1e76e8443a48727e032f0aa6399 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 7 Mar 2018 17:58:12 -0800 Subject: [PATCH] Rebuild to fix GCC 8 mis-compilation See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") --- kyotocabinet.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kyotocabinet.spec b/kyotocabinet.spec index b9a0247..353687a 100644 --- a/kyotocabinet.spec +++ b/kyotocabinet.spec @@ -1,7 +1,7 @@ Summary: A straightforward implementation of DBM Name: kyotocabinet Version: 1.2.76 -Release: 16%{?dist} +Release: 17%{?dist} License: GPLv3 Group: Applications/Databases URL: http://fallabs.com/%{name}/ @@ -168,6 +168,10 @@ make check %doc COPYING doc/api/* kyotocabinet.idl %changelog +* Wed Mar 07 2018 Adam Williamson - 1.2.76-17 +- Rebuild to fix GCC 8 mis-compilation + See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") + * Wed Feb 07 2018 Fedora Release Engineering - 1.2.76-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild