From 0af1d47072c72fe65d64d963f358048942915f97 Mon Sep 17 00:00:00 2001 From: Pierre-YvesChibon Date: Wed, 15 Apr 2009 07:15:01 +0000 Subject: [PATCH] Add requires to gtk2-devel on geany-devel --- geany.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)