diff --git a/gjs.changes b/gjs.changes index 74ca5cd..4500736 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 6 16:14:41 CEST 2009 - vuntz@novell.com + +- Build against mozilla-xulrunner191. + ------------------------------------------------------------------- Tue Jul 7 10:12:19 WEST 2009 - vuntz@novell.com diff --git a/gjs.spec b/gjs.spec index 9916252..2dc606f 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,7 +17,11 @@ # norootforbuild +%if 0%{suse_version} > 1110 +%define xulrunner_ver 191 +%else %define xulrunner_ver 190 +%endif Name: gjs BuildRequires: dbus-1-glib-devel @@ -28,7 +32,7 @@ BuildRequires: readline-devel License: MIT License (or similar) Group: Development/Libraries/GNOME Version: 0.3 -Release: 1 +Release: 2 Summary: JavaScript bindings based on gobject-introspection and Mozilla Source: %{name}-%{version}.tar.bz2 Requires: libgjs-0 = %{version}