From ef9c0b7c21f370491306060daa707823edef562a Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Wed, 9 Mar 2011 14:56:02 -0800 Subject: [PATCH] Rebuild --- gjs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gjs.spec b/gjs.spec index cb63ed5..bfc3739 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,6 +1,6 @@ Name: gjs Version: 0.7.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Javascript Bindings for GNOME Group: System Environment/Libraries @@ -26,7 +26,7 @@ BuildRequires: gtk-doc gnome-common # A better fix would be to get all of Fedora's spidermonkey consumers # to not depend on xulrunner. See # https://bugzilla.mozilla.org/show_bug.cgi?id=618381 -Requires: gecko-libs%{?_isa} = 2.0-beta12 +Requires: gecko-libs%{?_isa} = 2.0-rc1 %description Gjs allows using GNOME libraries from Javascript. It's based on the @@ -88,6 +88,9 @@ rm -rf %{buildroot} %{_libdir}/*.so %changelog +* Wed Mar 9 2011 Christopher Aillon - 0.7.11-3 +- Rebuild against newer gecko + * Fri Feb 25 2011 Christopher Aillon - 0.7.11-2 - Rebuild against newer gecko