From 861353b5e25cd315c7f8a0d57591ee7ff14fae84 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 7 Mar 2018 19:40:50 -0800 Subject: [PATCH] Rebuild to fix GCC 8 mis-compilation See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") --- rocksdb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rocksdb.spec b/rocksdb.spec index 985b344..14d1857 100644 --- a/rocksdb.spec +++ b/rocksdb.spec @@ -1,6 +1,6 @@ Name: rocksdb Version: 5.7.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Persistent Key-Value Store for Flash and RAM Storage License: BSD @@ -64,6 +64,10 @@ make install-shared \ %{_includedir}/* %changelog +* Wed Mar 07 2018 Adam Williamson - 5.7.3-3 +- Rebuild to fix GCC 8 mis-compilation + See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") + * Fri Feb 09 2018 Fedora Release Engineering - 5.7.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild