libgjs-devel-0.7.11-1.3.1>t  DH`pMw/=„3}Cω3B aakHgznȩ$5&[yL7[\PC2 "dy apIPC/\P$ھU4Sҟs۪*OeidAMkdb639acfceb126966216e2c5bc514dbd94acf1e0coMw/=„mۑW*RV(w@f.0N3ܰznF@wјdn~Q9s3 ߁Hn}3 ?p[?#C\PŘ>^[?,af\6䏴@p낅4^ NUW2hB/%KUg=SUdjo.N=!WW}pÜRr^ǟ' h"I֝xcnU@bf8pd/pP7|8ge?>5<?<d  [ -Icip%% N% % ,% % l%%% r %    ( $8 ,9 :0F7BG7X%H7%I8%X8Y8\9%]9%^; b;c@K@KKg@KzJ#JzJS8I@dimstar@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- 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.build35 1299691889B/BLB0B2B1BOBNBTBVBWBXBYBZB`B[B]B\B^B_BaBbBcBdBMBUBPBQBRBSBBBBfBhBiBgBr0.7.110.7.110.7.110.7.110.7.110.7.11-1.3.10.7.11-1.3.1gjs-1.0gjsgjs-dbusdbus-proxy.hdbus.hbyteArray.hcompat.hcontext.hgiarg.hboxed.hclosure.henumeration.hforeign.hfunction.hgjs_gi_trace.hkeep-alive.hns.hobject.hparam.hrepo.hunion.hvalue.hgjs-module.hgjs.himporter.hjsapi-util.hmem.hnative.hlibgjs-dbus.solibgjs-gi.solibgjs.sogjs-1.0.pcgjs-dbus-1.0.pcgjs-gi-1.0.pcgjs-internals-1.0.pcgjs.stp/usr/include//usr/include/gjs-1.0//usr/include/gjs-1.0/gjs-dbus//usr/include/gjs-1.0/gjs//usr/include/gjs-1.0/gjs/gi//usr/lib//usr/lib/pkgconfig//usr/share/systemtap/tapset/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.4:Update:Test/standard/b1e02352bae2d64261626d2cab59a996-gjscpiolzma5i586-suse-linuxᮮJdZ}S?] cZ3XכUytNymA3ƛzșYqv߯lm8pOQWVAQSn:01={[ (NMIąo&I7S2C"ґG4ȬSQh%~_S`E|_Gta󱬅{ . iz $k v2\prDU땵DqeA6n"c*1 K^x]72NP׫3(``t0G[TUvMȕkjµoh~Du`yݏ`'hx#QPqJh}ˊ_ ⨁ӋR,ђm˺4 {7-؉'\߃$tǜ t)h8֪y sh>CreVvUH^'e]D#8R)L{f ŠIҪubvzun=*7Q..4Iy͔7[)K+ds\{yaH?Cަ"|zcn z83Ek{7l9vAaڥ(v T ;Y~#K< dL扉O5q:(u{ "2!W!h& 9|ژfr-&\17)4TiY3B) N_Td8Ez&YY~ *&<("`L 7S,μ/vTbiC&@s*Iޝo[1}e}| &{TCY[0yM Z_X: n:I,rp0`++M>ބ[7 D t1 /&(b.-n1s|&W&E2K/5US μ'"R1Д{U@'*aW!1CG|Z˄#Wwfv>M+xt;}м;mH'@DfCw373-`ևo}MIůPQn;q*ocE9LK ~P?Kya?\\ #bT;ڵ%H|H=lIt=߫r޲5?bceߖՍ^xPu8X )͊qJaC !{ f[6š/oJGSbAssQZd2bulBguZeE)kLSƍ_"b+\ cCz%Co0E7f4WQ*[CI;5s0N4%%\ S/mHF1G+֛[:b,91Jf|z{`"LUbjĨ"\0rftEJZ-"R׋Z$RSӦ9 P4E8AEۆ(.7ջ*a\@YF?Fx ~]:ivdHKs|\J2+j/׾ro2Ia\6F3V--ꓽV;jYIª=_gffz#h-L6ry-#Sٰ=v< 2L)lorӽف2{xULjVMr5 ϭ/E ob;tCܝ-@h7o(jBkg<%+A"msm=)8]0f{v, f3..xet+\BX`1y  NLn]38t*+Q: }dOYN7FцbHQL8|)JzVc&R$hA #6^c&Kj[Y]uP2[wlu>][_ͷ<!5͉m6+Zwu{ t|_堙DWqsveʰ͸\Ħх=17dف>V{»M4_noWrkf12BGd3͑4VOJ|hO}KISnL!#r|Uaq?X&bbjG61 FsLdeiPS%4{j"W s$c b$ ~kS Գ)zMRFJl'`v7x qQїɐ.垕O),[*oAu]3:mjMN ;{%>A|>r%kypp*ܠ/7^cYy.طR@npۯ͆4Z q:Us&5{pYcKRx2Epƀ|TXB9FCb*0uӜS{rƼAtĪH:F"oJ!CG !8mߌϻ=":=ј@Ff#s7 ̵εw>,ql ˥QF8HJF&I$`j^.Ü:.!xs zH.dQ̏Idj<%H)S03ipĹ2 mf˥\-ʊB|֏X(!CSVQ$Wj 7U& .&t#2mA{bă?ğw ~F4Ԯf!{"YzRCz[琜 񠩈t`8a m*ehN#o7"&0H9c5hCɉ,]CYn;-y$^]>u3Rd-#@ i\i=cY/ _ bkxB(pub [?֒fc챏mkC}fA%y*{{A!5R'!۵r5A@u]E1\ )R]f=eA~׺c/'n]ڝwf6(Lka2'nc\2O}5jv=т]=Aۙ5p5ɛ ݎR38qF@b"Q¨3u`]L,% ]f䯟Dq-Ɓ@~.37(5Lϥq®uo Mxw/kgHQp~l9^6OUwbF[j=-Z3 1I=}UH-e"R(޳hQdcDa^%{EC-F~~/ a!`F CI,fhTІ8[̄'ׇ5UG:&*3iue.K21o ,F ][l,+Q*冄n vOz]D1yK8C\ Flݽ6˫y'?!;KkHT֑;53'̊{rq7Tg1.I.Fe'CƶpL9pSC;(#Bra[QS?1MAA- MͺHg=mg=eq2Ȳ?\[z1Μ:R1RdQv5@po|%8RᤌTȉ●zmq~/S&n(y= 3TƆ7<1mUԉD:b.gPe}7p/]gwU45X3TUL9\_ov yš#o4zS>2eҼG2<|qZȁ9zG<1#x.R MB9E`QwٴhgC!ά߱j$d܏(ʱ bYTN<;rC oOz VCi[{5&Ľr)IӦC o[ZؕE ak_mi-ipģF8(R?#Sz%_\R{Nh{!7(T-jϱ+*o= A {)"Fa jE6"W~^s?7Ǝ;yH*4XIlMwL@oG3-(k[͚3!o%~Ӳx3R!ƹ?a.@"+u.V;ˑo2C9>yW$ӟO.$ uaQQL)WٝnUA,#to9%-|cd.?0b`r1\OWyTvg)ڞ̞tmR2^Lph t9Ԣ5< zB.55j\ҥSM/|?ÆEX FFF[|mB\z4b2/ˇ135b+ }V_)@" dnHQ~h;(S/=#Dx00^DX~c|S' 4 $CYqC =@gc^5GYK{jeݾյ#JI Zw\ZO+eJ&u\ 3%rAs%쥕(>S`t[gNUkYsxgk " tϔ4|#Fu#3@Tܰ덗fεPפ=?`?r}*{>X:sUh ȜrH4lB|n+Z9G 2%'/=ߜ~77'ʎ 9 *'4=`A~CbB'2,,]KnEM:0&W]3ż{0yNŸ;(ܿY!}b< i**t̓E}ј*)*W@Mаht4DOi_bȗClғ(}h%[9װX k)Bic{؞B_mVՙܠe4}\ F2Fe^Jp:kh΋?uǐd tާlk~\WJjxԦ VRTW'tWs?7W,HQ kJ)rȟX-٣j_sRJ ,8yǍրĻp]Kl _S#{h?J& qh&G'3ɵ1s76Ļ YA IM8nfסBc`Gp4J :Gur;ܶ67敂ޕ5d0If@Bz.姲.˱YS J7&q/6EҪRj$!h'-tIpm6cUIGLGRsr'2 tW⿳@G)X7RyH]|CZp^i%mZ:^UhPZ#-qcVd*S5]EJjaK y›TQn!eYt YDUD[Y>-e I0}/67Iџp緟ur8JS >cӶj:󳁯<.EʴD45<7wML|RJ`𜉠10+ijQ/㒎Z~!!m]`wEǶ q [OAhgW곩 AK#I|<.Yn@}TINVg#vrc *ZK!g)Mp^?Q#YoXwuNtBMI0-1ѿ^$;p[^Lk&vGrcEA8~2pN Y34ec(;thWd:Oʮi;+VBA?^%a"tef-?%)m\'^vhAz9I'SHor paiK]rJnj1!xϛ&buWӴ^;tEiIX]POiUum::CGQNrI>R9GLqFi&4у=EcbYcxڨMXSOPiSpGxtk OJع8?AY:XWf>Jw 'AIE@TwثvCxY!.Qp"UFZ+Օo>.!8 5KON0Us `F<c.3T˵"&_q1 5M}կ )fۣ]kv-$D#Z{HYZO҉`se݀[Ku0r:NhBV )nʡ1)rj/Ê۵BTV+%  d9_[ǫ@ tHK;e1RnUIjO],s~# 5p`1cӉKMPw<2 nE|S-,9o(ήPУ))2A]ZYO Zg胯K('b%e+ci9ID+siQe:#$Arb f#|_.kNpv"e_=f8M\DleFx(ʿhH-hpF"u`VkaZ{ЃU(K糶6SO. U驩69Vba`WL@(Gi; >Lt٦ϾЎw}KLEm5\s^?URWӑ ZjB g[e E"\<@bHRbqZ&GOaYONiԒܡnVi⬼ؓqq5YUC{ό%o|\JL5}ޣx