diff --git a/geany.spec b/geany.spec index 0402c3d..5ea31d4 100644 --- a/geany.spec +++ b/geany.spec @@ -5,7 +5,7 @@ Name: geany Version: 1.25 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A fast and lightweight IDE using GTK2 Group: Development/Tools @@ -40,7 +40,7 @@ Source22: http://advamacs.com/pub/tcl.tcl.tags BuildRequires: desktop-file-utils, gettext, gtk3-devel, glib2-devel, pango-devel, intltool BuildRequires: perl(XML::Parser) -Requires: vte +Requires: vte3 Requires: geany-libgeany = %{version}-%{release} Provides: bundled(scintilla) = 3.5.6 @@ -67,7 +67,6 @@ Some features: Summary: Core functions of Geany Group: Development/Tools Requires: geany = %{version}-%{release} -Requires: pkgconfig gtk3-devel %description libgeany This package contains the core functions of Geany which will be used by @@ -195,6 +194,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libdir}/pkgconfig/geany.pc %changelog +* Mon Jul 27 2015 Dominic Hopf - 1.25-4 +- require vte3 instead of vte (RHBZ#1245831) +- do not require gtk3-devel for libgeany subpackage + * Tue Jul 14 2015 François Cami - 1.25-3 - Geany 1.25 bundles scintilla 3.5.6. - Fix the included AppData file (GTK2 => GTK3).