diff --git a/geany.spec b/geany.spec index 94eb552..64e3fec 100644 --- a/geany.spec +++ b/geany.spec @@ -5,7 +5,7 @@ Name: geany Version: 1.33 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A fast and lightweight IDE using GTK3 Group: Development/Tools @@ -13,7 +13,7 @@ License: GPLv2+ and MIT URL: http://www.geany.org/ Source0: http://download.geany.org/%{name}-%{version}.tar.bz2 -BuildRequires: gcc +BuildRequires: gcc gcc-c++ BuildRequires: desktop-file-utils, gettext, pango-devel, intltool BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(glib-2.0) @@ -162,6 +162,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libdir}/pkgconfig/geany.pc %changelog +* Sun Jul 22 2018 Dominic Hopf - 1.33-3 +- RHBZ#1604065: Fix FTBFS, add gcc-c++ as BuildRequires + * Fri Jul 13 2018 Fedora Release Engineering - 1.33-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild