caca-utils-0.99.beta19.git20171003-150200.11.9.1<>,xc(D p9|RT٠6lMl5bNCq)ud|̈́k n.[N'lArt{)R̕|0~3^Ǿ'||r0x~F,dq%ah5zx7>&X?&Hd % 3 r $=^d z  , h  [  8  l  ( 8 9 : FGHI0X@YH\]^wbc_defluv8 w$x%,y%h z%%%&&DCcaca-utils0.99.beta19.git20171003150200.11.9.1Colour ASCII Art Text mode graphics utilities based on libcacaThis package contains utilities and demonstration programs for libcaca, the Colour AsCii Art library. cacaview is a simple image viewer for the terminal. It opens most image formats such as JPEG, PNG, GIF etc. and renders them on the terminal using ASCII art. The user can zoom and scroll the image, set the dithering method or enable anti-aliasing. cacaball is a tiny graphic program that renders animated ASCII metaballs on the screen, cacafire is a port of AALib's aafire and displays burning ASCII art flames, and cacademo is a simple application that shows the libcaca rendering features such as line and ellipses drawing, triangle filling and sprite blitting.c(D s390zp34SUSE Linux Enterprise 15SUSE LLC WTFPLhttps://www.suse.com/Amusements/Toys/Graphicshttp://caca.zoy.orglinuxs390x9i9(9(Z: $A큤c(Cc(Cc(Cc(Cc(Cc(Cc(Cc(Cc(Cc(Cc(Cc(Cc(Cc(Cc(C9d487c3c8bfdfc50260d9b2b5cc9f3121518523fab59bccd39473f275b15a6098887e49aa58cfe6f7e25bc9167248d0615e612777a70cffd83dbd375dd0d57d48bcc1c20145a8d898c35b6e0b6f93e9bea04a126a56b4cd0288e31006361e758bb5a73981ca1bff40b028fa59dce4cef4afb2bf5a7a99f30684f660ec88bb651847a21fe4997836a4c224b9f68ed1b066d4da942ab6c79348de867f90c4aa1de379a760ee8ae4b1afb1676694dfecbc60f2ee721e4158c0e051f0601e4fc48374a853716699e023585898f7d18fdc6b6a30b15439f2eb31f5695b57cbd23b9c9f80a04560afd97311533cc97b31f32e931f7ebb1a54cc71c92ac8e61a562f0e8ff17177b0e270c34ffa01a5dc0b2b8cc1b17c4f3dea46385daed2e076be8f9136b58e3a15804a6ce7f66e17f5a199036e94b4fae6dcfc3f276d169d383340e43d0f72ce09c334b22091b55f77eac753b13c8c6fe999554924e45b00e67ea7212bc23dd920f103ab6972f86232a4b38b7e0b537de004ed31cf957737214a92b90e2a764f3fab62a851fdaddf65e00bb33ba2ec7ceb7a804686fe5b8c975e5d5ebcacafire.1.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibcaca-0.99.beta19.git20171003-150200.11.9.1.src.rpmcaca-utilscaca-utils(s390-64)@@@@@@@    imlib2-loaderslibImlib2.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcaca.so.0()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)toilet3.0.4-14.6.0-14.0-15.2-14.14.1b@bi0@b ^g@^V]]B@\E@\E@\=@Zp^@Zg#Zg#Ze@V@UU UT-@Tbbrunner@suse.comjosef.moellers@suse.comjosef.moellers@suse.comjosef.moellers@suse.comilya@ilya.pp.uanormand@linux.vnet.ibm.comjosef.moellers@suse.comjosef.moellers@suse.comjosef.moellers@suse.comdavejplater@gmail.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comhguo@suse.comdimstar@opensuse.orgdvlaeev@suse.comdimstar@opensuse.orgp.drouand@gmail.comolaf@aepfle.de- More overflow prevention of multiplying large ints [bsc#1182731, CVE-2021-3410, libcaca-bsc1182731-prevent-overflow.patch]- When a zero-width or zero-height image is given, a divide-by-zero occurs. This patch checks for this and produces a zero-sized output. [bsc1197028-correctly-handle-zero-width-or-height-images.patch, CVE-2022-0856, bsc#1197028]- If an image has a size of 0x0, when exporting, no data is written and space is allocated for the header only, not taking into account that sprintf appends a NUL byte. [CVE-2021-30498, CVE-2021-30499, bsc#1184751, bsc#1184752, bsc1184751-add-space-for-NUL-byte.patch]- The contents of libcaca-prevent-overflow.patch have been moved to Bug1120502-add_cast_to_prevent_overflow.patch and libcaca-variable-type.patch [libcaca-prevent-overflow.patch]- Refresh spec-file via spec-cleaner. - Add Requires:toilet for caca-utils, because need for cacaclock.- Add Bug1143286_libcaca_configure_ac_chg_for_lto.patch bypass boo#1143286- Cast intermediate results to 64 bits to prevent overflow of calculations with 32-bit quentities. [CVE-2018-20544, bsc#1120502, Bug1120502-add_cast_to_prevent_overflow.patch]- Fix the size of width and height to be of size_t rather than int in struct caca_dither. Re-using existing patch. [CVE-2018-20546, bsc#1120503, CVE-2018-20547, bsc#1120504, libcaca-variable-type.patch]- Fix the size of width and height to be of size_t rather than unsigned int which may be too small on 64 bit architectures. This fixes three CVS and associated bugs. [CVE-2018-20545, bsc#1120584, CVE-2018-20548, bsc#1120589, CVE-2018-20549, bsc#1120470, libcaca-variable-type.patch]- Deleted _service and use spec file to download git version. - Shorten version field to joliet usable length. - Change python headers to allow bindings to build normally with python3. - Use %license for license document.- Drop the py2 bindings they fail to build using rpm macros and somehow ingnore LD_LIBRARY_PATH, anyway provide py3 variant and stick with that- Switch to git repack service in order to get all the latest fixes * like python3 porting of the bindings - Update to version 0.99.beta19+git20171002.da28e96: * img2text.c: fix width arg case in example * ruby: require 'caca' instead of 'caca.so' * Only fail the check-copyright test if more than 10 files are affected. * Try to run Coverity from Travis CI. * Add some missing breaks (thanks coverity) * Fix header copyright. * Fix a bug into the autorepeat trigger. - Refresh patches: * libcaca-ruby_am_cflags.patch * libcaca-ruby_vendor_install.patch- Fix URL - Mention github repo containing more changes - Format with spec-cleaner - Remove support for older distros lets stick with latest only - Remove for years disabled mono and java integration code snippets - Use python macros to build python instead of waiting for autotools - Convert to pkgconfig style dependencies- Require imlib2-loaders in caca-utils package. All of the utilities fail to load any image without the dependency.- Add libcaca-ncurses6.patch: defined against a function name never worked, so set_escdelay was actually never used. With curses 6.0, though, ESCDELAY is no longer 'a variable', but a reference to a function, so we can't assign anything to it. We just assume that we always use a recent enough version of ncurses to have set_escdelay avaialble.- Build without Mono by default coolo says: "We don't want mono in Factory, if somebody needs it it should be set explicit (with_mono) per prjconf"- Update libcaca-ruby_vendor_install.patch: Use RbConfig::CONFIG instead of Config::Config to be compatible with ruby 2.2.- Update to version 0.99beta19 * No changelog available - Remove automake-1.12.patch; fixed on upstream release- Remove __DATE__ usage from cacaclocks390zp34 1663583241 0.99.beta19.git20171003-150200.11.9.10.99.beta19.git20171003-150200.11.9.1cacaclockcacademocacafirecacaplaycacaservercacaviewimg2txtlibcacacaca.txtcacademo.1.gzcacafire.1.gzcacaplay.1.gzcacaserver.1.gzcacaview.1.gzimg2txt.1.gz/usr/bin//usr/share//usr/share/libcaca//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.suse.de/SUSE:Maintenance:25976/SUSE_SLE-15-SP2_Update/e0ae8281f9d9ec4220af5846e119d38f-libcaca.SUSE_SLE-15-SP2_Updatedrpmxz5s390x-suse-linux ELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=d22e743f483e657b75108d354f750ba49986e324, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=3b98fbc8323b0131ceb7cc1b11aafc46ba1d6c6e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ba3216e3cc15be27e100f5c8d0b7e88cc0d65a69, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=fe0d44f9be7ad07bdba0e058c67b5ee4785c17b2, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7edd6e5c54c0204ae727de00b25467b06d512ee6, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a35db7c96099e3d0a68f3385d57b1522b7a2aceb, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2d3a7d6349d9959e3cc0c4753bd4760171b88f0f, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR8ٌCɵ2%9utf-857a3fffd5a51c411b462918df8de74d83321bdfaa98e58984fe3a20138ecabb7? 7zXZ !t/NE]"k%@H ,ѤɕYLOe?ŀoh#s >Jp#hypp`8E!y5S4byƓ_lq^P^\|d.؄9|:)@n(r RVX+%`e ,7zps@Ϛ4a^oh (x4nw8DGݙ捂k μNBprxF$/n>+vn@ݼ4V`1q9i_- ud`XHs |8 ̔nȇ_kM>@; {ƹ+OOB8REG!)g/w ݾ=d!b;K91THE8{U8+|LY[,`N[{j߱Mj }ujX}LsՇ9yYKm3PC*))< n * <1 U3.F^VڝyqUԸ!WuyLuob|Kh>)}OH\ΧA ѽ8Ey&g еXHJs 3[%F^16M슉<'0)mFrnuOޯBCMVqQɃnMR ۶+hg@OB3D Cc`Z;%C⅞Y\TIcE-[nOGl,YVv#b%ƈ?% ; 3칄ěק\VW֒If.uh:zXܮov؉1JgQP7(s`5MCzgi/S6CwR%I2`lP@Дr3UQaSܕx/@hMVU9m 79˙~X2#3WӔ.*( ^[cd0rsѬ `4$ZMۉ?(dh╛(|qJ;l7$0kmQ=B*Hw2%޷9'|onx:iMǥbOqJN~agL͓Տ>bs\)Ś:'FD"@߷zq(0Y x*M`ŭ\>edŜ-TT2=*%4&M=LDboiV{R͹WzsjWlO>dYOѱhH g ZuK=1Fnr8V8f# BIz*k2D|N@xIm&M)2Rr*&PBȽt4A1޿/CM(NӭCV%F_ɑ $i\E ;'8d`$wJɀTG/0[ú崙5;qF&!>80S y pAf*h"&"L>GD^DkȂm9H54AᮌAt*n /IwJ1Pd+Wѱ+ϬFXSc}QIcy03ЩAk"(U#vTeCxQ'@ ,MaҌu4Efm#n{uHwΉ1+L.؋*^_^Sp6e 0>""|*`L P3κֿs*S4r2. $_#C86cm@Bw{'֎T .F1q᧶_2x,,Pk(CC k/)Uq2->9e}cz?K6pW}Z(5oEUzD`T;ij#нӹB{|mͭDѪ=N7Tc(3 r̦d&„|"p38mC4Uᯕ%q CK`9 B X@gM:fcPєB@ N3"w:;9^tQkN2ujޜ3t,s&.0ʷ5m}Iq(\/OgUeqmwLʑ0dgT)L<\/Wm ,8 -Ab-P3N@^- YzeHh]rHliR{a3R԰')tΎ4ôR鶞Ҝiz?+UAnpj0lLR*gH&r{HY ^+ը ӐZLb{7ݹKfP/kp4|wVu.>Ja[B9&-x͵)=ޑӑs1u|b 4dAߑYo^Y;-ڴiJYܖY4UYe7/\eSQŅT-[LQF'H˺yGFT8&[ 7Vn.JSm 3WP3GmJ9&;YO+_'\ A9y/]:b>`yFˆ6me+}~ ,J-^gnFY>jsbmC4Z}h|xx댚\,Nz .6~6 JdvŦi@ܔo'^0R̘9:ԼAF@\KjUbgQ atCgNgW,3BT`uwI sq 框lvUu6-P|dvK)]UD> L1Л"0r[^WZPW訙e>>N[5]ebZR .UA.C 7qzOOy'ˆt\p/zb n O3_֝,<-bΓi0ϊWsLR z,?Q;\}+ ~W3(5\`:Oѣ14Ș@,1 Wހb $a4y6j.fʠWYԿ^: G5vaU=sH^$L?Z0*RmRҴ6RBc7 xήlɭWg0ipߗŁRKY 3&>iO4>iӂID=_D"p6E7!n&Pa3WȢEbYI`iȩf 39d{:b'pc~5J=]ٶŶv);+HxxŬwQƽrc<j4,*Nϴ &ƿ),ϟ-\t8?ҙb;α=c[.ef0-"edY?\b'VMmc0 UdWR/r fok'ҿɾ nFڈM?yyаD IvuUаJlT< tTl@}wR"⢛Nz9`]!=cJ<4b7-;W\\h}|qvCj~tym> ibdUřwSP=݅s#`0B5S! ֦ٝ$kW(qw7d }y'2x dwc0y>'yl@$c-{q/_:Ro#A"~!h_ >o2f旐.XXQFM/Q%Mww wk0>^>3Q4xMם|VY=O[n iF`?2]Z/2a< !w3m[xv@>?D(:t*Tq(Ȳ桤@OW!Ty_Eo:W5H u7dD` vR8`G&]f}L9=}qm, !}gy E=U.lO|dM و{Gxiԣ\æ.bAfmA%Ŷ-(tH;'<0MEɓ ]AG郾qoL|bŸ臸#YpgJ&): a[m!m TMV||*8TncK)(3*ӗnmf1]$U}? 8K@F~i--eu#y;!7 3"';x&Lc0Q"z`Z>C:s`s KoB1yq|f7lZopθa5R#sB弻W<h*3`((rNVЙZ/a4z}.k&+u@O'^~WT=)* ! bg\ꢊ 1xop3V?i'|OlrPՠ>D+KZKCm0-rO؇ cn6 [O Gd=~ռ{!ߴ:ya CbaϠ ui,;^P7#lTbBq[AX8Go"IjmNnHeᥟwd 7jZv4͞^$…2 K8Ц¡` S ΣQI}-7@_62Ri'[>?mn-fB& nބB81H)p]n+&*+>* J@\NYDϪa.)$ ~ا'(2nGR ?5RqZwZAǂZG\ĥqxn+ϱ:*U)lHyz>D-\9;C.L""7 DBU׳A(z6e}3r"u>Y2ɊclS}t=Ǖy h o=I;*ڊ1FVVٗ?.o M B%FGLϛW,4N4Rh? UDˑ-QBX3PMDMRA#3a.N=L6"5p@ڇіҵ-1,Ys4Gȯ #?r;{A[>F њF^|)lSQ[Rn6vDL T[M10Fo={5 ra^wO1^1%۝L.67sy>n13Fh0t^Nyb_,wN FV(՘Vatc$V[.`^tL.oMݥKzIOD}%um`L)N̉q~ `5}X^rWp082okCoz1dꄉ;8)F&pg _Du*)M= Qxv5o9t zI,nGV+Q\J߾Ʋ}؋!fR0>b.~`,BsuLpfn/ |`C][#<Tlz6SĈ219Zg@A546yVW•Qǩ9 `wz8$b,w{8mLo;%J{¡ $}{L}g1ͪ Dg[uD+kK2IFrp F8NУbV%s%_ t R|L8$buYDGc;7X "i{̙'|Wn!v3,zve9v@lTsN;vۡbOr!'nG3nw2?'}d7A% %vܚD+moӳn\ahr[m10GVˈa5vğWHV3iPS` uð^^Ѫ4rh2e!/Nk9:#]'2x,%A-(`,YݠcBA)(|-ePbbblJ4Tw\l‹)eW*_ KiB۱W!Wҕ&NxvX4 ?s7D,^Gu=Prv6cn3Q1dIdbs)F?k\KGim9> ðШ!Ci0 Pə {}ǖړ ;sь;(J,oi+ =G}6Q0'we:qW.6hދ G;XfU&u\(Xچ+踍R>%Wvo<+ 9L)oCp_fC:L{fbݷTk#qcKrœyѼ04ii ђ9tPPa P R,ЉE5YShVFMqkE? . -̷/D~V\/c&JѕΐwC?c[jQYޣ\eJm@̴yYݹ*'ZV ´Nwa9m &qZ״kWjp֝DEʯe|F!7?dnqwZekڇ/d 0\No7q'z?߈ 2睕(/j5ӄ1Y+!'՘/,~R "+Bgʝ{=>#6gDIQU\_"p,*voܝ gEi3CTO B@( F]pO?:(G7~Ƀz76PZ" MpAT܇;VDT y.@ٕ9uF./9HG |?*md˛Fc{~SN/Fښ.A˻M25I#WCSR6_yp򊚹(iS[Al+}jnrI 2H:׭P_;DFl ͽYGY#2ĂC)Y(yІ$z}9Cb~5)i:$y ta/< } ҖvwN @dUM a56n%t-h ;F9wg`Q-Ag낎A*F rACІC҃:Bth1N}]~u*PBz, $w̡.F aaeì Dᐄ^0=݂I Bkq9~Dn>V4Fi}޴^& ʮ?|_VO_/:ms85 Rc̢WMU3_h[Α<&tJMbh]<soNdBhvF.Yʄ-rCr1Pc>"2%[#*}@s/+b%bb'6kbgp+HY7E*c(pME1ޡf#X#-n)V]?5AVMR?BK pG#K,,P$`X o*v끺, )]|w1R#ZC$g/TLCB|6=2yb-MPY+ׅQE`-m:=#T9SԠ)_^泗O^1bv OeB̾]Z+tFԽM30SƱ<[Q7kNΡS;E`.hڭЗQl`,ĉ&@ K0a*4fhq)%!f-P& As>FMICyq s켚rV&[Ra^zcl F ؤǤebaΣr3"G3 bO♄[,) ,>=<w.oYs1y8 4ӰA+ $9 ipTpAZc?9q0oIEg:N>pλn'h*H-r"~Tݜ+PkI㦷kfH=&wjxEqf:z`ifQ=_IhZqE%/go#Dљ1`'dɤ>|i1]m3ӫ]"b ) #k>e+y~[ύ/ZL1LǜmKLӪm5ڬEUsg:mYE'#alcTtw1R .Jd]yrΰÁb[q"&6' RLȈbHUjo0 1FU6TvLZ{.6GWᰡ9l?- 'HzO_#e^j/1LP2θ2A%|{+EK%agV4|j%ꎾj%p| B"x>čw>c\)D !0ɼsEc=$@+CzM}HΪlp_"ι~o!hm/8I=y VSyQsMlHjx6WpSzh4(b-<}H5p5<0l]+4וF96YǾŨ!L!II{"fuJ?vx,Y:(x9`HyD\ W[V(k 1NK&cFbM wrDЀ?fUnnx@79f<T0p 3"+tp1'd&<z1LƹcbŖW>-ۊ0=SGm/3{%"sw`摜 BVn]Vcm'C%')\ԺJUXr#ALO'ۆ[Dl^(ΎN@^&1?B#4ѠGQGI" yh.9W,#ѶJ[QG [‘CnSjwJ\Pz75Qg)N ,L[kg,[تZj 2^6s]'XQ`7wŸJ>:*sadh{,NŝSwՍ罰fxG yT B?V"-}4D6;W@c}ixBˉ_¹sJ -`%-8RdŽVth?΃n[Ulx2h^ o G(fI?R-olQ-U?]Ǵ-"UkprdiǺhvE?^- !DˬeRc IW ȹdl'.K¾CP%"M)':?t(3->2¿L[`ѮȄL~qHXUN,yjH,.,M長8a˻"|D !0)N*=AK!Gq3G}= )~bloA@siglpf+{0j;±7"ܦ,C0GcQj¨d +MYhU*F(Y?0dAszDZ}Fl7B]|n2tBlnGV³) fw^iY W D.bF^P7d2#˹Q[χH&u8iy0)^*E[eFaa09õteZxG G(%03& 2 %R'ҐE;JkpFK|0_1@ԖgӷGP@~D) c z;pKL9ØhgB+L-Fh;"RM俏@t1;fHn:ٙ۵oGڪ[߉I;ǎ`6 qzN#qa2IF3`Ǽ5:T J(gkS-&Y"n*AN@»IBʹ@P(aNb͹FL۽I5݌r5k2$y 7f-&|x +W#P~Zzið2bxp+L3LhumJc-S)&G0J f(αsQ8V>D%AJGK KWƗ{k`W2Q U7>V6SjAv_=a\k\DZufA2Nr&6"ZHޚFI >xdC <\B `Z\dj6Hs Izbd0]՛!H{ {Gڏi|Dܹ݋! -:=G{I섳cw{oFiӪ냐7u.qyW Ƅ9u~ bŶu*W L$Cݾ6$N;z&Z_5[;dR?lƵHY[@ɚ$U"zb#E^[k|U'~,>Qqy5Zc6xN-8glT>{g~BYo xuITiB.ҳ%6=+ CjϘm@'IA_"6\7*R`u!@:5-֧ĪK vg)eNy%Mse 9_ݐW"4e58 ?yYGުw2}o%P/vei&#&%{5(V9\D>Ot ӅTWYBT$x8 \*I̴O&/\d"S>f΄ )z;{ x<҈yx5*h;uImٝ,a߹ 3>24#fI?ou71PmQ|Źp OZ$*(J'%Q |6ݮ~RZ'C\ %x+4B}X5i|1ΰ#&+]\;ǖxS] Fpmf'DD5<ͅN AHk tƗ5 3OͶɛREyjy<`W@GժW]Uþ#a)+\yFh~aAKF*+@MҘq5DRL"ӥO,[fy +Gy&WO3R?܏8 dyX 8Ƀă~'QpkJVX lNZYd;MŞlhKNؑ +>$@&FrZA˂dMZKQ|WnFVm[5 vb"Y[8}g>Ȼ($5q槜ï>*+6݇S8 g]Vk_A~,C{z'bM~<:,$V,3ՌRmFrD܉WBRtxVO* z^(g(w^Q/&V.p]wqO3x߭^B/i;Dd*Zg^)3vZ8aeq TmQ6r*#\k[[)OXHrņC`3kG-9+9Ͷ(t.o^ř$ u:;'PTw|cS;a cVœZwFcg'x*qCUtR78@nؙ+)iHj4\JA6>٫| 2 WGԝ52ɉ'q]^;㍌Dī UNm;-*Cj[UOgwz:1>Kli xж|٬\K`٣qLAA{8G=?:Q ]t6nኚmL93bP$V( YJ VH0>atD`ۥ\UZ^zU6>*(v_Ur:$ejGoZ]Y[?rFS%{f9'b#Ϫyt'~є|4gs%0"!ŹNA#?)hb3y,s_ҎUhZq :T@|):Khv8ȝ&|N.?,GIZ >v88vݶz,KMG|BÐ.T*OumqDat[1u\tJ},by7ְ roC,rm/֡bmuީunhKk eJP'"Ud?q˜U*fEVEZ*LhQv(M}5y6.VބJT16B17fX&hnXpr)hQbtYGfh620V7U1 u od"T:pTg.YJ %2PY=1>y2ꕅPqCK4V*cx&kv!<_J"U BfoNcYy$V? 2) 9#^E4a0X(44G'D8O!\ٖb'Pї4a꼅s c$e@ՏN)$1qYcfQt]Zgx};Sr'W'ꄌYP˯߀~H((0.H3YXy'Y_]$!R G ~<97 Q9]`nT -xRey,tTK!zS2#;V<:LA?e~K'w QȅFE>EԆk9)7b/p:Sy6+gG>C*GH%l"Vw b}\sףUYv #Hg%)gL{Њ@"}ulƔjyʠؘVn>q`oy9溰5u#G@Nrz*DmJxZCP3^ yo?͝ #u19v0ԁ]}GJFobeE˧{\1RI/^{kjLj@Ҝte#N2uܞS5 =NlXՅU/M@puyϯhsNf EkeS.s8?'?K×hYAhD޼k]-KNž42L|nBRLLۏyGAx}%Iނ[ɽ̒y3+>ɠu6+3n;į,2( kDD1el*hyYhuZ|A(!%xO5ͤ"{F U:2Y9u)xmuCPLbL{}4(Qi K^k`Ac2 },^@;VZz뎋1Vw*9PӲQXtmj%U>Ghna8'n}`t 8]!O.?:"-iZh<ӄ{T9%>~RB{n}S!lΞڽ|̀b".ʞ[a QΆĘ:+4lVRXA7UݨTˮ>lԷ0X7qE %6?X*ҮI" d|3ZZtj[n؅Juq y$l&1yC1BMM=#6iq7 >}`xX_=Rїc X__?ߧ:CS6 5()d`=oaǖa2~"C$fNd ;~[F^0M%%mD_IOovA@Q܄DbbB_})MpZ1 8J@,TT~0{h2hB;c%Nx6s9oٰA" {`