From bf22ca6dc264f564dfd7c5a6bcadb9633c93e141 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 14 Aug 2018 16:17:27 +0200 Subject: [PATCH] rebuild against latest fixed binutils --- libyaml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libyaml.spec b/libyaml.spec index 83b20c4..b2f5f2c 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -4,7 +4,7 @@ Name: libyaml Version: 0.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: YAML 1.1 parser and emitter written in C Group: System Environment/Libraries @@ -71,6 +71,9 @@ make check %changelog +* Tue Aug 7 2018 Jens Petersen - 0.2.1-2 +- rebuild against fixed binutils to fix missing symbols (#1613350) + * Mon Jul 16 2018 John Eckersberg - 0.2.1-1 - New upstream release 0.2.1 (rhbz#1598611)