From c47ddbe3be884e0776919367671060464de0c34e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: May 02 2015 16:49:41 +0000 Subject: Rebuilt for GCC 5 C++11 ABI change --- diff --git a/yaml-cpp.spec b/yaml-cpp.spec index 594a4bc..0448c26 100644 --- a/yaml-cpp.spec +++ b/yaml-cpp.spec @@ -1,6 +1,6 @@ Name: yaml-cpp Version: 0.5.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A YAML parser and emitter for C++ Group: Development/Libraries License: MIT @@ -59,6 +59,9 @@ make VERBOSE=1 %{?_smp_mflags} %changelog +* Sat May 02 2015 Kalev Lember - 0.5.1-7 +- Rebuilt for GCC 5 C++11 ABI change + * Thu Feb 26 2015 Guido Grazioli - 0.5.1-6 - Rebuild for gcc switching default to -std=gnu11