commit gjs for openSUSE:Factory
Hello community, here is the log from the commit of package gjs for openSUSE:Factory checked in at Thu Apr 1 12:36:00 CEST 2010. -------- --- GNOME/gjs/gjs.changes 2010-02-16 14:58:32.000000000 +0100 +++ /mounts/work_src_done/STABLE/gjs/gjs.changes 2010-03-26 13:03:37.000000000 +0100 @@ -1,0 +2,31 @@ +Fri Mar 26 12:58:30 CET 2010 - vuntz@opensuse.org + +- Build against mozilla-xulrunner192-devel on openSUSE > 11.2. +- Add dbus-1-devel Requires to devel package. + +------------------------------------------------------------------- +Fri Mar 19 09:01:25 CET 2010 - dimstar@opensuse.org + +- Update to version 0.6: + + Optimize function invocation using libffi directly, speeding up + function invocation benchmarks by as much as 30%. + + Add a native Cairo module + + Don't include user_data arguments for callbacks, in Javascript + you should use closures instead + + Add a --command/-c argument to gjs-console + + Add gjs_context_get_native_context() to allow access to the + native context + + Improve internal API support for collecting function arguments + and defining types + + Add examples using gio and libsoup + + Add datadir/share/gjs-1.0 to searchpath in addition to + XDG_DATA_DIRS + + Add -rpath for libmozjs when linking gjs-console + + Improve test cases and add internal assertions + + Bugs fixed: bgo#561524, bgo#604074, bgo#604076, bgo#606258, + bgo#609691, bgo#609830, bgo#610320, bgo#610370, bgo#610574, + bgo#611529, bgo#611585, bgo#611590, bgo#611591, bgo#611811. + bgo#613106 +- BuildRequire cairo-devel. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gjs-0.5.tar.bz2 New: ---- gjs-0.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gjs.spec ++++++ --- /var/tmp/diff_new_pack.2UGuWB/_old 2010-04-01 12:33:43.000000000 +0200 +++ /var/tmp/diff_new_pack.2UGuWB/_new 2010-04-01 12:33:43.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package gjs (Version 0.5) +# spec file for package gjs (Version 0.6) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -16,19 +16,24 @@ # +%if 0%{suse_version} > 1120 +%define xulrunner_ver 192 +%else %if 0%{suse_version} > 1110 %define xulrunner_ver 191 %else %define xulrunner_ver 190 %endif +%endif Name: gjs -Version: 0.5 +Version: 0.6 Release: 1 License: MIT License (or similar) Summary: JavaScript bindings based on gobject-introspection and Mozilla Group: Development/Libraries/GNOME Source: %{name}-%{version}.tar.bz2 +BuildRequires: cairo-devel BuildRequires: dbus-1-glib-devel BuildRequires: gcc-c++ BuildRequires: gobject-introspection-devel @@ -56,6 +61,7 @@ License: MIT License (or similar) Summary: JavaScript bindings based on gobject-introspection and Mozilla Group: Development/Libraries/GNOME +Requires: dbus-1-devel Requires: gobject-introspection-devel Requires: libgjs-0 = %{version} Requires: mozilla-xulrunner%{xulrunner_ver}-devel ++++++ gjs-0.5.tar.bz2 -> gjs-0.6.tar.bz2 ++++++ ++++ 5643 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de