From 2af5412d5be074a95e5089078c9f739cf4c3bb18 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 28 Jul 2011 16:02:49 -0400 Subject: [PATCH] BR latest g-i to fix build issue --- gjs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gjs.spec b/gjs.spec index 3e7e264..c507e80 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,6 +1,6 @@ Name: gjs Version: 1.29.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Javascript Bindings for GNOME Group: System Environment/Libraries @@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: js-devel BuildRequires: cairo-devel -BuildRequires: gobject-introspection-devel >= 0.10.1 +BuildRequires: gobject-introspection-devel >= 1.29.16 BuildRequires: readline-devel BuildRequires: dbus-glib-devel BuildRequires: intltool @@ -84,6 +84,9 @@ rm -rf %{buildroot} %{_libdir}/*.so %changelog +* Thu Jul 28 2011 Colin Walters - 1.29.0-3 +- BR latest g-i to fix build issue + * Mon Jun 27 2011 Adam Williamson - 1.29.0-2 - build against js, not gecko (from f15 branch, but patch not needed) - BR cairo-devel (also from f15)