libedit-devel-3.1.snap20150325-2.12 >  A [RBm&"2JiSZ?h0UQ4P}@^j޼gAxH&X@POw/X^jeؤfwn ӹn:h Er'~}`g6=:pTB=6')9:S:V ]EHɫ"8ݍblwY96y"&d!iD5^Pa˴di760b9ca72c3bd724a7e8b80e23c53fb30a8274388e59e9b2291690a9e55487365361ceea50e091ed2e45232bef648ee372e8d1d1z\[RCm[|D]JEAC yLμA㹺4X~bVɝL>p>.?.d! & D $,0Ijw "d" " " t" " (""Z"  ,"    ( 8 9 : fF&zG&"H'"I'"X'Y'\("]("^*ob+ c+d, e,f,l,u,("v,w-H"x-"y.Xz.`.p.t.z.Clibedit-devel3.1.snap201503252.12Development files for libeditlibedit is a command line editing and history library. It is designed to be used by interactive programs that allow the user to type commands at a terminal prompt. This package holds the development files for libedit.[R4sheep60SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++http://www.thrysoee.dk/editline/linuxx86_64`$n5,@ A큤A큤[R3[R3[R3[R3[R3[R4[RUTUTUTUT[R3[R3[R3[R3[R3[R3[R3[R3[R3[R3[R3[R3[R3[R3[R3[R3[R3[R3[R3[R3[R3[R3[R3ec0c9feaf7f4d5d637146f749a5614c5a66f9c8e7d09796b4ae33256b93e8cf01568200cafa94a9cd281840cc2468f0b2e878af663adc84066a959f842b92fef2fc9d3c251c814b610957d4fa4557589b710ced06ed817e1b58f30bb03655c6e478e56cad65ecf4893495ef30716f124f00835a567f5049df11c407f58380d4b0c93d8d904768a007e8d1a2e72c3e8da0877edc9d86e7f8f5cb255b4faa0f7ebf030911645204dc703706788e3eeecc8fdadef01151e5974d63c7e0b04e96d1937ff458c02ff5d035b6a3d58df8430b0d378ad1ef21dd24bc4d0509fd0395d9e4f3fa0d4db3d60d43ed82bc1db961dc6e3e3f61dc1237cc7c6abcebf4fdae33099f3ce344cdac8b2c7e1951adebbb23b5f508996e73404eb5c6c61b7363642delibedit.so.0.0.53editline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzeditline.3.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibedit-3.1.snap20150325-2.12.src.rpmlibedit-devellibedit-devel(x86-64)libedit0-develpkgconfig(libedit)@    /usr/bin/pkg-configglibc-devellibedit0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.1.snap201503253.0.4-14.6.0-14.0-15.2-14.14.1ZZUU@T S;@S;@O_6OF*@N@N@N7N5CK@K/c@K,@K@dmueller@suse.comkukuk@suse.detchvatal@suse.comidonmez@suse.commpluskal@suse.commrueckert@suse.demrueckert@suse.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgjengelh@medozas.decoolo@suse.comtiwai@suse.decrrodriguez@opensuse.orgpascal.bleser@opensuse.orgcoolo@novell.comjengelh@medozas.devuntz@opensuse.org- move Changelog back to runtime package as it might not be only developer documentation- Use %license instead of %doc [bsc#1082318] - Move development docu into -devel subpackage- Cleanup a bit with spec-cleaner * remove pkg_name variable which is equal to name variable- Update to 20150325-3.1 * version info: 0:53:0 * all: sync with upstream source- Update to 20141030-3.1 * version-info: 0:52:0 * all: sync with upstream source * configure.ac: Fix posix shell portability issue.- rename README.SUSE (bnc#889029)- update to 20140620-3.1 upgrade to fix a crash with clear_history e.g. in php. - Bounds search for reallocated index, from OpenBSD via Andreas Fett - PR/48957: Federico G. Schwindt: Restore commented out code that broke rl_callback_handler. - cast gotsig because it is long on some systems. - Add stdlib.h for abort() (Jess Thrysoee) - Don't depend on weak aliases to define the vi "alias" expansion function, provide an API instead to set it. - accomodate FreeBSD's flavor of weak references. - remove remaining makefile support for GCC < 45 that i found. - PR/48876: Dmitriy Grigoryev: Core dump in readline lib on attempted expansion Make sure we have 2 matches before calling strcmp(). - Always NULL terminate the argv[] array. From OpenBSD. - PR/48821: If called from tty_stty(), recalculate flags. - more tty modes refactoring, no functional change intended. - Factor out some common code (more to be done) from PR/48821 - Add An to authors. Wording. - Add a history function that takes a FILE pointer; needed for Capsicum. From Eitan Adler - Add missing EL_REFRESH - ... if called prior to using_history(). This needed to be worked around in PHP: http://git.php.net/?p=php-src.git;a=commitdiff;h=31d67bd3 - get rid of PATH_MAX. - cast to avoid warning. - Add a function to move the cursor. - expose rl_catch_signals and explain what we are doing. - Test early for EOF to avoid infinite loop in the wide char case. From Linas Vepstas: linasvepstas at gmail dot com - provide an el_init_fd function. - explicitly pass (void *)0 instead of NULL. - Add FILES section. From jmc@OpenBSD. - In 2000, .editrc reading from $PWD was removed. Update the man page. From LEVAI Daniel via jmc@OpenBSD. - remove dead assignment (Christoph Mallon) - Fix pasto that affected bind -k (Christoph Mallon) - Add trailing NULL's to the varargs functions as required. (John Spencer) - PR/46945: Steffen Nurpmeso; el_getc() doesn't document it's setting errno - return !OKCMD on error. - PR/46942: Steffen Nurpmeso: editline(3): el_get(): fix UNBUFFERED return - PR/46941: Steffen Nurpmeso: document EL_BUFFERED - PR/46935: Steffen Nurpmeso: editline(3) (libedit): faulty errno handling, faulty reuse of val in wrong context - Don't depend on HAVE_GCC being always defined. - From Kamil Dudka: fix crash of el_insertstr() on incomplete multi-byte - PR/46678: Ian Wienand: Add stub implementation for rl_free_line_state() - don't crash if add_history is called from an empty line. Called from nslookup in new bind. XXX: pullup to 6 - Switch from Op to Oo/Oc for nested block. - remove stdint.h; it is not used. - don't include both term.h and termcap.h - define the new variable - Add rl_completion_word_break_hook from: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/\ 5ec6a45fa762b8cbd0305ca06acb8780335a486a - save and restore the tty settings on entry and exit respectively. cleanup debugging printfs. - From: Jilles Tjoelker: Add a mapping for the cursor delete key - From Jilles Tjoelker: Do not move the cursor for ed-delete-next-char in emacs mode. This makes ed-delete-next-char suitable for mapping to the key. Behaviour in vi mode is unchanged (for 'x'). - These directories default to WARNS?=5 - Use C89 functions definitions. - Use C89 functions definitions. Remove use of __P - include the NULL in the argv conversion - use arraycount - PR/45843: Henning Petersen: Fix resource leak on error. - Add coverity annotations about unreachable code (Kamil Dudka) - Add missing * - Initialize termbuf (Kamil Dudka) - Initialize res (Kamil Dudka) - check for negative return of ct_visual_char (Kamil Dudka) - Off by one in allocation could cause buffer overflow (Kamil Dudka) - remove unrecheable code (Kamil Dudka) - easier with an int for now. - Since Width() is used only for display purposes we don't want to pass -1 for unprintable characters. - Fixed misplaced parenthesis (Nirbhay Choubey) - fixed warnings where wint_t is unsigned. - fix broken change (parenthesis in the wrong place). From Nirbhay Choubey - include if we don't have wcsdup() - NULL does not need a cast, here - re-enable -Wconversion- open all FDs with O_CLOEXEC in the library code. - use gcc visibility by just reusing upstream macros "public" and "protected"- Update to version 20110802, fix use after free triggerable with sftp autocompletion and MALLOC_PERTURB set.- Remove redundant/unwanted tags/section (cf. specfile guidelines) - Use %_smp_mflags for parallel building- add libtool as explicit buildrequire to avoid implicit dependency from prjconf- Add baselibs.conf- Link with ncurses6w instead of ncurses5 - Do not inject artificial dependencies on other packages- update to 20100424: * synchronized with the upstream source * UTF-8 support was added- fix build with using autoreconf- Enable parallel build- Update to version 20090923-3.0: + all: apply Apple patches from: http://opensource.apple.com/source/libedit/libedit-11/patches - Changes from previous versions: + version-info: 0:33:0 - all: Use predefined macro __sun to identify Solaris - src/el.c: Ignore comment lines in .editrc + version-info: 0:32:0 - all: sync with upstream source. + version-info: 0:31:0 - all: sync with upstream source. + version-info: 0:30:0 - all: sync with upstream source. + version-info: 0:29:0 - all: sync with upstream source. + version-info: 0:28:0 - all: sync with upstream source. MAJOR.MINOR version is now 3.0. This is due to NetBSD changing time_t and dev_t to 64 bits. It does not really effect this package. - configure.ac: Remove '--enable-debug' configure flag. The autoconf way to control flags is by specifying them when running configure, e.g. 'CFLAGS="-O0 -g" ./configure' - Fix self-obsoletion of libedit. - Add libedit-ncurses-pkg-config.patch to fix the pkg-config file so that it references ncurses, and not curses.sheep60 1527271988  !"3.1.snap20150325-2.123.1.snap20150325-2.123.1.snap20150325-2.123.1editlinereadline.hhistedit.hlibedit.solibedit.pclibedit-develREADME.SUSETHANKSfileman.ctc1.cwtc1.ceditline.3.gzel_deletestr.3.gzel_end.3.gzel_get.3.gzel_getc.3.gzel_gets.3.gzel_history.3.gzel_history_end.3.gzel_history_init.3.gzel_init.3.gzel_insertstr.3.gzel_line.3.gzel_parse.3.gzel_push.3.gzel_reset.3.gzel_resize.3.gzel_set.3.gzel_source.3.gzel_tok_end.3.gzel_tok_init.3.gzel_tok_line.3.gzel_tok_reset.3.gzel_tok_str.3.gz/usr/include//usr/include/editline//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libedit-devel//usr/share/man/man3/-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.suse.de/SUSE:SLE-15:GA/standard/e8a116c6e4648a807147648b9d3a6b6a-libeditcpioxz5x86_64-suse-linuxdirectoryC source, ASCII textpkgconfig fileASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRt&=P I"utf-896355f62c69249714fbb9fb4df407ccdb6361b9985036fa4b1b9698c17c1f892? 7zXZ !t/KGC] crt:bLL $կ%aIϺjtI-oPf$W7 b":3`c4wi#6V۩|λ=jm,a3;5v0HTc.KjǮ3;iS\)]gY ה5d`-|"ԝt~'^36dj:i ="&CIeM٠?Za؛cZ~Vо-I~DX9RA:V\aA=a3Uv?t/dbn[F (?wxE*)[4>j"Z듹SQ.]م tܰO>ݧƞ%Cr^b bg>P*ɟpl$s6I p|a(z\vIr'JC\0 JSIkRtp15fdDxǪh p`Pӗ+4zN֗)xz"֪/r_lEAt/kF=8(5mF=k^SZ%ӉKk-osT\D5EcI,aM ␜=WX,z?2ɒ~ƣ:BL&dYIנ ;x hS611E4h0Pl*m;9efܺOvxSݢ;Oo- cmOT E,EZ-V13?F!)NjRd ?-l AT@z Z2շek;S "`) ^x68p;rx"}6[qh|փKAJiZ)ZAE,|0LҁY,hA")&X6p)1[OaQw6 ɾLρQ&J*8eC V <,ȋTj.W.]=*dw ųXC@]?a Ca5x`RkP8ћ%־x&3Ec uT#auwAn1SCԖ/ɴ8vP_0l 9yk<2||ByI!bþDbwOds"Up$ xHUDCإ.HA0Y`]tb}e#Ig13[>%0"{}आDVosP{qV^D1L*3Y9f!er?S?e(qVf}GumP|5>ZnBu/FG(OKvG8EQS#[<1԰zчXe6$沾KLzRmw>TqOC]id\ A^Q\R㍸')x1!a :u"s=\jdhV$> |WBB#XRezʁ&^eWisJn(ܪHR9[$qU|We[,t U{.fX)Hrqށ> #!F&jFW~Cx LPZ߸{J [iŌ_"]^vvj/elub {_1wL0C34-?2ũTѱ֥)űagS, l@6^ j\&";#GW>h<9Qt6,˲1jwط wEX#:a߮Sq5M!0(%gGzŧ!E?mj5jfnuqsnJHisH.A/K`ת;-[q~YY|[ qp-n %J+״͆nĎ=y/RmȻzgHQ$ϯ@5qFG;`\{"] 6*H@0k]~?efh"5IP-GT`3$|e7޹;-ln ]We{lca"NR.R>1өs vn% VDVRQ3-M*;<!0xP u$@;Kr]c[{> :<'7L[e&.UXhAtԃVilM%ADZ ᧭{%9q1i|2&?g NoCXd~ċՐ-C(']i[i&tsӣ]@aTGQY?vev'z:UP V<^"\TVK~9">6A;g=ɂ6/dJERԓ Iz͘$I u}҉kfCB-yXU>;0̙ 2);RDKbz $J aRKf(@I{vf(98!pU#u+E8 f^[fhr4"Ίpƕ |6*BVvUvJGTvLO)/>(v~}ι Ѱ]cy'boxT F "̉zuc /5f1:+jRNb"F44ȥ-6Cߩ=A%4ZUN /0Ԓ ڻG@+٘, '?-^m-gW}z#K7i١X a d˅v·84 ~gf3mBܴ4Wu(1E@7r xZ.w[" am)tm 5nTX2N\>U=GI7ThLj%JuAlxd af~%O0=??]ɑ}:wYT5Z$A63"=DvKV덦`=JЍ43}/};VV]AeJ]e/w߻+, |"7z89` uG,"qdpaS\:Ƽ! ̘ͨU ) C1-aɈ <<8XX9"u:We5W__ŏtХ(1RAk&tggiY~3i=ȟB  ˱@Y"=_.ߗuCv×a@bvb0m"xQaZRڭA˟KWyp Ӧ kL *eq{͖;pb<]~;xq~2͢4H-ř9%2?}`|ĺ|xc4/"D`O#8k+#@n-KqN;ˡ{FT#O;R&YVAԶ]C aNxJ;ـT'h|}]bcZp?ݚκ ֣*8wK qؖ&׊e6G. P:lpG¦ t }O$ |cOX:$`3<уAj~X~\x1\l7ْ1/>(w0L<z^ݾ+z(\p#p%:g,H]I'CWy&(Зz|z'@e3kq.ghLϱj&F}c aJ0?t@e".9(N}rKe/X1j\q zT|17;d0CJ+lqbR>֛9&,d&q(1YN4(:4؏|B g/=е`M(?b>!#Ұ-*-hW; 1D 2?h7."liB &I6]$.PBb$^l%럁<03%|rnvt0YpSfI \ MN10g)_/OűP`yf+1%_-3r49zڝb\56I0+ww߯hR)T<:a TI/dDq>G F\F\M(yGQ#00*[sb}4|KP#4/nUxX_eʙƨIz#AR/6hZ~R˙x(OR6M<%SAp [!(V|coωX]).~{ @>G#ԲQ*jⱃ ߊ'{/!0$z8]M=NC ϸ}Q;(5N+E8㧉ňZQ$4GүY9|@M-v9Q[YJmE ^hrv6N%{o8M͘jZD]r1PYqo'dPתib' Иq:0vNj2;_DII4*1Sf=yCC+hROkKEŭ }#5~wPzEV]1 2=C\wU8y+ g2҅ւ'V8LkED =6Bq{arkՑ]QN)J0@=~L"LQ8fD̶8SG:aFt=KCW}Mx0⫗%pBv85sR(iٳhފCݚ= ۢb̼vEWN&uәۍX7O>kźu?),QKB ƅɵITL3I6~O@7-ÌY"pg2B#>X-uP"H5&{>Y'T`Wq.v|tcY \nb$ nxt{Q0otyC]Z3)awkc]V(Q!iv2m][sRj\3U DF/.:vӇ>?5ru$~whH-.s_TMmT }BP0O#1wfSg6l㸪FqȞw\8+f VW E[F헵V򠺿8@'U+0Ul2BGقC~0{nG*8EqGݿ hRQ8GLktGjAvwӹ0nNWk'CCӓȱ*[ u-O\'eKլS_Ƒ F|YxFNW`*E.(<ͦ!҆lSvrȦkTFڻ5x@r[€ ftz<(80S7yBF,'=- ,>j$Bqj)GQ 03.mE[Ks6Z^P?1e p6Vm/Vw`f0E~Xe!2l6tI2ͻ a7C5&C{(4wM"E)lRrWpےmS؀9ϐT .r0=~G9$vǭrSI8Je)bvoCNr^&0 ` Fi؍:B蟵 92vAYw,r؇i93U~B>>B_?8x'tyI]I`0>jVPLd1>Y7HUx P} vSs]Ѵz?ONe̺ vʲD>eoK[g$cOF]>lG> ҵNǵ׉I~E#:RJ9\%e><(r4bHlO\ߔJ/}ل?O.T hDJBʅz*Vf~Q~̓ټHx$f-ܠ fU&hy>f 7fGg\% 6hu 5›|xf䴿=#@O.ul&bGJ\ #xSYLqF < 8ui):g z J%ؤPpO z6>N A羢 \,tHzVW8E!RFu4͊M9 q] 0Io\*>bckdb. pM< K14:|ߩ:h18P`UbZ kGm,֯M0z/S/iѡy2FMە-ױؾ]_'d9Fj'*o!TۋtESKc!ڤ]4/?RB>׿*+‰5"gE,Q#ЦQ/ĭ,yĖiϴO u Kefûϧ다N2 }Xa)@JjwHF\Vf"I.Z/('p{B3ȁT ^ DPr=D ЫN},,@`f9p ~qX=Kk|cӲ`.`|M%jy{&wSFe4͉o(ob0#ԾxE ٱY^ՄNhzy80.]j'udBԙdNJiF;=VP_s/Z|s,0vГ8}cQ|΄;?@+htp] Q!H$B›s,hJM!G@<߮'1h~"Z@CRx2C8ح F]ȳs)7p) O/ n^KU|5j+E N3OnċH-X4 5 %"=4 Fq:/ys{JMfk)>G*ÐP|f Ywu}멗wfÀVM";/ N; fyte3]:KJUv0 W4իTqj VUGlڣ-\zݨkZú4~)UV /!H>DiK}oUTPNT4z wmYi,U:g<K0{I"y~;c1XPZ 5ٜXK#e?=ݾe [TwAh^`#Oc> #~"bޜab/a;zfEgx3Q)[iR1=X =":ϐ>#I/n`'[ՙ[޼la`~hEj@K,G*5q|+rIWv 7!2dn\=}Kh2CKrF@~z\7 ?+IU `͍bi6Ӧ財o-C^nY ǡy0:I~Mn@#Is; ( )M矕k=%b O$HXۣG4 d+ ADoΝa4M8ۍ؎"8$|zXs2}&cT_J{ <'$O(Xa~Xź /s-vcį^j̺|I %AF‹tv2l$Mt䗷!S2 i] " /RA ~_fs* .UM 1x]R#I>(a_Y.SV ,sّIv1O@-i.uH[:·*|d@npw/1L~նG`{y5;'z߭*ӟ-fN ʤg0WhbD]˰خt@|ru#+f}/)pN699=˫lt=- 4e>lDSmDZ·«tc5cԎcXwg»Wf v1nRU@҇}ot[H~ aC<,;LbU8coAqš \;e U'/$|շ43(tbHkB̕QbEBAȂ`TǗ89LY4:yT^fD!4AЃcn֙qNBtu6؇?@ך& Q` qMm%5x~dñp n _aCb/hUQϖ;XdCyԜ I`>L߮E;_]̮nCt|$1Y'Z b-)pP B}f֡+`Nܱ0>Z z1b, r+46u l+18nbZ=28A$6d<_& #c1m.A u4>+=LX!) 3W-4M!`m"p¬K\*kM6)EĊCh,xp{i7l ò7!GI&!aO7P;r%Gw[aZ#x2Ri8=j_YM fEa;MSk%2n$E?QNlԭ IT ^'@2kܑ.l ʳ*"?8ds%NwXG4z"´D?`D;BX,Sukd?D r10b&ҿ#dG.F\G^s`(i!zu~ _WWyA񨉈<ʳVt -Q7m LZCgIW&K4 `FPKqVf˚u k}[GIT>D}aXܠ.Y5 ԗ?VqQ#q^ 98DDyzz= SYE6Jcw1zyNQuD8utuE3<2ysAdO}&~@iKC4P>,cv|+gkkX#7GKD`2^Tc8>+Sh{aJ.-u) c%΀Y%6\Uq&,ٳ3*'zknSr:'H{̈́lKn7H0^LE.o<1tXx':ǭ > `gw [^Mei:7:E0 ݴ2/ 4W6 |=H|5CZ1_.tfJkcVW` ƄYҰ+д܏\b%+$S}ymMf2 Ѫc[u'-{Fz7ıLTঈ}St)kBC}[|fث+t7[l:-eO+"!s'],ٻ[^@\L];].W\  tdr X UX ;G|bc*9kX[/31o1xHRBO/@sbJiTvPw&q5t0mxO8MBDF+- <lݯi?AFjg]=OvnR\ː~9EBJIh"d#uuD_\ {˝(%ճ=?hޙ߽S,y.+l8n;Vӊ)JwI }ׇE0d ǩK@awtlsw1!;{I*exw+eW)٦9K&ݰ8?'3`]e;akzdV Kbg/ޏOژ*(A\;?rY(- +/=@6tu*w99ZΔ:9rgҩZԏwۮ[<%}ϘHJHn>6qzAK0Χ݌Il2^:UIդNrzsC8&kG8rZv^LL3և4ﺛϤkX DÉDi )Oo=+"ЫoOޓ3*އ4 F9̈4ZlnZ+d/x@/ gW-ixMPK#Ü~ X ` _veL-N;~M+AVĠl1ޡA:M;_6Ҋ\̕]g[7 1"e_MbU~Y3h2V s@ދcr )"o, 'kMeك 88$T9 >x0SRP(t[}"NdYVS_Պ+{kIK);s4l[dm2nt! ٬.2}D@~uPC8X1TwF*'0':CA%VXu-Y&;3xԎua}+25 Sk64,.N6:) _tizѐ(_5;!D:z{ \6pqŔmpk>?dM1^3,R!qZm L]5v/Om 䅺t?*-w,1m+5Q řrӕfWLofB.̠W *|u;CQHLaKE*իjd6xgne<\K S"mb,]T<$RmL|!FW6:9P^Ҡ(QkaUY&mU(Q7|[htȧasUe1d /n܋Vu{xpKvr+/.EnwÇQJ9Cf]44-X"LIfKY"5|d7 K5ȎGJd/kCĂ ᏱWzN%5, )qsи#gah^=kofEB' [}a`\z}^.&+/Qώu(py1Q f=GMiKIG^`xqq#1f6ݏ )ZɎ$ܢ,c7TߌK/WBi@oή,}8 o`RZh`,9/o7dl/Ӵ m֩Հ$~-srEvȷTvFN 5".TZy ݑz_B wra24R;Z I/Y4ZvBu!)סN#Xȴ(\ ] Lߌ Pv E3y`Aqʫ1h CiO7*.[*?lʣbX{Ar Iz=nA3_VWtC ĆKJRM T"P`57EahaH<~N&/tm?DȰ!O-ObKNdg䢷=L.IK7˱mIC (ļq얹{W`4I,ոbs^:[Vꏌ7ePؕVFoԲvY{Hq7;V~^R 收D*@<`s3CO6<5,=B:`K% vBl kɇtwmM"慟\dmՇ lʹdvkk(XAΜ@@I/ _0|F:Dnntx3R_2 %WnsM")^4tJºO &^fB L (D툛/1#V1-jr^$Pg ö9 D M\J܁zȴpA?2%!|1idm& 7z{|s cH{AǮYߝ m6/Hh)b\CD5C;C'#֨{jڎTNSW_f~@p:Ӣ%cޛ0: sңAZ);K`cآ58tԀxUu&᤺MI+ؤ?tb߷1'$$ I%!K8*xaf`v<ȅH.2=`֡*u# Kѐc)hQ)aMKF֚Qh]j4bV2.<< `BwݬPmookcJjG|~MLKj/r2!:\ٚ4{`D=!hq cJkVj;7w550>TW;?gqLĿtXKmw84iay]}lw~/ #%ZAR14Ic"R,'$tt9c o_hN0qZZ?ZD J/FaZz`e`pc ,|FZToE[m˕a_mD\}(-8)k Υ1^(鳝wh |cTc5%4 zǡ é >̬Y~ YZ