From cb3e1fd574dfdb208e1a7e8f048cacac2cf5ce37 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sun, 30 Jul 2017 21:50:49 +0200 Subject: [PATCH] Rebuild with binutils fix for ppc64le (#1475636) --- gobject-introspection.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 22b799c..effd820 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -2,7 +2,7 @@ Name: gobject-introspection Version: 1.53.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Introspection system for GObject-based libraries License: GPLv2+, LGPLv2+, MIT @@ -98,6 +98,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' %{_datadir}/gtk-doc/html/gi/* %changelog +* Sun Jul 30 2017 Florian Weimer - 1.53.4-4 +- Rebuild with binutils fix for ppc64le (#1475636) + * Wed Jul 26 2017 Florian Müllner - 1.53.4-3 - Revert a GKeyFile introspection ABI change