From ca2b145ebc34147996e02eb4b61be6a9badbdb31 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 23 Feb 2010 20:30:37 +0000 Subject: [PATCH] - devel pkg should require libffi-devel --- gobject-introspection.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 090a5e0..065379a 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -5,7 +5,7 @@ Name: gobject-introspection Version: 0.6.8 -Release: 0.1.%{alphatag} +Release: 1.1.%{alphatag} Summary: Introspection system for GObject-based libraries Group: Development/Libraries @@ -55,6 +55,7 @@ Summary: Libraries and headers for gobject-introspection Group: Development/Libraries Requires: %name = %{version}-%{release} Requires: glib2-devel +Requires: libffi-devel Requires: pkgconfig %description devel @@ -115,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/*.gz %changelog +* Tue Feb 23 2010 Colin Walters +- devel pkg should require libffi-devel + * Thu Jan 28 2010 Adam Miller - 0.6.8-0.1.20100128git - Update to new git snapshot - Fix Version tag to comply with correct naming use with alphatag