gjs-1.34.0-3.1.1>t 4 DpQ'b/=„ږ[JnK0 ܑmě[-+\ZtVc;/s^pxd/NA:Z^/f/:W8D *M@!T ;7* +A $Aeis ѿ3*$42H nB@t[x(X(idڥLGeZʏ -&k5̠V3 + ¬+<+ha KZQG3~XQ'b/=„%LTM6^s3t Q$^m *'>3guW&tjFcuIXڷs?ReAZҔ2e#BTߣzZ?$0.챼+'yEoHȇEbjq![Xݑ4=bQjwSӊ/qO4GOpL1!᫑`8s(3Pg n85aa0c2b9dbba5aeda605a6347171a22fa9feb22d2+>:I?Id   R ,FLT\ ` d l     (&80/9/:/FG.GGDHGLIGTXGXYG`\G|]G^GbGcHdHfeHkfHplHruHvHwILxITyI\zItCgjs1.34.03.1.1JavaScript bindings based on gobject-introspection and MozillaThis module contains JavaScript bindings based on gobject-introspection and the Mozilla SpiderMonkey JavaScript engine.Q'Ibuild24*PopenSUSE 12.3openSUSEMIThttp://bugs.opensuse.orgDevelopment/Libraries/GNOMEhttp://live.gnome.org/Gjslinuxx86_64 *PQ'&Q'*333e54f05c7879327f74379e85ec8360gjs-consolerootrootrootrootgjs-1.34.0-3.1.1.src.rpmgjsgjs(x86-64)@@@@@@   libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libgjs.so.0()(64bit)libgjs0libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpthread.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)1.34.03.0.4-14.0-14.4.6-14.10.2P@P`K@PXb@PE@P;a@P2&PSOOOG@Or@OiOTONNxN@NNyN_sN5CN/MAMMMlMbSMA^@M4/@M@LLr@L LeLeL@LLI@L>@K@KKg@KzJ#JzJS8I@dimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgfcrozat@novell.comdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgprusnak@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgvuntz@novell.comvuntz@novell.comvuntz@novell.comvuntz@novell.com- Obsolete typelib-1_0-GjsDBus-1_0: this helps with updating from gnome 3.4 to gnome 3.6.- Update to version 1.34.0: + stack: Fix gjs_dumpstack (bgo#683992).- Update to version 1.33.14: + Bugs fixed: bgo#684064. - Add pkgconfig(libffi) BuildRequires: since gjs uses ffi functions, confiure now checks for libffi presence.- Update to version 1.33.10: + Throw an exception when registering a GType that already exists + Object: don't access priv->info if it's NULL + Misc bug fixes. - Drop gjs-avoid_crash.patch: fixed upstream.- Add gjs-avoid_crash.patch: Fix crashes in gnome-shell.- Update to version 1.33.9: + Several changes in the GC system. + Fix memory leaks. + Fix compiler warnings.- Update to version 1.33.4: + Build: link everything to gio + Fix memory leaks + Fix various bugs and issues caught by the Clang static analyzer.- Update to version 1.33.3: + Introduce special marshalling for GErrors + Gio: Split GDBus implementation into helpers + Gio: modernize DBus bindings + Trace signal closures from the gobject instead of the context keep-alive.- Update to version 1.33.2: + gi: Improve error message when we get a non-function for a callback + Fold libgjs-gdbus.so into libgjs.so + GDBus: fix NotImplementedError message + system: add getpid(), getuid(), getgid() + Handle arrays of filenames + Rename GjsDBus to GjsPrivate + Import a new "format" module + Add argument names to our function's toString + Support Function.prototype.length + Fix various memory leaks. - Rename typelib-1_0-GjsDBus-1_0 subpackage to typelib-1_0-GjsPrivate-1_0, following upstream change. - Drop gjs-getpid_uid_gid.patch: fixed upstream.- Add gjs-getpid_uid_gid.patch: system: add getpid(), getuid(), getgid().- Update to version 1.32.0: + No changes.- Update to version 1.31.22: + Various bug fixes and code changes. + Build fixes. - Remove xz BuildRequires now that it comes for free in the build system. - Drop gjs-fix-build.patch: fixed upstream.- Update to version 1.31.20: + Represent GTypes as a new boxed wrapper type + Add "system" module + Introduce meta classes + object: - Implement gobject inheritance - Add support for glib properties - Add support for signals - Add support for interfaces + Support callbacks that accept array arguments + Various gjs_parse_args() improvements + Several other code changes. - Add gjs-fix-build.patch: fix code that cannot build.- Update to version 1.31.10: + Add native JSClass for interfaces + Add support for flat GValue arrays + Improvements related to singletons. + Fix ffi return value handling on 32 bit + Correctly convert from ffi return values to GIArgument on big-endian + Build fixes.- Split typelib file into typelib-1_0-GjsDBus-1_0 subpackage. - Add typelib-1_0-GjsDBus-1_0 Requires to devel subpackage.- Update to version 1.31.6: + Require mozjs185. + Add a common way to grab a GType for an object + Some work to improve support for ParamSpec. + lang: - Add new "Class" framework adapted from MooTools - Improve prototype property descriptors - Introduce abstract classes - Fix for reentrant calls + console: Fix ARGV when using -c to specify program + Several overrides improvements. + Various other code changes. - Remove %build_with_xulrunner define: only building against mozjs185 is supported now. - Add xz BuildRequires because we can't build a package for a xz-compressed tarball without explicitly specifying that... See bnc#697467 for more details.- Update to version 1.31.0: + Fix memory leaks + Don't use deprecated g_thread_init() and gvalue calls. + Fix compiler warnings. - Add pkgconfig(glib-2.0) BuildRequires.- Update to version 1.30.0: + No change, just a version bump.- Update to version 1.29.18: + Add optional signal emitted after a GC finishes + Add gjs_context_gc() wrapper + Run JS_updateMallocCounter() when creating GObjects- Update to version 1.29.17: + Add support for GPtrArrays. + Bind more cairo API. + Don't release too much when releasing arrays. + Misc bug fixes and improvements.- Update to version 1.29.16: + Make choice of javascript package non-automagic. + Install gi/ headers again.- Update to version 1.29.15: + Support in arrays of any type. + Rework array+length support, breaking API. + Various other array-related fixes. + Add GVariant support. + ADd GDBus port. + Add dbus conversion rule for 'q' to JS. + Remove SIGSEGV, SIGABRT handlers. + Merge gi.so into gjs.so. + Plug leaks. + console: Remove unwanted g_debug prints. + Various bug fixes. + Test-related changes.- Make it possible to build against js instead of xulrunner. This is controlled by a build_with_xulrunner define: + if it's set to a value other than 0, we keep the previous behavior. + if it's set to 0, we ignore all the xulrunner-related BuildRequires and Requires, and instead use a pkgconfig(mozjs185) BuildRequires. - Stop pretending we build against xulrunner from old openSUSE.- Update to version 1.29.0: + Fix introspection annotations. + Add infrastructure for override modules. + Don't hide deprecated methods. + Parse input as UTF-8, not ISO-8859-1. + Fix gunichar args. + Support null terminated C arrays of any type. + Fix memory leak. + Adapt to changes in future xulrunner. + Support compilation with standalone mozjs185. + Various other fixes.- Update to version 0.7.14: + bgo#646246: Do connection processing in a high priority timeout. - Changes from version 0.7.12: + bgo#643325: Make gjs_debugger_native_trap a JSFastNative + bgo#643817: mallinfo() is slow, look at /proc/self/statm instead. + Various cleanups.- Update to version 0.7.11: + Add gjs_context_maybe_gc() which is similar to JS_MaybeGC but tries to account for native allocations made directly from libc when determining if GC is useful. Also invoke after creating new native objects. + Adapt to additional xulrunner 2.0 changes + Add back debugger module, with single nativeTrap() function to trigger debugger breakpoint + Fix bug with looking up namespaced native modules + Memory leak fix + Build fixes - Drop gjs-xulrunner20b11-fix.patch: fixed upstream. - This update addresses bnc#676079.- Add gjs-xulrunner20b11-fix.patch to adapt to API changes in latest xulrunner.- Update to version 0.7.10: + xul2: use JS_NewCompartmentAndGlobalObject to avoid crash with latest xulrunner 2. + console: don't segfault on huge lines- Update to version 0.7.9: + Adapt to JS_GetStringChars removal in xulrunner 2. + Handle wide ranging enum values better. + Some tests fixes. - Add Url tag.- Update to version 0.7.8: + Add a js-version property the GjsContext object and also allow specifying a specific version via a comment of the form '// application/javascript;version=1.8'. If no version is specified, all SpiderMonkey extensions are allowed. + Integrate with cairo-gobject library for support of boxed Cairo types + Add support for (out caller-allocates) + Add support for gunichar type + Support signals with G_TYPE_POINTER argument using introspection information + When invoking callback for void-returning async D-Bus method implementations, allow empty parameter list instead of [] + Ignore empty elements in the module search path instead of treating them as the current directory + Handle removal of JS_GetStringBytes() in Spidermonkey + Handle removal of JS_GetFunctionName() in Spidermonkey + Use new g_object_info_find_method_using_interfaces() to allow future caching. + Improve efficiency of module search + Fix problems with JS_Add/RemoveRoot pairing + Memory management fixes + Improve error and debugging messages + Build fixes + Bugs fixed: bgo#624811, bgo#632551, bgo#632626, bgo#632925, bgo#633199, bgo#633477, bgo#635359, bgo#635368, bgo#635371, bgo#635707, bgo#636263, bgo#636619, bgo#636927, bgo#636928, bgo#637246- Add explicit Requires of mozilla-xulrunner%{xulrunner_ver} to libgjs0: the Requires on libmozjs.so is not enough, as there might be more than one provider, and it could be the wrong version of xulrunner.- Update to version 0.7.7: + bgo#632159: Adapt to removal of SlowNative functions + Support more recent development versions of XulRunner.- Update to version 0.7.6: + bgo#610859: Add makeProxyClass() function to the dbus module for easy creation of proxy classes. + Add an extra test case. + Build fixes.- Use pkgconfig BuildRequires when possible: + old BuildRequires: cairo-devel, dbus-1-glib-devel, gobject-introspection-devel. + new BuildRequires: cairo, dbus-glib-1 and gobject-introspection-1.0. - Rename libgjs-0 to libgjs0: this is the correct SLPP name. Add appropriate Provides/Obsoletes. - Do not add explicit Requires of dbus-1-devel and gobject-introspection-devel for libgjs-devel: they will be added automatically. - Use %_smp_mflags, make and %make_install, following our new best packaging practices.- Update to version 0.7.5: + Replace JS_SealObject by JS_FreezeObject. + Port all functions to JSFUN_FAST_NATIVE. + JS_IsNativeFrame replaced by JS_IsScriptFrame. + Separate "basic" API from "embedder/module". + Build fixes. - Build against mozilla-xulrunner20 in 11.4 and later, and stop supporting the 11.1 build (that was using mozilla-xulrunner190).- Update to version 0.7.4: + Require single include use of headers. + Support xulrunner 1.9.3. + Make gjs_profiler_reset public. + Remove "debugger" module. + Replace call context with a concept of "current context". + Replace "load context" with a "import global". + Various other fixes. - Drop gjs_gi_probes.d, gjs.stp.in source files: they are now included in tarball.- Update to version 0.7.2: + Fix 64 bit issues. + Explicitly link gjs-console against glib. + Update to (and require) gobject-introspection 0.9.5. + Various other fixes. - Remove gir-repository Recommends: all the interesting gir files are now directly shipped with the libraries.- Update to version 0.7.1: + Add support for GArray to gjs_value_from_g_argument + Add support for GArray to gjs_value_to_g_argument + Add support for dtrace/SystemTap + Add a promise module + Handle GValues of type G_TYPE_STRV + [gdb-check] Add a script for easier use + Throw a better warning for GValues containing container types + [importer] Allow native modules in gjs.so + [gjs] Add a byteArray module. + Adjust for g-i change to remove machine-independent type tags + Various other fixes. - Drop gjs-bgo623775.patch: fixed upstream. - Enable systemtap support: add systemtap-sdt-devel BuildRequires, pass --enable-systemtap to configure. Add gjs_gi_probes.d and gjs.stp.in source files, which are missing from the tarball (bgo#625090).- Add gjs-bgo623775.patch, from upstream git to fix build with gobject-introspection 0.9.2.- Update to version 0.7: + Add support for "foreign structs" - which are structures that are referenced from gobject-introspection, but need glue code to actually handle them. + Hook cairo bindings to integrate with gobject-introspected libraries using new foreign struct support + Start working toward thread-safety by adding JS_BeginRequest/JS_EndRequest calls throughout the codebase + add Tweener.setTimeScale and Tweener.getTimeScale + Wrap cairo_copy_path, cairo_copy_path_flat, and cairo_append_path + Handle destroy callbacks of type other than GDestroyNotify + Handle flag arguments not registered with GObject + Log errors that occur in callbacks + Code cleanup + Build fixes + Bugs fixed: bgo#610357, bgo#614055, bgo#614344, bgo#615078, bgo#615222, bgo#617343, bgo#617568, bgo#617702, bgo#617972, bgo#618190, bgo#618195, bgo#618200, bgo#618201- Build against mozilla-xulrunner192-devel on openSUSE > 11.2. - Add dbus-1-devel Requires to devel package.- 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.- Update to version 0.5: + Add a test for DBus.getcurrentMessageContext() + [dbus] include service name in error messages + gjs_define_object_class(): generate correct object hierarchy + Log the gjs-console command-line on startup + move gjs_error_reporter into a C++ file jsapi-private.cpp + don't use PTRDIFF macro from private spidermonkey header + Require C++ + bgo#584558 - Need print() function + Enable JIT if we can, by default + Make things build with glib 2.16 + Allow null/undefined to be passed in to callbacks + Support for callback functions - BuildRequire gcc-c++.- Update to version 0.4: + Use g_boxed methods for GValue copying/freeing + Add symbolic link from gjs to gjs-console in $(bindir) + Use gssize in gjs_string_from_utf8/gjs_string_from_filename + Don't use undefined variable in dbus exception + Add gjs_parse_args + Add a gettext module + Better toString() for introspection objects + Port modules/mainloop to gjs_parse_args + scripts: don't hardcode path to python + switch DEBUG_DBUS_MARSHAL log messages to be compiled out by default + bgo#560048 - Use JS_SetPropertyAttributes to seal imports + autoconf-2.64 compat: Don't use $(builddir) or $(abs_top_builddir) + Fix gjs_crash_after_timeout() problems- Build against mozilla-xulrunner191.- Update to version 0.3: + DBus support + Support simple fields for boxed types + Support "copy construction" of boxed types + Support simple structures not registered as boxed - Allow access to nested structures - Allow direct assignment to nested structure fields - Allow enum and flag structure fields - Allow creating boxed wrapper without copy + Support for non-default constructor (i.e. constructors like GdkPixbuf.Pixbuf.new_from_file(file)) + Add a Lang.bind function which binds the meaning of 'this' + Add an interactive console gjs-console + Allow code in directory modules (i.e. the code should reside in __init__.js files) + Fix handling of enum/flags return values + Handle non-gobject-registered flags + Add Tweener.registerSpecialProperty to tweener module + Add profiler for javascript code + Add gjs_context_get_all and gjs_dumpstack - useful to invoke from a debugger such as gdb + Support GHashTable + Add support for UNIX shebang (i.e. #!/usr/bin/gjs-console) + Support new introspection short/ushort type tags + Support GI_TYPE_TAG_FILENAME + Improve support for machine-dependent integer types and arrays of integers + Fix several memory leaks + Bugs fixed: bgo#560506, bgo#560670, bgo#560808, bgo#561514, bgo#561516, bgo#561849, bgo#562892, bgo#564424, bgo#564664, bgo#566185, bgo#567675, bgo#569178, bgo#570775, bgo#570964, bgo#580948, bgo#584560, bgo#584850, bgo#584858, bgo#584858, bgo#585386, bgo#585460, bgo#586665, bgo#586760, bgo#561203, bgo#561573, bgo#561585, bgo#561664, bgo#561686, bgo#561812, bgo#562575, bgo#565029, bgo#567078, bgo#569374, bgo#572113, bgo#572121, bgo#572130, bgo#572258, bgo#580865, bgo#580947, bgo#580957, bgo#581277, bgo#581384, bgo#581385, bgo#581389, bgo#582686, bgo#582704, bgo#582707, bgo#584849, bgo#560808 - Add dbus-1-glib-devel BuildRequires.- Initial package.build24 13592922331.34.0-3.1.11.34.0-3.1.1gjsgjs-console/usr/bin/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/b09ce8d57519e7e12acf3bd92c2549e9-gjscpiolzma5x86_64-suse-linuxELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0xe68f91b7c900e696dd75f9c98ae15208b083c8ee, strippeddirectoryRRRRRRADҜ^`$9S?`] cr$x#CÙaڢe:G/e]J&P*~i*Ip3rݐuR_(j@!5nJg,v%7-8;4@K(bs|v[/mcVZEI+3D:$) 'g Ca,ե#,T=^U>5lI8y:m< WNsKM_]@wmJȽ)w323 m9備39$+Wh443{+1~sTV` Sm1mQzJ>Ӹ! 0=4Jp=Ծ5\]px4.Xn*#EE#?qY$Q,=gcxB3jNb&%Ui6ԯerzW6E̘x; b-xʃ,2 x Al.;bowr, Jl:q=&*$85bieNDP=? vºc4wB/|j/ΌУuZ2.h(8&Rxf.7bt0{qr3:IQ{nտ$4j/}Z8Ez͟- 3$šva&́;lg<',ycGxf#9_ ^'2= m:>=='*5դ|!ߜjxoY}x5Ф!y~wq] IU,"*j]m/@p~'tDe@OJ NsB9L4kI`6LTle3rĬ Ӕ*p⍭1Qķf/>=HD&u)g.;_"`@_ yT6%79ʻM $y@"p|J˭>q:w64(H HA 4M.xjk#D)X2ZP< }nTB" .2S>=%1L,ڙA{ `|KRe3aN #vc}TU)9ڢks$OӀIA A(<%S+`nʛ<8Iɩq x4"|Yh18Cq'+o03+rU>]o*Ck B=sRTo!-շHmۚNN݂n -&u %1Cn4 ԨhD#IY<CzaK B&M~_H$'՘j^{ä5m]Zcyzº1M15Ʃlŵ8[<dX"82XN>J 55i8iYgGvt=4)`hGB m~k,QTfWviFVD#D C%1JxuOgk\jt=U@1 _$5ESblHR65om8Q] q*7\KNS8ۑ)-A@uk>!wq\`W(З+(}{ : %~mP+x9U QT4mSq/m6~SK ݻw(^9Nh/ssC`{y3b>UĽ:>-u%:.5~( hAHVN%1`$Ogm&nLYI\RXa 7͉pN:u쀺S=ƒƯ,p #9_CP2kDPPI6 A! Tl[2