From 24bb34d5e5de3d4a2e1ed52eb32bdff765052236 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 31 Jul 2017 11:29:37 +0200 Subject: [PATCH] Rebuild with binutils fix for ppc64le (#1475636) --- geany.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/geany.spec b/geany.spec index aa31adb..7ce0095 100644 --- a/geany.spec +++ b/geany.spec @@ -5,7 +5,7 @@ Name: geany Version: 1.31 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A fast and lightweight IDE using GTK3 Group: Development/Tools @@ -161,6 +161,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libdir}/pkgconfig/geany.pc %changelog +* Mon Jul 31 2017 Florian Weimer - 1.31-4 +- Rebuild with binutils fix for ppc64le (#1475636) + * Wed Jul 26 2017 Dominic Hopf - 1.31-3 - Rebuild against GTK3 (RHBZ#1368632) - Thanks very much to Rok Mandeljc for his efforts on this!