libgjs0-1.50.4-lp151.4.3.1<>,P]5o/=„@tST&V`; GiaE޿] >Y1;Fy}ɭrXR#=ea2g`)?);1Fo N vlr ySASDJhڴ]ȡ2Pgn H͆Nu>CL?Ld   \ !2V\d|     <T' '1'(p8x$9$: $>G@GBGFHGHHH4IHLXHTYHdZH[H\H]H^HbI4cIdJeJfJlJuJvJwKtxKyK.zL\LlLpLvLClibgjs01.50.4lp151.4.3.1JavaScript bindings based on gobject-introspection and MozillaThis module contains JavaScript bindings based on gobject-introspection and the Mozilla SpiderMonkey JavaScript engine.]5ocloud115 :openSUSE Leap 15.1openSUSEMIThttp://bugs.opensuse.orgSystem/Librarieshttps://wiki.gnome.org/Projects/Gjslinuxi586 */A큤]5o]5o]5oZlZmZle69dfd6956a845158341291b77d146e355ee3761070671994364f1a6521519c469e50754f6a6499fc025821339bf255f694908cdcaaa07bf22bbc01b16e20335056cdead00df4382b3cf223998b36374defb587531e7ab9f6b5aceab6b0f232705b06243be16477c239be2012ec4ffe7264c208d66d9fc661a0c6b52271ab71blibgjs.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootgjs-1.50.4-lp151.4.3.1.src.rpmlibgjs-0libgjs.so.0libgjs0libgjs0(x86-32)@@@@@@@@@@@@@@@@@@@@@@@@@@@@    @@@@@/sbin/ldconfig/sbin/ldconfiglibX11.so.6libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libcairo-gobject.so.2libcairo.so.2libffi.so.7libffi.so.7(LIBFFI_BASE_7.0)libgcc_s.so.1libgcc_s.so.1(GCC_3.0)libgio-2.0.so.0libgirepository-1.0.so.1libglib-2.0.so.0libgobject-2.0.so.0libgtk-3.so.0libmozjs-52.solibmozjs-52.so(js)libreadline.so.7libstdc++.so.6libstdc++.so.6(CXXABI_1.3)libstdc++.so.6(CXXABI_1.3.9)libstdc++.so.6(GLIBCXX_3.4)libstdc++.so.6(GLIBCXX_3.4.11)libstdc++.so.6(GLIBCXX_3.4.18)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)typelib(GIRepository)typelib(GLib)typelib(GObject)typelib(Gio)typelib(GjsPrivate)3.0.4-14.6.0-14.0-15.2-14.14.1\\@Z@Zp^@YeY{YzYzYY@@YY@Y3Y3Y3Y3YJ_YC@Y @XsXӸX@X~@X@Xf@XBXXOX$a@W$W@WVs@V7P@T T@hpj@suse.comChingkai fcrozat@suse.combjorn.lie@gmail.comluc14n0@linuxmail.orgzaitor@opensuse.orgjengelh@inai.dedimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgjengelh@inai.dedimstar@opensuse.orgluke.nukem.jones@gmail.comzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgmgorse@suse.comdamjanovic.ivo@gmail.comzaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.org- Add gjs-aggressive-gc.patch (bsc#1093541). This ensures the GC runs repeatedly until there are no more objects to be destroyed.- Add gjs-disable-destroyed-object-criticals.patch: We have a bunch of corruption right now spamming the log. This commit gets rid of the spam unless G_MESSAGES_DEBUG is set (glgo#GNOME/gjs!71, boo#1117221).- Do not try to build against s390 anymore, since it doesn't build with mozjs54 and s390 is only for compability with old applications (gjs doesn't qualifies).- Update to version 1.50.4: + Gnome Shell crash with places-status extension when you plug an USB device (glgo#gjs#33 and glgo#gjs#38). - Changes from version 1.50.3: + GJS will now log a warning when a GObject is accessed in Javascript code after the underlying object has been freed in C. (This used to work most of the time, but crash unpredictably.) We now prevent this situation which, is usually by caused a memory management bug in the underlying C library. + Closed bugs and merge requests: - Add checks for GObjects that have been finalized (glgo#gjs#21, glgo#gjs#23, glgo#gjs#25, glgo#gjs#28, glgo#gjs#33). - Test "Cairo context has methods when created from a C function" fails (glgo#gjs#27, glgo#gjs#35). - Various fixes from the master branch for rare crashes.- Update to version 1.50.2: + Closed bugs and merge requests: - tweener: Fix a couple of warnings. - legacy: Allow ES6 classes to inherit from abstract Lang.Class class. + Minor bugfixes. - Update Url to https://wiki.gnome.org/Projects/Gjs: current Gjs' project web page. - Alignment BuildRequires with configure: + Add pkgconfig(*): cairo-gobject, gio-2.0, gobject-2.0 and gthread-2.0. + Drop pkgconfig(libmozjs-52) and libxml2-tools.- Update to version 1.50.1: + As a debugging aid, gjs_dumpstack() now works even during garbage collection. + Code coverage tools did not work so well in the last few 1.49 releases. The worst problems are now fixed, although even more improvements will be released in the next unstable version. Fixes include: - Specifing prefixes for code coverage files now works again. - Code coverage now works on lines inside ES6 class definitions. - The detection of which lines are executable has been improved a bit.- Rectify summaries.- Update to version 1.50.0: + Relicense coverage.cpp and coverage.h to the same license as the rest of GJS (bgo#787263). - Change license back to MIT.- Update to version 1.49.92: + It's now possible to build GJS with sanitizers (ASan and UBSan) enabled; add "--enable-asan" and "--enable-ubsan" to your configure flags. + There's also a "make check-valgrind" target which will run GJS's test suite under Valgrind to catch memory leaks and threading races. + Many of the crashes in GNOME 3.24 were caused by GJS's closure invalidation code which had to change from the known-working state in 1.46 because of changes to SpiderMonkey's garbage collector. This code has been refactored to be less complicated, which will hopefully improve stability and debuggability. + Docs tweaks. + Bugs fixed: bgo#783220, bgo#786668, bgo#786995, bgo#787113.- Temporariliy change license to GPL-2.0+: there are a couple files in the source tree, that link into libgjs and bring the code to GPL-2.0+ level; upstream is working on relicensing them (bgo#787263).- Update to version 1.49.91: + Deprecation: The private "__name__" property on Lang.Class instances is now discouraged. Code should not have been using this anyway, but if it did then it should use the "name" property on the class (this.__name__ should become this.constructor.name), which is compatible with ES6 classes. + Closed bugs: - Use ES6 classes (bgo#785652). - A few fixes for stack traces and error reporting (bgo#786183). - /proc/self/stat is read for every frame if GC was not needed (bgo#786017). + Build fix.- Update to version 1.49.90: + New API: GObject.registerClass(), intended for use with ES6 classes. + Misc 1.49 and mozjs52 enhancements (bgo#785040). + Switch to native promises (bgo#784713). + Can't call exports using top-level variable toString (bgo#781623). + Properties no longer recognized when shadowed by a method (bgo#785091). + Backport of changes required for use with mozjs-55. - Changes from version 1.49.6: + GJS crash in needsPostBarrier, possible access from wrong thread (bgo#783935). - Changes from version 1.49.4: + This version of GJS is based on SpiderMonkey 52. + New language features - ES6 classes. - Async functions and await operator. - Reflect - built-in object with methods for interceptable operations. + Backwards-incompatible changes - Non-standard "let expressions" and "let blocks" (e.g., `let (x = 5) { use(x) }`) are not supported any longer - Non-standard flags argument to String.match(), String.replace(), and String.search() (e.g. `str.replace('foo', 'bar', 'g')`) is now ignored. - Non-standard WeakSet.clear() method has been removed. - Variables declared with let and const are now 'global lexical bindings', as per the ES6 standard, meaning that they will not be exported in modules. + Closed bugs: - Prepare for SpiderMonkey 45 and 52 (bgo#781429). - Add a static analysis tool as a make target (bgo#783214). - Fix the build with debug logs enabled (bgo#784469). - Switch to SpiderMonkey 52 (bgo#784196). - Test suite fails when run with JIT enabled (bgo#616193). - Replace pkgconfig(mozjs-38) BuildRequires for pkgconfig(mozjs-52), following upstreams port. - Add libxml2-tools BuildRequires: new dependency.- Update to version 1.49.3: + Fixes in preparation for SpiderMonkey 52. + Use the Centricular fork of libffi to build on Windows. + Use a C++ auto pointer instead of g_autofree (bgo#777597). + Build failure in GNOME Continuous (bgo#783031).- Update to version 1.49.2: + New feature: When building an app with the Package module, using the Meson build system, you can now run the app with "ninja run" and all the paths will be set up correctly. + New feature: Gio.ListStore is now iterable. + New API: Package.requireSymbol(), a companion for the already existing Package.require(), that not only checks for a GIR library but also for a symbol defined in that library. + New API: Package.checkSymbol(), similar to Package.requireSymbol() but does not exit if the symbol was not found. Use this to support older versions of a GIR library with fallback functionality. + New API: System.dumpHeap(), for debugging only. Prints the state of the JS engine's heap to standard output. Takes an optional filename parameter which will dump to a file instead if given. + Fixes in preparation for SpiderMonkey 52. + Misc fixes. + Bugs fixed: bgo#775868, bgo#781882, bgo#781882, bgo#782065, bgo#782069, bgo#779593, bgo#782310, bgo#781219, bgo#780106.- Update to version 1.49.1: + test GObject Class failure (bgo#693676). + Enable incremental GCs (bgo#724797). + Don't silently accept extra arguments to C functions (bgo#680215). + Special case GValues in signals and properties (bgo#688128). + [cairo]: Instantiate wrappers properly (bgo#614413). + Warn if we're importing an unversioned namespace (bgo#689654). + Fixes in preparation for SpiderMonkey 45.- Update to version 1.48.6: + GJS crash in needsPostBarrier, possible access from wrong thread - more fixes for bgo#783935.- Update to version 1.48.5: + GJS crash in needsPostBarrier, possible access from wrong thread (bgo#783935). + Fix format string, caught by static analysis. + Fixes for regression in 1.48.4.- Update to version 1.48.4: + gnome-shell 3.24.1 crash on wayland (bgo#781799).- Update to version 1.48.3: + arg: don't crash when asked to convert a null strv to an array (bgo#775679). + gjs 1.48.0: does not compile on macOS with clang (bgo#780350). + Modernize shell scripts (bgo#781806). - Changes from version 1.48.2: + Intermittent crash in gnome-shell, probably in weak pointer updating code (bgo#781194). + Add contributor's guide (bgo#781297). + Misc fixes.- Update to version 1.48.1: + gjs crashed with SIGSEGV in gjs_object_from_g_object (bgo#779918). + Misc bug fixes.- Drop redundant %clean section.- Update to version 1.48.0: + Memory leak in object_instance_resolve() (bgo#780171). - Drop gjs-object-Fix-memory-leak-in-resolve.patch: fixed upstream.- Add patch gjs-object-Fix-memory-leak-in-resolve.patch: The "name" string, allocated in gjs_get_string_id(), wasn't getting freed at every exit point of the function (bgo#780171).- Update to version 1.47.92: + gjs 1.47.91 configure fails with Fedora's mozjs38 (bgo#779412). + tests: Don't fail when Gtk+-4.0 is available (bgo#779594). + gjs 1.47.91 test failures on non-amd64 (bgo#779399). + gjs_eval_thread should always be set (bgo#779693). + System.exit() should exit even across main loop iterations (bgo#779692). + Fix a typo in testCommandLine.sh (bgo#779772). + arg: Fix accidental fallthrough (bgo#779838). + jsUnit: Explicitly check if tempTop.parent is defined (bgo#779871). + Misc bug fixes. - Drop mozjs38 BuildRequires and stop passing JS_INTERP=/usr/bin/js to configure: No longer needed after upstream fixes.- Update to version 1.47.91: + overrides/Gio: Provide an empty array on error, rather than null (bgo#677513). + WithSignals parameter for Lang.Class (bgo#664897). + Add API to better support asynchronous code (bgo#608450). + Fix 1.47.90 tests are failing (bgo#778780). + boxed: Plug a memory leak (bgo#779036). + Don't crash when marshalling an unsafe integer from introspection (bgo#778705). + Lang.Class should include symbol properties (bgo#778718). + Console output of arrays should be UTF-8 aware (bgo#778729). + Various fixes for 1.47.91 (bgo#779293). + Progress towards a Visual Studio build of GJS on Windows. + Misc bug fixes. - Pass JS_INTERP=/usr/bin/js to configure in order to help it find the default, unversioned js binary. - Add moyjs38 BuildRequires: the mozjs interpreter is not installed per default together with mozjs-devel.- Update to version 1.47.90: + This version of GJS is based on SpiderMonkey 38. + Syntax enhancements. + Various API additions. + Backwards-incompatible changes: - It is now a syntax error to declare the same variable twice with "let" or "const" in the same scope. Existing code may need to be fixed, but the fix is trivial. + SpiderMonkey is now extra vocal about warning when you access an undefined property, and this causes some false positives. You can turn this warning off by setting GJS_DISABLE_EXTRA_WARNINGS=1. + When enumerating the importer object (i.e., "for (let i in imports) {...}") you will now get the names of any built-in modules that have previously been imported. + Bugs fixed: bgo#776966, bgo#777205, bgo#642506, bgo#776549, bgo#777962. - Replace pkgconfig(mozjs-31) BuildRequires with pkgconfig(mozjs-38), following upstreams port.- Update to version 1.47.4: + News for GJS embedders such as gnome-shell: - New API: The GjsCoverage type and its methods are now exposed. Use this if you are embedding GJS and need to output code coverage statistics. + Bugs fixed: bgo#563391, bgo#619710, bgo#636283, bgo#697020, bgo#730101, bgo#737607, bgo#742852, bgo#751146, bgo#760057, bgo#775444, bgo#775776, bgo#776193, bgo#776938.- Update to version 1.47.3: + New JavaScript features! This version of GJS is based on SpiderMonkey 31, an upgrade from the previous ESR (Extended Support Release) of SpiderMonkey 24. + New syntax: - Spread operator in function calls: someFunction(arg1, arg2, ...iterableObj). - Generator functions: yield, function*, yield*. - Binary and octal numeric literals: 0b10011100, 0o377. - Function arguments without defaults can now come after those with defaults: function f(x=1, y) {}. + New standard library module: Intl - Locale-sensitive formatting and string comparison. + New behaviour: - -0 and +0 are now considered equal as Map keys and Set values. - On typed arrays, numerical indexed properties ignore the prototype object: Int8Array.prototype[20] = 'foo';(new Int8Array(32))[20] == 0. + New non-standard Mozilla extensions: - Array comprehensions. - Generator comprehensions; both were originally proposed for ES6 but removed. + Bugs fixed: bgo#573335, bgo#595439, bgo#605972, bgo#742249, bgo#751252, bgo#770244, bgo#771598, bgo#771745, bgo#772027, bgo#772033, bgo#772386, bgo#772790, bgo#773297, bgo#773335, bgo#775205. - Replace pkgconfig(mozjs-24) BuildRequires with pkgconfig(mozjs-31), following upstreams port.- Update to version 1.47.0: + Backwards-incompatible change: we have changed the way certain JavaScript values are marshalled into GObject introspection 32 or 64-bit signed integer values, to match the ECMA standard. + Backwards-incompatible change: we have changed the way gjs-console interprets command-line arguments. - Add pkgconfig(gtk+-3.0) BuildRequires: enable GTK+ support.- Update to version 1.46.0: + Be future proof against Format fixes in SpiderMonkey (bgo#770111).- Update to version 1.45.4: + Release out args before freeing caller-allocated structs (bgo#768413). + Marshal variable array-typed signal arguments (bgo#761659). + Marshal all structs in out arrays correctly (bgo#761658). + Call setlocale() before processing arguments (bgo#760424). + Build fixes and improvements: bgo#737702, bgo#761072, bgo#761366, bgo#765905, bgo#767368.- Update to GNOME 3.20 Fate#318572- Update to version 1.45.3: + Support external construction of gjs-defined GObjects (bgo#681254). + Add new format.printf() API (bgo#689664). + Add new API to get the name of a repository (bgo#685413). + Add C to JS support for arrays of flat structures (bgo#704842). + Add API to specify CSS node name (bgo#758349). + Return value of default signal handler for "on_signal_name" (bgo#729288). + Fix multiple emissions of onOverwrite in Tweener (bgo#597927). + Misc bug fixes: bgo#727370, bgo#623330, bgo#667908, bgo#757763.- Update to version 1.44.0: + Add Lang.Interface and GObject.Interface (bgo#751343, bgo#752984). + Support callbacks with (transfer full) return types (bgo#750286). + Add binding for setlocale() (bgo#753072). + Improve support to generate code coverage reports (bgo#743009, bgo#743007, bgo#742362, bgo#742535, bgo#742797, bgo#742466, bgo#751732). + Report errors from JS property getters/setters (bgo#730101). + Fix crash when garbage collection triggers while inside an init function (bgo#742517). + Port to CallReceiver/CallArgs (bgo#742249). + Misc bug fixes (bgo#736979, bgo#753072, bgo#750688).- Require gjs by the devel package: a user installing the -devel package expects the interpreter to also be present.- Update to version 1.43.3: + GTypeClass and GTypeInterface methods, such as g_object_class_list_properties(), are now available (bgo#700347). + Added full automatic support for GTK widget templates (bgo#700347, bgo#737661, bgo##739739). + Added control of JS Date caches to system module (bgo#739790). + Misc bug fixes and memory leak fixes (bgo#738122, bgo#740696, bgo#737701)./sbin/ldconfig/sbin/ldconfiglibgjs-0cloud115 15637830691.50.41.50.4-lp151.4.3.11.50.4-lp151.4.3.11.50.4libgjs.so.0libgjs.so.0.0.0libgjs0COPYINGNEWSREADME/usr/lib//usr/share/doc/packages//usr/share/doc/packages/libgjs0/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:10665/openSUSE_Leap_15.1_Update/eb1149367f93762a67be17ca5a224bca-gjs.openSUSE_Leap_15.1_Updatedrpmxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=9609f366eb9efa5bfdca6f2684c628c21c903ca2, strippeddirectoryASCII textUTF-8 Unicode text.PRR RRR RRRRRRRRRRRRR R RRRRR RRRRR%R"R%R"R#R"R%R"R#R%R#R%R"R!R$R#R"(b]M.utf-869c9dc87a9b230568889b188b45f45c42b5063537afd148ac123e4b91114caf9?7zXZ !t/W{]"k%ndM&jsBp9M^e7U*LidFN5sUz k ?ܤCQn6Hbj%cIG۹V/g˜,+?pcI픷eEHTV*!oTxP{,{|ɎVKi fgƵҷ&+ 3Z80Ljmu8[\%{38/R6ެ(-Q4+'RKP h.W"{9~᛺ V}PkLjO>(G?O'9w>fUT錿lfFSW?jB4mܔ뎍*Nz diRM[. 4v?uz0he ObR}Դ(Sr' 9xj``ycnu ?^+ Bɡ*2A/KxV*,of;tNNYr[^Y۠RsH] _;l4 %-ezDWtJށXOU}O<4N)ޛ &|ՏdA(:ܶhꌏC`2##d=;h C')8Y\I=|1k)QwQle/֡{䭊[iGawW1A|.NgL=iC{|bVjuI\BM;fH2̑Yڡ3\UϬ*.U icLշ*@cCm_I'Vk`ɂ\%)/VDRszvI/e{"N87v8Kď%Nfs`rkI!Nc20z[%7Swqs#\4f K|11K[|7I1iLxi|S+”=D'HǛI_=h'c' ce^  fcP(eyilNo@ -|`u*޺ n`q8}{"! '>XlڰP( [2˗ M[pG=Y#08/1D9RB6+?ze]3B<;Htᴄ}j4\Z|%^/J)ܓJm؋WKPFWMN!,rrԵ>;.^b%4c̲N' , #6=Wex\&xܷedn1vp yJ.O&btrwTnZpw;;tVS5B8 5d',PrNP1Е|[dH<" 3҇C"fm]"R ;=Z[S]U dtI;Ngd׶}dHal.?8 6ھ)59e|KFQ(;|Bd-isBw?yI_ZӮ+^+y:EpJ A{q1C 'IȄ{R-MLY>h*&/|vr1;qv 0^9ߘ&r8ߛ脈.)ha-%mJwЏΙ_qkV -$GZU*Zi9x' *=fNgKsQ b!p.ǚ(gp{&C0814FKCe)m=#ƶEHd{`wi;E6zxyN&0'u4i|T1{O^f\4k #8 [=;Vvb-IeyRq"ZB m^7:@b~'h ٬W\$ڎ]Iix|P9*iSI]Þ?oV[/cϙvoÍ;]o}RI9q>l Zp aɉRt}:4"@)۰e۷ 6J:gAjXb0ٿ&x!5TNkG;h.Q}ς.1-H}S~)Qڐqϩ nA6-\>7`jK愓w^RF5I;b34ZJط1 }1hgHǸ]SS$ap؅M7,y(16ךp*JǏG5 ^\ U+q o Wt&ʌ+2GB1R>7\ç{(qUؓ%)0Y6H]Hf.,0u [ٯTGlZ5v;eEFQ=tCq7%GT"vtж(3 bn gFUw"U\^GV1+,~t?6SžJh%`e?iQ~RoF.a8"IV^G:Wv/AiBScJX0cx%dk{. ~}>4Cy7"3[E0Fp~[:${ a{<)^oT7F9e+&N>ƮuO]/i$'|ϓ۵4z2r5$ż6m˼*^U "[9ȬXu|f?p-m5tXN`S4#|b-18=)DLxP/y*ٚ[OG`) \Hז\``I9\k{*(=rj`Rܾs`Ot0"5@M)@ Qyqg-Qy)VF@CA-LaYbsp͔wMYЇI-{e7UB)-NJb)i50AlؕMF9c'ۖ8n\x46AҪ<Iel>PܪsDmX4C՜O-`!ofGTxJ9@a8DMGXڗnS}dꎐ2Rj}OEçT\>nVX)F`pCaU o/xn9BZSOmhw鈝33FN|΢H7d.Tu¼4>:G(nP2P>y?|EPnFOt@>k!pV+a$H^/vE,Q\t9,Sn]>5aƬ21n T>2ݺ0n݃<;5@.^EgO[w5@,u1{=c~G΂icՠy7 xvQDʢ*ΠyXDfĴM]aAQ%8s3,b X tA(qyH]Leŏ8(oR ҒݝڼF,-co;/zhMB~#pM47vcyjI l %d2H{ɓ4IB92umi.+=> ӈpLtc,owM^ uWpx~hQ#WV =r5pߚL2faWOQ9O鰑w=4DFTjƕP*f rZgRj7*AhI1҂h@`6 W2 JH[UT/borx+r Z?R*deљ&$n7~RwTY=7!֛+YvuϫABg8ΔmvoԬp6+Kx!P ;2U[ vx_2NmP.ǷC^.q]?/&}@kHvT|<|&S&':! ;?# XRJ!#~!:V^k8Teia^ o?F6g2 Q<`(X VGLM=Yp\G; 'SxlkkEMNdg򪵹ŀ}jej#9&;^ t!ݥlX$"X~kV!DhC$zϏGzO;9h4719)~\ȊU.y¢H'cm,[b<Ȫrw%\V-.Ƶj'KXqt0'^PӅ~\Mr V(pg0k"1]!8 *uĬ%jah(M?ǧtkBJEP^h$x(ߗo(cfT4W#~\_C*g̯?>d{C?aL(Ts8p p >Jp?a  _)Jˇ%HLiY,57X1IchOjLJd!uIo~CA}$ԋ'˸q-*>j^J[1h]˫))oF wRUܬ*K?CNB_ tdU!BF(i1HA@>Iݝ{nLH ͻL8AWoLI,gLG9P*ܸyuD&_/EdBr}֔fZIX:x_e,e ֶ_ڭKٓY.d+?Ygoҝ|gIqJw";7wXGo@pxnloG-@l=5a?+pNe_Hy'ݤ !]i?5Ǹˏ |Up^⚋[3`EٺtЈo [_driu>j6R;=8$MH#;)_mP! 1ǧooau$eYV|f+­ ғpÓs!l~b*Z](`{J #$Y{lX1*X^q%,KB#Ik p(KB.͍Tx>AytS-Exo UAJXoxIH"3" gXtos#X$Ao 3yMQu"PU_i4u}ycd^Ib@g#3"9 Ɯ<ѩҚDEpM= F^]DW]%1JlT-Sy{Mwgգ5-’f8Dtcko ;DOz';ؚѶ QxY'WcOΑ;adNy`5 YEx86Ul9d}W>ǽmn#7>e@< jqju>O1s XQkEE&C,5yqJHN[/2Ԕ,FgՎUN#&gjg椈*>_F_E# yY0WBcq(7K&TC?v^Ln [X^mi.e" Kziwu=DMpx6-9-W2y >Rbyہع2 3,wA2ѯJJHه[^P*CqWmEbCԚo;K$#香>P|,N]Xo!oq|6I4+ӂdե ׫;Icck6ܹm,$|Uqz4<=}ul߹P[2Kwacϙu94Xi2?RG;ޖ @럅.7 T#_C|dɁȄdjVލb a ot cCjF x\qҕ) 5JL0# EXazV J{@=UꆋFbn9@L{CQ *k⪍OW n9[Uk3)J F#,# Ag&zx"dGNTCm[>2XVP%" O P$Or@{)=5lUk91=Et]L>6 r :Z ']K~?kGYz]*SXSx3FlC?yFϢ PG󴚫bď|QVh eLj^^=*БKt!H8Q\XzHh{~O2g}or?Txj㢓!7'5^I/֋jh۩mM劈Ϣ1jM\`qćYm>J١Z\ Qf/82(ʢ<ҷ>/΋\h-ャAY/C> ^.eK`O)3^ K^?FP|Rɺ^EQᢩ &`&|.񄄷Nt䅫6QlsrD^Nw,J-dzBjfZQ]+-*{;̣5DR|MƀF7xQ^1d"LXB )s01V> 7ogCۀ"6E$*x{W/ wm)BFo+ȦQqE[қOU9>5Aꂌ>f@&b2R'c |Xqu 0btC(ѿCOk8.ن?CI4M12?*.6 +9|w^G"p|L6(Gp ʩ<#$r'Ǎxzu`vC/WQ,6L$j)2qA5ծ_o**(Ï!W5%:ɭ`HaEgdJMi/(Þ>L,^;"77rؕ.DtvJ/gd)M*ȍ6ͻimC S3Mīl5]e=RѾwERTوnQdGseRaz%gW(r7tvg[;kzk*ow8OJ ?M#϶4=*%(6xi5`޷]bK>Y!)B/5[gp-]Rxsŝ x@=&e.ۣ)XUJ+'EחWg8C/.<Ї{hk';]rxFD1d`i`tT졜 iK"$ŠQʞF=at[J ݂vb.!fɝ8p [@ |nssk#G783 灔CU_|W\\J°X *1vrz7D">3p5gLK 癭}^9:wt. ;3 ǹ%ԼwgTzx KR~Y1!1E=nw\];^S4JB ]hמgo蝸C縌Y_J/E?O\Vz:]j^n]MV 5ˉb 0Hg*i;#\DQȠ[gIRvYZ%=6gШчN2`确8b4bġ22|m|zݥ󛜺{CX}0%j_t P炰.U;!°2f9XKDquɟvt9i%}:Rn%GxB\m'a#?{ 1w+ ކL3!6"aw )yTKH+׼-聝˃zxy<fc$14zG InBrGq< uSͿ< yaĤA^"C73_׉ja%" IK֕AdVFv ~hl*pzF+nb3QZUr@ V 2~ELcsx { Y'έz:)\ag]qhKnalO* 7pZJg+!>.?\\ Y3zE鵰Ư B# _uxjIXg,[lH`HdurV40^ YO> yz`뽌>k[?8v~F) K*ۥ6& a?'Xj籜BHׅ\9 +T!]z7u`ӝhěo`SDsٲ؉ MkPwwTq-ZC0r0 '_z"oTɉWK?\:N{Wz%u|ۗl:7;^un()8MLD@2ZlaB4%, kVGy:B).W)DݚuA+3Vgw`#g&?K/UQ>AL||iSKj"RLI+ ^YUb/ja?+QXS (.jB~+FJZ@/<:Y*hE_Mg-7ʂj:W?rDCh\yJ3//l Qϋs?՝690a Wo^/wlIj'jp% (GRS}ޱö #  y6kr7z\U-e'\,03Ly-^SSLBgTd9H5(㳺;]}A%o "MAcۛCwƌYXSO%WɹЋ C(GF-Cw'yDPs}] ay8St} /w7͉Ar.y(۳-?omaus,>q82JgvVpZ)u69"6fJ;rPI7AQ1mh| XգrWcEߣxAl6]x -9YP9i*|kv__[JvM8#JCFßW$SbP`~h j4 f),S-$>A=H xjn)=q0=aU1-ޣm1iǃױ; D }k/cMW{+F$ & mGA%o r&qi&9bbu5~{39`mnyOjS@0#y\i}X5&Gz?Pb%pN}3+Ӷ9 tsϱm Eo5,#ㄈX#bEԶ";?KЪ؝Bk$E`좂 x)=p |qC%. 0_Q"7,~zS'*j9Ozñl -FZ$'ͺT5?^&nMeP$b*97,ږ9l(tMaQ?NYCX%"Msϒ467F1uD%_g˪Uvtd0{%;Nw-lj6G eƙB EinRY̬d'pNyw 8q.1! k#*H׺Ƴ#a$j}Hwj.V)ل'Mf%Tᑀ_ėGQN$OH g\ 䩢SYI.g"!k(*< Ԁy'S 8گA_y shpj' H('4o6ˈDO)d[xS*KIo+Z2%z( %rw(Yolx^&l@v`Q$Kk;16R$؆ `Pop-;9|T(^Ē0mϨCĹ8ǭ8Ycc!m5|с^NMY&z~=Bn5=9i ٽv$ORdh5uoX喝d20 Q*e\GoEr7$:ƺf|ɋ m/5.uӕP-s@{衇(Ȣ<ʼۈ¢i,y—Aɚ|;_QAy TPq`mhC⩃#X_jðRT\xSPy8 9}xWF=T]-H_l݅-]R˩y[AArr C;rlrs-/ G.`~x~MT!H|9ejS_{֑l12"gNit#)3Ɣ>GP <9g0JLT5ܜvftgtؐf"3h[aƒ=kOR4g )Jל8M`:%Z6eb_3 k{5i ~;|kPunƋgJвv Dek_X,uC*#$Gܵ _nY:5Ɗc'ݰ!4[#v-p܏.5)T*?B; /aX8;M]X&XVԿDeiAmq^.z*ROz8VGW5n^iR885Lax)V0O%xkϝ6+KjA6ӃhOIK$iO34j[Z*rX~++:ܓ0X$s=JazṞ-`Xa'[]<БནJ; mAT+sahhEpMyUI?H]=ȅw3?ssmP׹8hŔH(1Dt-Vv[ϹA'oc^)V(&}{yy޴>=/9ёJo 3%(zìxo-J6u#b IR- l었eSYDKu?0(l39&ox\޼^3ΦN? VZ{ow~.\s#_ƍca9/&_dx 6/p깿:ׄ EYEb #Gtx}sՍy T7veXR- Tg1G8Ț2M9DnP@L˓{F6}ǰ$(&/;R /Z\ ,&nńM PN'd|l(:TCeM{ AoQ<#{U8li4; U r|Md.:F͍N Г0cgvUi[qm?S">+Pw\J,Q6p2բ䙼yMY7ַFLJlykA'ә3@8w ԈV |ڜ HQCOfe??;!¿pޓ`,~~T_^09}O4KQ4cTm֚e') sD>EZ)1i#*ʾ(2yх8bs`(jOdxNܚp~F2PD,=!U֦]2N|e`u;CQyug|`':(zՕe郥h¯w j頚EA q S.J7IbYԑ^ 8@$%/QC#3C2W4w|smP}z "v&tt_M=QxyQ΋oQ U|C2 ] 90_ۨPy/>$㥣xxbBX_"}ǵ .arv?aE.`r}^pڵ)rD xن$P E᚜AaČ?U{hqlfWN 2!Pqm<~'c_D)D@o[R+FήYiQ'>Fe뤱FTYW1ަ+o^0%!W@Z񢄑_;Q.K/Rχ m3~k w=ӯ0GUpWoqN4M4$ $`q?Z5 C P_$kߢM7P 9ƩKXcV~h2 jh4t}̬QTv$8+@\Mt #"s_*5Nlcq Ȋ585˩sDN`%]TU5 OQ.Q֦/+ՁqPXjZ=|QƱ#:̗ :=gs!,;6$5Ӕg(ͩ@s($_~I9 ISo"pvڄ?yHuS(>M|i~1J#?<(7B%Gw 8+DzMFIHWpR<ͬS4X}jtZ~%9T5ve Ŋ?8Ȩ yl"W8j03V|iFQMr)xɢx0T$L'GۄhL&rsswͷP_>dpp7 6j-(@Ђ鲨)b V6Q<^zd\ON ˯,E-`ddUD )xt?tf#=.$輻 .<˯"QSx* -ȢR.<z-+;݈SU.)K,r_K6n!W7d, YN&5dN} :bz1P1Ps$"Xgs qJ&brZ(G35< 9-n0B].zyϩ& 3z1j=1LIf2k=eT 4: +]m "+Ӡ~ ^:sH. o2/`Ul7PGʸXXP<}CuBz55eK]Yǖy_M"b7f֟GwRnAG[?ѳMǞ;C %s;[)P8$J;y]M"?L4Q p(>,E.XfiX|<`"3| RaEY>;r{R3}ZGn5, `q}mѿ㶉EpP ֧n3mT&d{3eDs]YTk'ZX|,A݃2ֹiWɋ/G4Cq^s;u7bc<!XÕ?s"6n |8X:Y/k'z0;w6PbF-{{Xo\`g. @ ޺NؑI/XзF$b'Y-j#68;U5dx`n=i]siyrn:bK1 qd Gl`+֗5#'̟}8n{`qQY45^^[5%M/e >%yU5Ț0Y g @Ii#YDzHns/@q-f!Rn$Y݇ QOf %_c _e0V~n6N !|~zK=d뭓υ$-6GF̓|nA3beWI?<8?\>o[iD(ԄSTlsĜ|׺CGް#.yݚ=RǿOMǤ@qx)xvsaZ&6*Rt> f?(7l2 шNrU?VA^7.y3jmd~Μg!HUZWx r 5msfu5 ïm*{bLƃ27P~r!7 }ZZ"ڋl}_-T#WY0$݂%*r1sj'Ss(ю >;#6=7vbRD;xfGّG%5,9:ǣL1 ݞV=T3e>q15q?,f ˈ^UJoHLTĶBGړԿwã&>+ˮ?Aa5RI=@f=#KPzA^gZP&CJy}z9㞟HnĢVCpMbc~' =?y\pi9yB9Z1. Knx!n2\WEH\!$L1^gWW.޳QP/YAD8"2-Ķ*_tcov,w t%H'tQ;uK0I1 B9.;ExpKj?ۏ_ |1GCƁFGJG;͡{Z ׎a'*}:5-) F8ʽ= h($,p5{o}-a/߮>@elT+gcSQq n"pzlӚ|Ƣg&?d4?)~El˧=8[/#Uohe\*4셥yxUKZeif_J/]\ !(?@,[)w[Ila4|o-5G5L/Z{X[NLNP1ŗ{L>ndxoם V^='7zw 5oj︒qPĸQ̱\ÿ.G5kw+N Fx[? ­M%KLo73?.`miŒJn4 (*AIA`n}1yP&nڵ7ҍ=XϹ%2dzl7‘M$ۂX7_bOUw3%B jsoc°"Q#;hNfG%-~IXڤh̘,~FAC`wMu,Ƈr)9,-N:|H}<"+DHcIݔ?'i`T+|q7jTG~I`b0Al("mZ ffXE3ZRl\{HQҢf"Teg7wOnT%RGAF'D@zI O1pj]-@q4a_fV:Kнi=U{)%pVMD D#:vzӬi(Ly1~Aw*56BZuׄWvs_,`VZ+nāf7 r~aUk3\TF?l εz.xr?dB9]ES{v 2$-y-$E_8Xy|p7(&@Q5"cOUVX~j+*t̴{k*>c+,EyFYT(^`/[$^/RY*+Hci+Av#i{; k`p7Y+W?C:)s䮶vHaDbH'Jr~=9٭mAA: u5QDw$: 0.2kHu!M|d"o pflBZ{-q7Lv9O /GOp5^uq wjmtfVnu d-"5"/¨l >|vOFxJ{5Uh '.+C;,HmܾC!xE obh+ACD[P{~iU8bX45e-<_6?/ڦ9t\ʒjQ}TBOv;{L@;!2|A-T>BE_V:!9+!+*ed6}HnZXIaH*)[x߭wAbOX/ְЛ٦=O3/m3 w!GP&>@rd>1,dv9&m:o}lܞ23% 8[ |8OsXxs,.:חy"$XU; *Jg-xAڒǥSdyhNQABm:g߶i'%ػ?twfi#[ACSJgȍVF/ 2!Y"bX=`|V3RdnB1VӸjjT\.@NPxDŽ aG=Ʈ{@3K ~;:.5ѵH))XV C`,.BQ6F͉/~m>u'oq1˚7B@]Z=i'tA# ϦR`EwnR7~ƞ -D blTCG_K"y BqEh 6x=t+>J$?Ѿ9õr4#EVkhJ#KY& n}:۩Ɗ *$Oz$3TM :%pe5+|5 35o-ZPwr@xL1BS1fHͣ&ȤF<`C'PA/iL[o=>ĂTctY+})o o#}<\[ZMŶ<$AV)q#&fycwnc_Y?:S%g~{C„׉j2rc| F 4 ̇k˜ ڑeՌ&3X4~T?Y5CI-k;Ǽ 56~2bҕ˴aؤBC@Suھ<[SA~ڈOqC73a2+ah8ӄcM#*fTgyGSR$̀6,$LG} b=n6>p"Ij;B/(P$*w- V HdJb~noDžC p97[#Jd G8oLJ޳~ dHKNq:'08k5:qQ|Vbu #6~MOM a`oy&1K\o(9_ Kڂm@p͚] ]cȽPu!zqʊ*[g G1S *H>[D”4h‘Qd_Sc!y_״>Gdp-Us禧ؽ(S`qpwN'v_7^czFVu|A ^͇)=d=וlsFG"K҄"TFG?Q@ulS0"~ŽH%H8k?XD1O [{s^DAtmgM%}_Xe#uÛ)&d +˖YuAtW93_q+ Tqҥ58~[[%eڌMk2F{gpj5׽V"GAɗ:4pau,&p&XuAĨ v;[ 4;reM˥λw66@؄{C_{hOz٬-ilv^ΪLzPn?|kXXٻuf̗ѠyTɈ dR}V ص̍+htI -dtE4;^~lV.l;vFA "8LKDw(Q5A>RW%V2UuY/o˄--4UK(A#fu!)$iNu@qum98֞l4!r*"2Q>}6 It_@:$qfU}t<;*&#ʼ%&}&5E !xZQ`G=Ŕ TwZk! m3x\URdwd27æf/5 t~ nIIHj4v[N=F'ׄыĚ)ONºڊL@9}}07T Jdlf pԍdDy JF.ek;m8 6B9Xv~x`M? zEvɝֻaD0 E?Hg+e~Dof0~y3Y zӘ1w"P'›sRFE;ݏm"úȇp]Ch- `lw.)i fsO*;sPj:팂nj-i=mS7&iա2xa];]bXtv 2#S"50x)1ҒLZBμSKslqmB%_+?'ptfO0`LÑwi(Z&)- + ~:?&03$dSb~3Xv7>%@Jjì02]wl}3k7$Z3nAЁpy5U=RjMXyYʽwѐrGu}_y1:\7͋Olj" (c^(qV`!':?I&XohMU.8<|װXNz'ˈNFUC~/ۜ $$C˩YEqiKk3ׁK ݲx~dL}%IHP}Լ)F.4?do<hcnC1qu"E9]*=tȳAUHދqR?fmK7r,,Yty{b44$xםyI_tǨ3"e0*o;(AV{8 oG+Nd()OTrI -68Q?_jn)3%hq8M[؝4H{N&p^Iޣef`2qw ZBA $Z20rcl˃LAqϞ% "}٩ebaK3[E\h.K&)onG^Uw`heO$G4v2qa֯` O/aֶAk$ !b;Qgƹ\*]ɿ)WP'O3ȏ4mDt{ jUy(Qy숍DCɪ5{÷JO_> 6&47 o`R'<cMiyKW Ӆve,b8gdE5L)U64c|D8Ң4Vg* n"4hvľh^ *rkdEIlL;FZ5֖89dr@ Z7ym+åV *Y塹Qb!^*!TQ׈$r$#7k⮞iC9,WLX3j_X0Z|/l!m2Ԫ y29Yu/="ƴBa4ٹ,O1Ԙ +ctN&[#'-$7_p;o;u8]G;:j˫Qbc%`$.HW/f`PەiOG{BNQ -DŭB9{+d^9/ bϜ>IrϿH]I>a`zDli|OB_+7|%7@F<+L,+4;URE1,HܾեqLP 쯚2޻!CZca71#- Vgx!dsES5 n%s9Z7fmd*zp5\.Jȅ2u 6EO 5&CM są(OdT!Y5ZOk!{\Vla@o|`T`imbA4 -I %i X 9Vp(Oܛ]I-OL*ti-E.1svGϬ0Ҿ'ȉ]Kt!^ɟ#di)&n+˞?)EAXR+쇉nZS Db/??qv.ҥcQf`[Nr8$[o4޺hB% gJ({X:*iګ(̔NsZ.w^' ʾNW1h ܐ6ۺOP¿T3HY9I,&}Aqo}?5k8ՆF0L2CGsAym$e T$-'"___"ȍ y$[PR*N/4}_x M QDۇKaeEtG(!"϶T WYּ9_ PמhYT0p+ Rk-eBP:p(f| dj_H}kNuuWC[ ~Rd4*`N3m5^*p̆,ɴCYbGmFؤ^> YZ