dbus-1-glib-tool-0.108-lp150.1.6 >  A Z`Ը/=„I9 m _#("R_7P:W2Xgm֏53?e,Ϻ>,Ja}Jv7g[{BVW7c+AI3&;&D(,B\h-%4b331e0423b7266f30e1071c783576d0078ac41afb1ec440c4787ea7981e89576c3167801110012cf0578b8161ca002afa93359aDZ`Ը/=„yhII&DkW$ Db%*>3+֯DA aƣ <A0(?y4!oZ Wh;sg6RZ-];esNTp8m5@x w5d"C VEJl8~Y9Ϊ.m`P:?Z>0HHQs+4E̤4Z,xB-?!^y"d=\ f  Rih9vP(,ל(RBBN!aK>p>5?5d # H *GMT\ ` d l   08d=(j8t9:F2-G2@H2HI2PX2TY2\\2|]2^2b2c3ud3e3f3l3u3v3w5$x5,y54 z5`5p5t5z5Cdbus-1-glib-tool0.108lp150.1.6Tool package for D-Bus/GLib bindingsD-Bus add-on tool to integrate the standard D-Bus library with the GLib thread abstraction and main loop.Y:lamb161openSUSE Leap 15.0openSUSEAFL-2.1 or GPL-2.0+https://bugs.opensuse.orgDevelopment/Libraries/Otherhttp://dbus.freedesktop.org/linuxx86_64~ 큤Z`Z`574842c643d5e76a6225056d027726e51fdf0f4f10bff6be3d768f996fd38f43211b390d1492d3936f655672555396c20050fa8dcfdeabde1a10da238480eee9rootrootrootrootdbus-1-glib-0.108-lp150.1.6.src.rpmdbus-1-glib-tooldbus-1-glib-tool(x86-64)@@@@@@@@@@@    dbus-1-gliblibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdbus-glib-1.so.2()(64bit)libexpat.so.1()(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.1083.0.4-14.6.0-14.0-15.2-14.14.1Y:XW%Ui@S@QP<@Q#i@PS@O@O@ON@N@Nu@N(MAME@Lډ@LvW@Le3L(KP@KrK&(JJd\@meissner@suse.comzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgthoenig@suse.dethoenig@suse.decfarrell@suse.comvuntz@opensuse.orguli@suse.comjengelh@medozas.devuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orglnussel@suse.dejengelh@medozas.devuntz@opensuse.orgvuntz@opensuse.orgjengelh@medozas.devuntz@opensuse.orgaj@suse.de- remove CFLAGS setting, -fstack-protector is default and -fPIC will be auto-selected.- Split out dbus-binding-tool in own sub-package.- Update to version 0.108: + Use dbus-run-session instead of dbus-launch for tests. - Changes from version 0.106: + Stop testing G_HAVE_INLINE, which ceased to work in GLib 2.47.2 and wasn't meant to be API anyway. Instead, rely on "static inline" doing the right thing. On pre-C99 compilers, this relies on defining inline to __inline, __inline__ or the empty string if the compiler requires it, which it has done since 2000. (fdo#93513). + Stop calling g_mem_profile() in the tests, which no longer does anything and caused the tests to fail by issuing a warning. + Slightly modernize build system, and remove a weird cross-directory dependency which was breaking distcheck. + Stop distributing generated marshallers in the tarball. - Run spec-clean, modernize spec-file macros and also drop a no longer conditional dbus-1-glib-64bit Obsoletes.- Update to version 0.104: + Deprecations: Document the entire library as deprecated. + Dependencies: - libdbus 1.8 is required. - GLib 2.32 is required. + Enhancements: - The libdbus 1.8 dependency means we can now document that dbus_g_thread_init() is idempotent and thread-safe (fdo#54770). - Use g_cclosure_marshal_generic for all marshalling (fdo#64214). + Fixes: - Allow timeouts to be migrated from one main context to another without an assertion failure (fdo#30574). - Don't trip a libdbus fatal warning if a Unix fd or other unsupported type is encountered in a message (fdo#80557). - Make the tests pass with newer GLib by not removing removed sources (fdo#83530). - Fix some typos in the documentation (fdo#45686). - Make the Autotools setup less awful (fdo#58698).- Update to version 0.102: + Enhancements: - Add dbus_g_method_invocation_get_connection (fdo#55729). - Add dbus_g_connection_open_private (fdo#55730). - Better regression tests (fdo#23633, fdo#40711, fdo#41129, fdo#51511, fdo#68603). - Get rid of more dead code (fdo#40711). - dbus-binding-tool: check validity of names (fdo#7909). + Bugs fixed: - dbus_g_value_build_g_variant: treat GValues containing (G_TYPE_STRING, NULL) or (G_TYPE_STRV, NULL) as empty string or empty array instead of asserting (fdo#71811). - Upload documentation correctly. - Fix under-linking (fdo#68601). - Remove the exacutable bit from dbus-bash-completion.sh.- Update to version 0.100.2: + Respin tarball.- Update to version 0.100.1: + dbus-gproxy: Verify sender of NameOwnerChanged signals to be o.f.DBus (CVE-2013-0292, bnc#804392). + Some cleanups. + Other bugs fixed: fdo#23633, fdo#40711, fdo#55729, fdo#55730.- Update to version 0.100: + Enhancements: - Support building on Android with androgenizer (fdo#42532) - Respect NOCONFIGURE=1 in autogen.sh + Fixes: - Fix several GVariant reference leaks in dbus_g_value_parse_variant (fdo#41125) - Don't crash if an error code is out of range for its domain or has a negative code (fdo#40151) - Fix compilation with -Werror=format-security - Don't crash if dbus_g_proxy_new_for_peer() is used to talk to the dbus-daemon (fdo#41126)- Further dependency changes: Let dbus-1-glib-devel require dbus-1-devel (implicitly pulls dbus-1).- Fix and loosen dependency towards dbus-1. Reported by Andreas Jaeger .- license update: AFL-2.1 or GPL-2.0+ License is a dual license choice of either Academic Free License 2.1 or GNU GPL 2+. This is the SPDX format for that license- Update to version 0.98: + Fix the documentation, a lot. We have nearly 100% coverage now. (fdo#37793) + In specialized collection iterators, check that the type is correct; g_critical and return harmlessly, rather than crashing, if not + If library users register specialized GTypes, warn if their vtables have missing callbacks which would cause accessors to crash + Fix production of documentation out-of-tree with newer gtk-doc + Simplify invoke_object_method() and OOM handling in dbus-gobject (fdo#35767) - Changes from version 0.96: + Fix a regression in marshalling GObject instances as object paths, which broke NetworkManager (fdo#37852, deb#628890) + Fix crashes when sending a message when disconnected from D-Bus but still working through our backlog of incoming messages, similar to fdo#12675 (fdo#38406) + Cope more gracefully, with a critical warning instead of a memory leak, if programmer error causes G_VALUE_COLLECT to fail (fdo#38406, nokia#86280, nokia#180486) + Avoid an assertion failure when unregistering a proxy if GetNameOwner failed (fdo#38408, nokia#116862) + Don't report various programmer errors as "out of memory"; raise suitable critical warnings instead, and don't leak memory (fdo#35767, fdo#35766) + If a remote process sends a wrong method call on the Properties interface, send back an error reply, instead of warning on stderr and not replying (fdo#35766) + Show a warning if dbus_g_method_return fails to marshal something (fdo#29884, nokia#180486) + Remove remnants of i18n (fdo#36428) + Remove dead code (nokia#180486) - Drop dbus-1-glib-fix-marshalling-regression.patch: fixed upstream.- cross-build fix: use host's dbus-binding-tool- Remove redundant tags/sections from specfile (cf. packaging guidelines) - Add dbus-1-glib-devel to baselibs- Add dbus-1-glib-fix-marshalling-regression.patch: this fixes a regression causing issues in NetworkManager; taken from git.- Update to version 0.94: + Check validity of more arguments, don't report "out of memory" or "should not have been reached" if an invalid string or boolean is given, and abandon broken containers more gracefully (fdo#30171) + Allow underscores in error names (fdo#30274) + If an object is on more than one connection, emit signals on all of them; if it's unregistered, only unregister it from the requested connection (fdo#32087) + Fix ability to switch a DBusConnection from one GMainContext to another (fdo#35115) + Forbid a ReturnVal annotation after the first OUT , which had never worked correctly anyway (fdo#35952) + Remove false claim that we use Introspect() at runtime, and document more error cases (fdo#36216) + Remove unused support for translated messages (fdo#36428) + Don't corrupt internal data if a GObject is registered twice on the same (connection, path) tuple, and fix out-of-bounds reading (fdo#36793) + Fix multiple signal emissions if an object is removed from all of its locations then re-exported, and a memory leak if an exported object is disposed (fdo#36811) + Log the error message if object registration fails (fdo#37795) + Several small fixes. + Remove Doxygen support (as gtk-doc is used) (fdo#10890) + Build fixes. + Bugs fixed: fdo#22667, fdo#22854, fdo#23616, fdo#26952, fdo#27193, fdo#27598, fdo#29884, fdo#32351, fdo#33145, fdo#33646, fdo#34282, fdo#37060, fdo#37062, fdo#37789, fdo#37790, fdo#37812.- Update to version 0.92: + Require glib 2.26: this dependency bump was missed in 0.90.- Update to version 0.90: + Add DBusGObjectPath, DBusGSignature typedefs + Give specialized GArrays iteration/appending support + fdo#30428: add dbus_g_value_parse_g_variant + Fix switching a connection's GMainContext + Various small fixes- Update to version 0.88: + Allow duplicate object path registrations for different connections + Don't use the identifier "interface" in public headers + Don't pass malformed error interface to dbus (rh#581794) + Fix a crash in dbus_pending_call_cancel() (fdo#14579) + Fix lookup of regular properties when shadow properties are used + fdo#28715: Add dbus_g_value_build_g_variant() + Support DBUS_TYPE_G_SIGNATURE + Respect property access flags for writing, allow disabling for reads + Documentation improvements + Build fixes, especially for windows - Drop bug-628607-access-flags-CVE-2010-1172.diff: fixed upstream.- honor access properties from xml file (CVE-2010-1172, bnc#628607)- use %_smp_mflags- Update to version 0.86: + core: allow duplicate property names on GInterfaces + core: performance optimization for object info lookup + Fix hyphenated error codes correctly + Free errors returned by method implementations + Trivial compiler warning fixes + Use AM_SILENT_RULES if available + Turn the gtk-doc documentation into buildable shape- Update to version 0.84: + Support duplicate object registrations + Only re-set registration list if it's non-empty + Copy object registration list when unregistering. + fdo#19623 - Add dbus_g_bus_get_private + fdo#25119 - Don't leak DBusGMethodInvocation for no-reply calls + Import dbus-bus-introspect.xml upstream + dbus-gvalue: set an error when demarshal_basic doesn't recognize type + Man page fixes.- add baselibs.conf as a source - package documentation as noarch- Update to version 0.82: + Fix format-security warning + Use -fno-strict-aliasing by default + fdo#14183 - Listen to NameOwnerChanged using arg0 matching + Use g_strdup instead of strdup in dbus_g_method_get_sender + fdo#13908: make dbus_g_type_specialized_init() safe for library users to call + fdo#16776: teach dbus_g_method_return_error about DBUS_GERROR + fdo#20884: dbus_g_proxy_manager_replace_name_owner: don't leave freed memory in the hash table if the name was the owner's first + dbus_g_type_specialized_init: make some effort at being thread-safe + add --with-dbus-binding-tool configure option to use an external dbus-binding-tool + fdo#5688: don't assert when exported object is destroyed * after* D-Bus connection closes + fdo#21219: implement unregistration of objects + dbus-gobject: save the ObjectRegistration on each object, not just the path + fdo#20879 - Use --skip-source argument for glib-genmarshal + fdo#19927 - Use const for GError * param we're not modifying + fdo#13908: silently initialize specialized types whenever required + fdo#21362 - Remove use of deprecated symbols + fdo#21753 - Correctly initialize GValues in dbus-binding-tool generated code + fdo#22244 - Only include , not individual headers + fdo#20343 - Add a man page for dbus-binding-tool + fdo#18294 - Be defensive about a possibly NULL property string + Various build fixes. - Remove AutoReqProv: it's default now. - Remove -fno-strict-aliasing from our custom CFLAGS since it's by default now. - Drop dbus-1-glib-selinux.patch: unneeded now. - Drop marshall-skip-source.patch: fixed upstream. - Use libexecdir whenever possible. - Remove Requires from doc package since it's purely html files.- Do not add source file name as comment for glib-genmarshall Aufruf. This creates otherwise files with temporary filenames that make comparison of builds impossible (marshall-skip-source.patch)lamb16 14970096000.108-lp150.1.60.108-lp150.1.6dbus-binding-tooldbus-binding-tool.1.gz/usr/bin//usr/share/man/man1/-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:Leap:15.0/standard/d0ae6439e2793c9f72a3d0ed514052d6-dbus-1-glibcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=ec5c39746cdf90b25b521ac121b4d4a896022859, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRR R R RRn|ےWF)vutf-8f6c7f4a1c3ce8657914a228313c07ba6c18e7cef1da68ee1ba32826604d96ec4? 7zXZ !t/ׂ*] crv9uo2|-])dRpC U)VdJ_2OB;ܙ]lBB=sek=^ 掦[`@r2`,~zj(l|3P1 5K}wda\ >.ݯi&FK􄉐' HwLt?O#y5SmLC񋪠k8Yoo̒.IFohTF^)ssN\ pf??ҿ/Q%TVtJ}b3*B">kv=]㜉zYC\ &(eEFhҗߊ_A ~\ ߎ;t SŢV!y W*\=WAdD )Nܔ8=?cVH!'ΝK@[5?1G/l`EG@q.RA:c=^x.V+Y잺UCCTQ0QNVKDhLx6 ^ɶ]RE ~H͌BUA|&HŲ3[0ˌ|d䫁O) MAjn\bڗRkK&X~aRA9y m3[ALO{p0QT ~$eX MSX#lO c[Z79&;adae 3(TpR~yGėa؆-q6CnkBEiv}Vw-VZ&?)YA?鞘:?Zg$/XMI.}}ի9gl31Yax'Rq52/MzoB@z= wOϾsF P DIf|MDC^VYtx. EDޓo 3'JTz/Z ~sj hoq"JQ;'fx=1i%WwK篧Q2_aLus+QLۯN&&0vwMa~#J؀ˉ!7AlE$E,Z^R|dEt}r{tR&1t[6hO.m|2=c 'zM- 8$34n̔l)+4يzgǔoƊΫO/DΞJ2͓џ^Ҍ/w Ѱ>@a*O?\%@Tz_4i"+yѻ6[vrq.p#KV~ ;>4kQ3w(6j{O@PnW GP1ys>MO@aZ(-cnUȤ3uX>GÜ/T^tщ2/'IzSP͋!̦w1mq|\?.ѐ^RυO0{~iE?XXVM$ XEINt{`'4bUtģi@"W`cYZǥhtjAH P{GaA%Y#FbޅBTƢņyʝ$˗D[e^5|2y~h݇bE=KW' rGq,v(S1Q&^=CVbs6dvmU;z!] V,=Z8r<8=u hguf.#/(#=αb3RNd{{6u|ԶLE^l瑩8~nHY)26~+m/(Q\i6_ @C)tEKyŋ$Wd9s.ˈ~61 W!xQ_$JI!̙!;/9n &nWxô8_Of藃8fѢԆ"dG0jY{9H 4^'dZ!<#yD/sCCjOE2"/o膃p^ H0ڎ)3G^95^ LIUU\1@lGt4s#'@_/GZWtsNMfp;vB엋88Pp\(gV(Ƿ,*Jw@ԲM#g&œ[\#v{m!FN0lȇeV)zx[i5{GcƦ(ªDm0J<7AVˣ@*TF{#? #*#ga[xCfU)T=0L}%|aV=we7S$}5kcSuuR @c2۞?רZt@Xɳ_ĢV0m( .nԍcLĬ)}oxs 6}'sǾRO`)0t!}fn/,mj̋-t& *񦵤h|+>H-WEeh dž d\6Ъb[8]C~%XZJG,_Jy `{1*\E3"% 3Fgrd{{bԋ|8Bol&v2,p<=qCo7±%VӴ&s-d Fy*v9ԂJ~bdS¥g!]E}gRde_\|6#*.tXZyz ߀[ҧd`pG_"Wr8 ]:S3\i|A1"P'X}4zSyb| Y,3M4t nmRKAqd0szoH D:΋Olt4ˣjz&\djUFrS>a5jlLs_ߨ:NmyV$yHBѮW&oV|IJmZn3˝GŌO7SYu7FEMkp#nfmmAl^֠L-s!fK"p_l:HcC3sg{JVJpK͞-*C$\)cD~b|Z~@j:]wc7LwV0Axont Ypw<i Y#!qIwE1xm?a~8oz-,D.kE5J5+Ce1f YB^ϕk]hYB8ե<"; E0>VQ-g4e' 䝴)fU_Ӯ =zl XkSzDo<8wR4ݫRٹ\\#4,BBN=řm-+ى}fY0l4 p Q"]ţr1gR])0nsOk ;{`ʼ"%{X*/y;!^Qx.WSq΀"ΰ ` 5?= YM > ̷}n nJ W`WmABvWўG^3-}U*T~ˆ`.SVneP߼#e^pd߭;7;vE0ttأ7jƔX{R1kwu8/uA0 /̠Udcm+тmu-ӓ3/ØҪ7FzU/0M U]X.CLY\Z XxfGS_&Ҙ %ҧ\Y#r f {Y΂w{t%DnJ)g (`XMU)!N\tpjLQ~lM^<ܘ@&puJE ` {@CO)&/j58!;o5cZ ':"%pl?ԥsRV*Tpi荔6!!N?}tǓ8Ǫ1Р$٦ٖiW9Fvg=VNDz/#>R|0DJSQ,FvܰS>zw`bĵS܄. nnw䱔BJ|e1Tp .= 6P gR̷N n4e>B I( Ndc %c~O+D@B $xTU)䶋KŢ:k}6(z1Q9}`>DnةޝR̮FlH9jICO "hQe6@Үi+_34%T79F)tsmV7b$-4$|ښ&*s̀e#~=MZBD&ƬOV[$ k# hɥl,I+:&;&U^Tl=ғ.B5Rܢ!>L[=i)7EQ$Aac$;+V3>Yȏ@::FZJ9gpr$m{ # (}c *$L_=dɢv@$b,{DBDn p\n^wnhKq Cf[(h?ƄNux#x9)mԎwnQa6o)TeMOHS#D@K]g9W-1*X`c6<0FG7 &nk}nhᛂ^2)tW#ޫ X jv`x>w\t{{Sb䔳[Eu]L:!y2g`iȹ:B(U&A\9\rew}z@u9' z\fvD3429` On#/tP 9pO_JsIY,.pͼUXg]СK+XjO` ߤGEZbvXŅgP5>cQ`!Z#L>ıd9?NDo3I֎%*LQ 4i+N_sbKk7[FԢ SJŤCiUVtm=i%b606`7NJOP-7q {u9kFHl! u#.CU@ Xx%Q4̣lamY5R@ uDqXDtPiS瓢uQti.??p'K?(~97ÄAXT\V 3Q9lYA0p5C R(ɷ14}(:c yL nrAmxEz7^uQC&W?oWQ&7bٯR5L,TA=~X&8Yoԛ:MړZ &r9n6&o(/D]P#pRrpCapq֞ZV 79,UqX(XJ٢5Gf^Y^T:SFlNW~CPNƦye9[-bJтdh*tTOTS41:a: F8g)(}fKFW~-GYV%Iokk Wg˨YP pCa/&i)76h$ǝ:ďeKɲh^ lfl?A>Y1e]ʺϮ.Fudr0[ u$u 'Ѣ8.*U@ƌ_7h) RVÚg&{PHL'Zt؂:c h/ۢSytF ]}Y$M =TL)SlcQʶA@RՍMBCh:Ns:TgKt,#! P5eaؕACCzAʧy"]&8hyQOcYJɚ6_15WԟJ JFC(72WiP=3]ПH4SoDykn 6L)^~1<"q|$q1Gdo qcyQ3~XWNmZ\Z;PXTgAhDBz\%F(!%ic~:3Iܺ +}Ŀ\_( y8HE (ϴDu \`u1{pĄ)>;HA\_'V39T IN= Yvwpˎq? p_[}nh-2%D=vIYe$ mj&!ꈑ^ t9 #Ǚ\u"/F@>:6y]3Ƕ6YrXĜ4خ QAcC&MbIfvNBUȠ k}X!&E7bm 5OkfLc+)뾮OK(L;vasՆ6 HVơUHk`ԩoE.@׿JeF΍Na(J֞U=0X)Xg}zBLv {L;n:4i4%Zs÷pq JG.8=2?<%gΑ.8]&ԡ̝g]&YrU(EUvFƬǁ3_%Ny4_i6sBA(}V a@fH-G+ItS,Zk/@0܂2,*I2tY]eD 71uw*p N ,znHf7pdn-q5{7E?Uo< ZA!pģH,C %QհiզԊrZ߭A;];-q;.8ܙp8Aȷkj) 3ӼZ CH%((eh qy{sV>ɬ6t'o|n 뛖HHG)NBt]`L 4cf g=n6>D2ups 9KxVGLzH7?2;#ts`ad`"h"Bjq?s L O7aCJtkW9ZL ;Mε/Jx3ZDu.ows4ܚ| r2iq]2 ViRS}}kN[08{EUb]i#ḰMco*] fNd6ABBLlQ?7t-bJO"NpmeJ nӢ-ܕ` ۿEkm9;{~.!^~T=cg!NLn#w#czv;b(YF_\i,9Qeڣe mtH'5Nm2fߵQ5~N;7` gM!@鎄ģZ3*?k.;g@p4 *qyO;r[)w3in/W:uL!=R5i rq ^ ht>NY RPJYPؾ%vۙ;YaJYjEIt%\nez,3y/lU3LܿG#_ĽYwzU^o#K2bI 1r DG\<;sg@&^LMZDzg1)@+W3~]2O@g6|аjD.#03&y~v$e$A?)7ЯWs|. )Ə3! {e}T w5i =45/;SM80Z9= O6Zۗm?@QUj ʐe)n!Tne=ܣưF;:zn,;IRG5g*sSp̚OeDz﯑tIO#F?CL{3z ͛ވ >ES뇡ZNrfgY"XZ WQT+χ&^P!*gKyndTݛVmظZ"}a2,|rmE`C1'j՗TXySf5vzj.՗2Ȗ;K8yxS(;UBw>v~0eTh,rg̹t]]@Dj!ipޝowdq'@EolFfʒvyl^>&[#qA71ai&[s-yK |R-ܫ^V/!gQ$J]&y0g~VYFKؤ/m-?Y>M!lQt=M3m[.{Š.d'h MO$݁aϛV{~kM->RցzMj#2V1PC0"9QG{Gi6 t.K40ymz /rUдP(d= #'\ǦdBI_bHqc 1){Y6ҒV׋i'}& L̠%.W$.* _\ъ\xPS|ظNȯcXxgGO=s֥sg֥9<эQ/rb#E;ovj1BXEѐ^I}߅^._zaAz 1rdmށCwvYrf̼Tv:zG[cC]0mP1c#I7{"Q2ীƹ)()2* tJQ.+f͔ҋW}(@k*ҫ:|4\E3PA4Xn3?,rL8[?| d8е=7ie_7˕Rn.W_%ezP=,[UPzd\ݹ^0VVP}qvQ[F(5n)"4̜OKE kڽ;F4-d;Tav OE|iDP Q=W͔ɑtbf՘AsDO*ʇ]jg(&/r|TKV73ߍlrBvqՏT( ^xWufO.g ;9p lv7ߣzRe땏m6 Rk(@Sscqt=pȬl ٔ`AzEQ!Q)EKVɽC߻z៧h]e=BPiA J27Y{]ZbMB֛ϙ$9Uf ͓z2UglnoQS&vUDKi UW1u܇Rf=m6OCjYu( 3`Įa&0+u\ĒكzvDSݎh?f\?4V!v D+$?1٭bnq L:ïqNEzi<2ˈX|ܩO4h7rHAܹy@z_ RD^^P^mP1~m$E|{*áKTLȢI*!,)6t< ވb+L;Md؟# iZRCv, GBKw &\9?j`@QGbIl;@LX]\G]?I ̢˺6:GW FWG8/=#Y+N*"8TJI#LGUREn~E ņjNn ]=raK HKµsF1O/]$ ŋZIDt6=uъZ8 4䖄r 7ii8i4*%IXJxa'[J9Sy oJ?w=Hu$N=OeI/, {iݫeI%~/)@ݭdȇјn!`'3\}XsɿkH>n[Lֳx ςdOI(XNT ɚ޿ȩwtJ7H, iZ6WT|Pke( B[W&@K]NTIOP ja[9UFKy0gU^ lҐRR}n \x. ރ!tEhjѓ٫UEڟLMYUD񭤳[뺷DYO3㌠7Gv>'WmP X A*za^Y{ĤCnyx20DP)wtd]_} ̜RL5߁EهY 2Ĩ_Ŋ;A-U%"- ($`[wj:e6=㑫~+t ֕PQ㣷*_~Y|DXt.[2zQGy{`=ǭrCU`{2F]P-i`;ꘌuè7l7WDr msGgY*''}f_ eCXNJ.(7iE[b&kћ+ӧZwXN8x'r/WV$ԫNF ß74CE0c|htRbKp:>iw[~Q^,'cݢj8z ^b D$b=7k};0qY˨ Xݧ.llHpɛy)_-*6ݗOw44NxUs:o+6d~`! W+:t"͆`*$"kOwCEBğ.\aeP d:g .zWqJGϧٷxN-ډnt l kJjFC@mSy<{ /9A: Baf> r@6#"*b]-Q82vvgB8c- y~Xْ^l oW#Da-e鮉X.p8 {ż ԔA+$G3,8nnYcyJC$lY-l棝85d^@ }6GзP)J/E3˵JH 2rZ\B..pgsࢁhjguFtz^C A!!#n|çUAn' M8t.WѱcTt<5~**8)Zr5fBM9ϖUA!caXv;«<{aYզXy7qzœ[ 4g6I @ݷu7#_sFxӢa&;HxTgb>-j"k8Z5F#?eav|֦ARZs c;\ݧN?wũv6z9]ݻ7=N!?̡֫Nurv_U Td=A M߄8? DuKODOE,3zK%_T#p29];=*;MaUzRŊ%^SϢ($Z2P~Yۄ*)`2ۡ >ryٟnjTn]H{N3oU5}T/$\D8Wy@o n%7oÏ=I?(۠c Fl3p!)qGT. FAI<9j;-w~  =o/ԝ!p?wb޿ٛ*옎?Y-dq[D*6fFi 7D*,DQYCQHBwJY>X?ݙb aY`$9)\fjm+rAF>,0@l]%NhAu+9s3J< w,D6ώ)̤ʔ* %,T‘yPh& dNl82{gGh;~#aΑaL9ߟB6)v#)S_̔v+Գn~! 4zpbL! Sxx[Tc[b(drPvp.}ĵ&7+'nDk=}VN9TY19oqH(O+Bi ے [J+| nqH]px0.C{rU2VJt&1nesP*Z`ɬI HRqaѵwuJf"X+TKsOH 3tA4u0r7!:[|J՚x[%Лk^$R gv}PDVojjVGᣒ݂] u1\@^]\6bһ[U#p[=1n®rSEnW(-C[Ai> f3:r~Y'[hw)(xX1e z2=r虇,4lwJlY_ۧsOLHeлiB5UT?B+(N*M `4F|үnI*P-GVRPT3ut?ESWã\-9R$aub&=Zn)C~[UW5E 6ψry ssAJ+:z+P'Y] )2Gw;P1uVo)!VS@Ĭ9k7!]5绶V|~lxiu8sߧEDNvM5q&ZR3?9AGSyq)H{/8A_Xң2W6z*ڟT~~)#[Q b= xp',ܛC(M @; #K xQXgϿaW[Xm2xE[ D&My3`C{^s"bPP\|fgڃKl x- ߺKYJ (-.#ȚL5jjNH7hq*#ȄBn҇bX˅8{ZDpUB@J |%b7Q\ʀ( lou;X39QʏX6"GP øjyo]H7|7o@E"b%-hs{kuW祼Q Έ$ok+hZ65=ԒQXK{j!8,,Mh. ,3xu1۳ѕ~oG^O&f̕ i~Ү\i7j.2nuIOǟaoWtۥHE*Zdzd&OJ#2d.ɅYDi0Vм8{(sMh^0X'*w$4}Dg1)_TxX'΃[Ŝ^ZL5/Nзc#-G7.epI>Xi[;[W~r@|S>#Yٶ(XI{AJOfO杢D{~դ!Z?kI!Qۚ\r鰮BH~PlR|TSgz0;^F2 j?;qY T)&pR)=x9.a꠼Yu:k((/D&ߏ.Ѐ9PO?P܄ً0aq4Q ,T`IQ F;Mc0?d'Qr &/k14Xzgq=<*k’ʈtO Fy愧J<Β݈ (C\|MIbqz34<$_D}Gɿ  GWeg>:{ ĮxRLɴt/d:ۭT$W Y59\N.qpzPiS>փ,kԟO&L;N : tRXGoGdF|?~sF>3t͔ۛO%ʊ(yB1S@Q+7w%;^>>V~ÏdsZp;kF U=*B`Jx~)pve``Ð!)`/@U!J&} /+wxl|KgZ_rw2/P`uq%,B 0Q2i{ˋ|h8&28=C\ Btl>f//19 [djϭ.3CiLh1O[b7҅&E:Nѐlﺌ8 >HXh ibe NMS_x0R0K!tl#o6Q. K\UÑESu"х 򮢠-J,N*}у#$j}Ó ]ZT d+}y2G4@Hu(OEV\7j:!'9A2Qok"Rva^ce謁=jF!l]2!wu`=T& vzϥI;ϐX #{D('/K`X\MVrf:/m?.чUDc Hޕ` vir\-nw qe%%": It̩S%x}wceGoc4O!]mq]f3 uXć>iϡEɌ]셯.3< gtjcMT?*e!aM,w96Oq>T>m9юa{"ʀKlȼ&9 #Axا֪mQѾ"9Nۥ;-+E:r_Pwµ(X#3+@+ k+$ Ge8d*XvѵwG&Ns|sQ`Ua =-Z?1:"o^Mg}tT`I!aUCԅ~0 srO@*|ĤLF IlocMcσ~(R?rnC. 2+ƹgZt?XMއ!Lf+t;vD'/Pٮ\F7&Q&[}Qsmsvsv!_Kf 꺼hSp1ʼ.#}uq^=6 lҨ,2"-yAq!͓d 2ςgnACJ3r}>Lc!!ˀtA%L|7]=6_χkW?׏p_ ܀Yvr*sfH#>Q/3#U_~q*9Ýg ޿ac&AԮUcXRZ#&>+ר kNR0k"[h[8;P y{93ky&!r:Mh]-WA ~fK!'F}zUL*>/+RV;Ywf\S"kܚ'R "q`[4uZ m‚)jiOvke|@olqVQB<|J] ral-K5SzaP{6g1tJ[jA3qZHy>8]?A ԁJ Ht-+Z C@Zzį+QŸQ ԁ, Q; Nl|y?nKXҤjny&'H"\tB24~$ʲJ32uÓ;14:яc4}@wx3 -zrަod:_)_GvEǵw(cK -.2?!@7> 1Yj&]"Q *K)z%ͨ5D_%d֫E~6MS&gO->v|\ , ,vByr\,g=m^y#uJAKr!LĴf Y!-kpۉ?8 e \OlHH'*M8wAȍ,%@ϡwvq 5_++KXg6* +x/1(u<X4Q<?eۭ&Kz@hKS!Z=* ڶz,#(AR g` Ƥdyc<O(g:ofH\ h^oWm!}߯PVI2:S5@1@AMvk,B/x͸Ssv%k'~ױ)P HoռzjŤӥe\LӟaI )8Y,cu6N7 Bt"F5$')=HaPfvܳl#Ȁӓeo<ܜd4KD\LUNX+ȬBtNH @.wXh+c{a5hyWdݰݕrX a: \Sd\I8c5r\-8C XגFJJ_u`1/_a}{0iˊSj[B_$Ȁ7FnRjȊ-J& oOᛊrE՝ % y/HS1oCo#fD~m4uY"1liZo=} 3egJo|+# m..گwMIPhK.Y 9BmOi_3]~8>=/SMn~A N֚ي9ҎbT_f1DneB8Zv@ u+ m-sqOFnwe_ c`R c . ^*K[(N uil7MP4P GiCme}E8 bX8ܪ1T1W{_I"Jɳ=OꙀ~{ ,+g{&9'^zbgJyq,H0>$_q4aJ#=-#QG#FuIhiU5QIli"--o倅v!߬ZWR0&;ʎ[ 3/viF3XR ){SGL% _Ɖ?^ Bvx"k2U&us[B~iPd} %17=<ۭ-¾f/sLȘ*/i,pjC=D 2`m!֤.^աG'<t6* ~'P?وLo*VEoR$2zүJ ԉH.]bZ̍}ၑ>RH7y0wWtx!zg\F40" I05@n~Q5Fjmɮ e"*A$a%A+m™յ,+̤ۛA~6B2yyk4X~3•vv\r_& [#Ëgjq? W&9wN+ 7!ÙRE 0/6t P>(!,[P51~.B)}>M| =Vz=X^A5RT}S5ŢhYp,7Zk2Xf%6 Qx]G]gE Ac'1tJW(WwLȶ.|s>q-#CFW ěY9M l!|n̳֮G_`R+a"+R&GԶa*)1onVO5WIzC7JS$(NWqXJG%iM+@+=%](ȪKL%L+t}/&\Y|tKݿf*@ӵ܊uyyyC; nR7aW1/t/,]D;&n-9 jf+RzZ qVןO&+NKqw: d\4װ';٫4GqZ:L+~<v?$->ZO0ui%ijw٣~ 7pE'V QJX H:7BL[lo羛H,e(Pz~ўkyjH#IwѱlOc81N&E:MWŸoaJc ȍޏ3+fACon2XލD[zc:~I`z]u%7}7G-sGJ(S# {JAUƧH/6fnZkw4 rwYiÈ] [CpA=EJeMbeւV<8Db_(2-sﲉӓP0eWn7ľ1DMg3}@;S.ƛUo Y̮Ǟ4~w=>OV﷜~I4PFs;KF"(g;fюE9SJcH9iu{lkw-ސϧ L@] &AUZ E ~(,v0#RInAޕ{ًl~/_`斷쐫ضڲ"8¤Hz8v4AnoS7u &GOPe2߷l/7c."Mƙ~N,R;$WBkfm^d dÝg'ؾ̦w!gJʙGn$5li=$ 8ޑ cā3 ܶ)Ek*+ dp|M6@ B^+*J٦by"ZN:iZHxor #b\qe+o BBgzPOSj8Rkg=mƃ%m ON㪙O_rhJ~-p!eL$ͿX #J;SE7T H 1(}K]H)@Ƙό,M`ZI"V#;L*$ղ沎O fNl|~I]v;R  `_^)*pevQFEm!}l 7xAk| :c14 W>լj*_,b:čJi,(an徂,0T:9qQl+j#cOn]Nȳ- p 2)7{D߬X^CJ 1EMk yp̞ܠde~lW'N$fdZ߮Ƌ#bax%s*fz||caQɏN;DD|=3U<@׈Pm C˹O(e'@W .H%#%D ]Tx36},9 B+uLiZt' ;J3niʷ9 s[ѸwpMO7/ Ùu&O\nޑ:8L3V _uvi&j>~+*?r+H{ZH!ukxڤڿxecn f\/jp9acϕ;ל: Gs ۾twq:˃~xgi18W7 2)dmd+'VǛ境"^F,yx9CׄU4\<Ϩo:zЭ8$-혲 5 '\L9W.)%eC2)c^U:[sFt緖,G}-퓷Xr ) 3_DR11l_go"fyTOW#{ }'[b55eQ(qaׇ?m^Hpb5QQa}:!  qF_ItoJFS E{{ځ+ s37<'jyDt(H7WXV&[^ە_%S|ႁ7iӔr8μs!Ey"%DG,+d66 ^yF%Y} b\La=W95-8';Tpf 7鲨7ry g@L0chWX\6!G%DfU^N[ s, %\,sÈJo&fST5 u/7Qءs[} Ūz I*|Sڨ3Dux?Ѩۤ*p¯k9DMR(Cwi5 0Qg${B^X 20&;IK?^|pBm+dpb&~Eil*IIZ9j_Mxe6kqI:P3 YJ݉B$%{}Y񸔹(+iNC @+ÄgnW<.d~p[ԵOgrZAdvI~'=U8E c'I2P0X:7]5-t33#e=gfIJV 'C㭲bI]vHx"fЂJH16oٹYtk 8'ϝI혚(\;3?Uk]t\::kx|+N*^xÙDSs<0rO3rw\%,|7YǞ cә} 7*^u96>.뀧ik Ьa[GKBCd6!!VA3ᜍs-qqr{ƤEOOu 1%4+@|p"bfu H/MXpC/1mW{q 暧sĵ.IɊJZ$$7kʕg{,{7ˊr"?nZJZ%p# !e`n0?SwMTtl:y/{"I5]G)7V ߜv9MU+ D4K'GT'6w73aY'~$֯~.)/W8RZ!>'™nQ}^JH ڿ(z<5=jG_J4qUJsEZCHx2wK3+Db ]"TL"?pdŋit0̰Fг"*紨/JRؙ7BEƧ==9R*PTw)']B59/ykm\1ĽbjXxGV.M*gS 5 eZ[9L'K"Z8jeI1ƕd{N["ݸȓ83eo#o^H 5 1&bTd4ֱrwd+ 7g%w˶Ku34eWW1^jml0`h1*0Xxd_kes.`l6Cke+VULAEz~ƭ /܋AvdG=Ъg;ly-S?ڼ4VݏKލ̔*AaB!U*?XɒDht-|:m:aZIܝ9N4"IƈrlRs:i$ m%FU# h>ؓ8+B3WVk]*R{.% CㄴM'%y英.+*|iln >,*J0,jsuWw?M Jd(lp ',O}'0<`ܦaq)oI@)~x 䄹~zF[!n W#gA@oVC\d ׌ۋ3QBQAF|់Rİ㕈bz=6x_ genr  \F#,V RrͰOnOzX_ 3 O% Ԯ1r95ؾΡuym؈Oonek(_c/5 M&d ΗM>9'S.# @<,LE6LID!]u}y#|F}~-kgp/X%yN|i51 ͼՓsHp?DM4._ijLN>/^#lɟ/Unh¨ àޮQ3jӱUede0uB0@ hntֲs+۞Za2oϑ$F'bU?V3.~9U\|0,dpԠ&[vIp^' hGD)|qaB?38U06۩@6oƞ0Z\8 >?MvEÏ8^S-t/-._㐷hG$Ӽm`8uN6}3^;6'8#B ǵQ@bѠ4IB#zՆI/xe%o/^#2w ZyQ2X 9EM@(BZ1I=g匛o-C%E B5=3J.bp (&,)wܗp#DV*-L`ր󽂗ptvv*Ծ⒫;m }]v6lCre-&ʲt͡K5' -e^s+JJ1> N 4݆j^y[5vyE=k91me ՗vםLBtTܡD"Ғ+%i}Nvj]ݏ׿΄h1zsr>y2 9٢+V|LOa, 8[k+Գ_z sB Vr k4@$i(_>4y-㉈16忄󇉹T񕔜6 3&'{I@:g|͎uEw'r+S>v&)WI!N]*k }QM(ό7s=P>60H-H^P?4N$쎆m4Ëe8up7q^hʠ_C֌ _p4vcԾogzh! f+ {yAֹ3\gyWm\2k30|%)4c`K]^U-뉼=4I}M#ڜ+tv_C!B#韴]gT+0EXsRZ~)