diff --git a/geany.spec b/geany.spec index 3b1d72c..773e120 100644 --- a/geany.spec +++ b/geany.spec @@ -1,6 +1,6 @@ Name: geany Version: 0.16 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A fast and lightweight IDE using GTK2 Group: Development/Tools @@ -40,7 +40,7 @@ Some features: Summary: Header files for building Geany plug-ins Group: Development/Tools Requires: geany = %{version}-%{release} -Requires: pkgconfig +Requires: pkgconfig gtk2-devel %description devel This package contains the header files and pkg-config file needed for building @@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/geany.pc %changelog +* Wed Apr 15 2009 pingou - 0.16-3 +- Add requires for gtk2-devel to geany-devel + * Thu Apr 2 2009 Jonathan G. Underwood - 0.16-2 - Add Requires for pkgconfig to geany-devel subpackage (BZ 493566)