perl-rrdtool-1.7.0-6.3.1 >  A afp9|Nli6Qe OsJƓF@1a@䐼9Lp|6"GGa6H@!shC]sJ'Ic[ոIW hWi$NCH#($E|zgb[xD*M,ΨBn cMyzŭu x+!7<܎Rmc "4 O%(3/sx@p>/?/d  5@DTXq  ,  >  P  t  =  H l   @ d  (K8T9:F*7G*P H*t I* X*Y*\* ]* ^+Bb,ic-d-e-f-l-u- v-w/$ x/H y/lz/////Cperl-rrdtool1.7.06.3.1Perl bindings for RRDtoolRRD is the Acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average). This package contains documentation on using RRD. This package contains the Perl bindings.a4ibs-power9-13{SUSE Linux Enterprise 15SUSE LLC GPL-2.0+ AND LGPL-2.0+https://www.suse.com/Development/Languages/Perlhttp://oss.oetiker.ch/rrdtool/linuxppc64ley , T$$AAm$$YYa'a'a(a'a'a#a%aab6339b08a5bdbdcb6ba1d52f95c5c153292f3f225de53cd9b875199411082ef8fc8a7ce9b93387f941b5de616013886381fd0a2558095dc076ac827f68cf17f6714aa292c4d32d4af3203129a3c9dcccb4ea517eb4bf2b5d9c346aca3fd5fced5c514c2157827480e602783fdbacdd077597f12354546de4be66928a25a760b0c2de28736426ecc6a3ab25e868a1715f91fa19ef1b610baa0a6e95fee519b1ac6dfbf05cda9c10b092cc6bbbf4981f11ee0fb4f1596ea9bed81d2dcb10b6b7c5740cf836e09b5514147554c8858fc20dcce99438c28a87a105314b812e43carootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrrdtool-1.7.0-6.3.1.src.rpmperl(RRDp)perl(RRDs)perl-rrdtoolperl-rrdtool(ppc-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)librrd.so.8()(64bit)perlrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rrdtool5.26.13.0.4-14.6.0-14.0-15.2-11.7.0-6.3.14.14.1a@Z@ZYu@YZ1YZ1XF@X@VUV@Uc@Uc@TTTLTq@Tl@danilo.spinella@suse.comrbrown@suse.comjmatejek@suse.comdimstar@opensuse.orgtchvatal@suse.comtchvatal@suse.comjengelh@inai.deluizluca@tre-sc.jus.braj@ajaissle.deaj@ajaissle.dejengelh@inai.dedimstar@opensuse.orgp.drouand@gmail.comkstreitova@suse.comkstreitova@suse.comledest@gmail.comdimstar@opensuse.org- Remove umask usage as it creates issues and it's not thread safe, fixes bsc#1189375. * remove-umask.patch- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- build bindings for Python 3 instead of Python 2 * python3.patch- Only move the lua bindings from /usr/local when needed: this was generally only a hack as our lua.pc 'forgot' to expose the variables INSTALL_CMOD. As lua is now being fixed, this hack is no longer needed (for compatibility with older/broken lua packages we keep it in place, but don't abort if the move failed).- Cleanup bit with spec-cleaner - Move all BR to the top so it is obvious what is needed for which part - Build with latest lua not 5.1- Version update to 1.7.0: * Many coverity scan bugfixes * For full detailed log see CHANGES file - Add dependency on python-setuptools for python building- Implement shared library packaging guideline - Reduce %serivce_* calls, speed up find by using {}+ instead, rectify RPM groups, trim descriptions. - Abort package installation when user/group cannot be created.- Update to 1.6.0 Features * librrd is now fully thread-safe. librrd_th is gone * make lua bindings work with lua 5.1 * configure option to disable doc building --enable-docs=no * new CDEF function SMIN: a,b,c,3,SMIN -> min(a,b,c) * new CDEF function SMAX: a,b,c,3,SMAX -> max(a,b,c) * new CDEF function STDEV: a,b,c,3,STDEV -> stdev(a,b,c) * new CDEF function POW: a,b,POW -> a**b * new CDEF function PERCENT: a,b,c,95,3,PERCENT -> find 95percentile of a,b,c * re-introducted --showtime option on rrdxport * be more careful in determining the locales idea of first day of the week * lots of spelling fixes all around - Removed rrdtool-1.5.4-lua-5.2.patch as upstream already supports lua 5.2 since https://github.com/oetiker/rrdtool-1.x/commit/7af5f76227330504d4d16234488c1118d4409621 However, spec still requires explicitily lua51-devel (but lua52-devel also works) - librrd_th* references are gone - Patches refreshed- Update to 1.5.5 Bugfixes * fix JSON output in xport with legend and gprint blocks * fix parse_time mutex unlocking in the error case * don't crash on invalid variable names in CDEF * add mutex locking in rrdc_fetch * fix buffer overflow in rrd_restore * shorten test precision to 7 digits ... * never exit from a library function * buffer overflow in rrd_restore.c fixed #669 - Added rrdtool-1.5.4-lua-5.2.patch: lua >= 5.2 uses lua_callk- Update to 1.5.4 Bug Fixes * parse floating point numbers according to C locale in rrdtool create arguments, regardless of the systems locale setting. * include missing rrd_rados.h into distribution archive * make rrdtool work on ARM again * make rrdtool test suit pass on 32bit OSs * fix --grid-dash option regression in graph * fix systemd support * fix link dependency for libpng since we are using functions directly * fix python module name * fix rrdtool tune to accept U in minimum and maximum options * fi * rrd_parsetime now uses a mutex lock to become thread safe * rrd_xport is now thread safe * stop using MAX_PATH and make everything dynamic and make rrdtool work on Gnu HURD ... thanks nirgal! Features * new RPN operators: STEPWIDTH, NEWDAY, NEWWEEK, NEWMONTH and NEWWEEK together they allow to draw graphs where a rate is converted back to absolute numbers and accumulated over a period.. - Changelog 1.5.3 Bug Fixes * Brought commmand-line options and documentation back into sync. * Make LINE dashes option work again - Changelog 1.5.2 Bug Fixes * paramters in VDEF are vnames and not data source names, hence they can be 255 chars long and not only 20 - Changelog 1.5.1 Bug Fixes * parse numbers up to 40 characters long .. * fix install rules for Python and Lua * include missing VERSION and LICENSE file * unlink before rename in rrd_create when running on WIN32 - Changelog 1.5.0 New Features * automatic x-axis labels that work from 1s to 30y on a single chart * librados integration * new datasource types: DCOUNTER and DDERIVE (they work the same as the original DS, except that they can deal with floatingpoint numbers). * compile without graphics libraries: ./configure --disable-rrd_graph * updated windows port (see WIN32-BUILD-TIPS.txt) * single step RRAs for MIN,MAX,LAST are generated virtually from an AVERAGE RRA * ignore updates in the past with rrdtool update --skip-past-updates * ignore a LINE when scaling a chart using the skipscale option * detect 32bit timeoverflows * massive performance boost for charts with more than 100 DEF line by switching form a linear search to a HASH when searching for data * improved cross compilation support * .Net bindings * allow rrdtool graph to silently skip non-existing source files using the - -use-nan-for-all-missing-data option * restore from a pipe (rrdtool restore - y.rrd) * in rrdtool create, row count and step can be defined in absolute time * all new "create on steroids" can pull both data and configuration from existing rrd files * use rrdtool graph to chart arbitrary data via a callback function for data fetching support is integrated in the perl bindings. * re-written parser for rrdtool graph commands. It now follows a simple key value pattern, compatible with the previous syntax. * MEDIAN op for CDEF expressions * DEPTH,INDEX,COPY,ROL ops for CDEF (as seen in PostScript) * gradient AREA backgrounds * no more locale magic while reading numeric data. Bugfixes * all the bugs fixed in 1.4.x during 1.5 development - Changelog 1.4.9 New Features * allows rrdrestore to read input from stdin * add documentation for RRDs::xport * RPN operators MINNAN and MAXNAN * --left-axis-format option to rrd_graph Bugfixes * properly verify validity of user suplied format strings * remove graph functions from python module when compiled without graphing support * verify that only short integers are used in COMPUTE rpn expressions * eliminate duplicate setlocale calls * fixed endless loop and double frees in rrd_restore * fixed missing variable initializations in rrd_graph * fixed JSON output format to actually be valid JSON * detect failing fallocate and fall back to seeking * fixed format string in ruby bindings - Changelog 1.4.8 Highlights * rrd_graph now uses a map to lookup variable names causing graphs with many items to be drawn magnitudes faster as the linear search of the variable tables is gone now. * the optional argument :skipscale allows for a LINE or AREA instruction to be excluded from having an effect on the scaling of the graph * TRENDNAN is now working properly and als not crashing anymore * Added a no-op string positioning combo "\." this allows to write COMMENT:OS\2\. which would otherwise not be possible. * JSON output of xport is now actually json compilant by its keys being properly quoted now. * The label positioner in rrd_graph is now properly ignoring the current state of DST. * fixes and enhancements for Python, Ruby, TCL and Perl bindings * improved error reporting in rrd_graph * portability and cross compilation * code and bugtracker moved to https://github.com/oetiker/rrdtool-1.x - Dropped patches (included upstream): - rrdtool-1.4.7-CVE-2013-2131-imginfo_format_check.patch - Dropped patches (resolved otherwise): - rrdtool-lua-ruby_lib64.patch - rrdtool-tclversion.patch - Dropped cgilib-0.7.tar.gz + cgilib-fix_automake.patch (no references to cgilib or cgi.h found, so benefit unclear) - Spec cleanup + Added new perl-rrdtool subpackage containing the perl bindings + Added new -doc subpackge * bcond_without for lua, python, ruby and tcl * bcond_without for libdbi, libwrap (tcpd) * bcond_with for rados (ceph) - Dropped BuildRequires: autoconf + automake (was needed for cgilib) - Dropped BuildRequires: libart_lgpl-devel (replaced by cairo/pango in earlier releases)- Do not hard-depend on systemd, the macros support soft fails. - Ignore errors from useradd/groupadd - Update RPM groups- Ignore absence of systemd-tmpfiles, it won't be present in the build env.- add rddtool.changes to sources list- modify a %prep phase to replace all timestamps in *.c and *.h with the date and time obtained from the last changelog entry bnc#915946- add rrdtool-1.4.7-CVE-2013-2131-imginfo_format_check.patch that adds check to the imginfo format to prevent crash or exploit bnc#828003, CVE-2013-2131.- fix bashisms in rrdcached-systemd-pre script- Replace systemd BuildRequires with pkgconfig(systemd): we do not require the full installation / dep chain of systemd.ibs-power9-13 1642467380 1.7.0-6.3.11.7.0-6.3.1RRDp.pmRRDs.pmRRDpRRDsRRDs.soRRDp.htmlRRDs.htmlRRDp.3pm.gzRRDs.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto/RRDs//usr/share/doc/packages/rrdtool/html//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:Maintenance:22435/SUSE_SLE-15_Update/618dfe81c781cd27b2ddfe52790cb2a7-rrdtool.SUSE_SLE-15_Updatecpioxz5ppc64le-suse-linuxPerl5 module source textdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=5c6e4be263325326a2b07f77ed84aedc99fc4e23, strippedXML 1.0 document, ASCII text, with very long linestroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PPRRR^$V|m㨛_utf-849cf00f19974f82d336e275acf55526ac682b19abad9de5bfca5c2577a98fac3? 7zXZ !t/#\] crv:C̒yʩQQ)ljvuo`?6YJ\г#_3n @ܞ!\U ,MoMx=ɶgH} lJZE6G|,S oFnE6ME(P=$')i*gk7AY"dϙAm$MRzt Nc di<X60u;߂X"Pt%r…g^xW("1VH!BR;"Vz<4Ŀ;)Gi-]kl-"zt/..XW ĶLAOA\K15j鲼 բLwZjȊ)ZB얋@kXH)]49naj ѝ&ٛymmvEEz3Ebz!ς [~ΧB3@'orF]mֽBx>A cZ=AA<#"D55Wb,5߱;@C̣Ҙg5X[+0I1&SA)^WkIgV#4s`ɕ%Ce7}W'X7|M"'ȹH<,}vZl#R o1s./{lK}XC]Y;|fl4fpVvشAڂqa?kd}DBK2d||/'lY=UCOݾ{ \{uxh2n}2&^YYF2|2(eRTr,THJ ^ni)zYD%T&\5MfP%#k$r@@Vq,"^3w{T}f|rw0ݒ Y(X.Y8b.}yyϔ-%M=<qN{Yqts㠚ul: `yYP'Zs^e| _ߧm['wh"l8L% MFGP*)[lyaa Ѕ.)!PN#`*e2$݉'6q\vA,rG.:5/ר[q-WUOI.4g cxg: n w=O2&ZO^4d_nY)$qGp{O# 2wy U?]ZkE6/tAP<]ə~8V&iv#5hk۪HRޞ.3aƤ0Mq\;k:%M[? ŋ ]]#G` ܱאtV(zgE˯_Ov4;(ww:8F8JeP?~7\t몼Vrnz4%| avUzg˺ϯZX<_{{ ?N&fCM\k%ׂ`^o; rx| JSSY )yL/Sto}{na lN dEÞ2B |`!p-BѴAwSG}]`zOV}B޺#iZ55zWtF`鰪&xFi'Ykɤp#- C@9 SI8o`]0z^%N<ܷeR֡5݊ ~ׂ,5ħkŒ/%nn|CWgApGɀUo`a s'W$: sJHi"`,C`]l;~TZ~ړBxT#=,M򳽼D ?S-/ۤ~똦"MzDl~Z0H9cd 8|xD4ڀ NyOo*L ?dLX: lK˜klWoyޑZOjta|QۘBe\ikX<56ՂjuA7LûLtʤCh}Z=Hrı-׮'bI?Xoxĺxn#A^tmwѣaRt'!'`uR oD&7zRu pf#.4L'nz!_, ckb0!47a`t=o{f>cFSC бұ{+&nӰxXNYI_WF4 _Ehu HNlͦـj/kc7BޫQkqN*kTDpV34Fle,.mݦo~j{AM0\% EzKʓ hĀ[搽@ݧeCUxJJĚ8{v"ntg+~mI[5aqa8\>^ p&si*|"$$FSXi)1g:WdoKAJ|.%0qW6d>1.BHոsDӏ\_s}£ oAϚLwR#I&2u`7)_" $?&:fЄ'Iohա yJd4޺N;uHl"'#Yu "X B\ ռ_f1ސbU&r"C]&EBr5/<nq~ޗSsad/%kJRB"bJ#dX)yT.l4Iϕ-^gW埩.W5U7rT3g8]\ѺLJjRRsU ՚zur:חO7aA;g@arks֖ OD/al1ee@ usTqAv=҅3(ht'ڗ&^! 1 m3s ~z[ (o6_c94ū Yw.N8+v+b% 5Nru<7U)@b[Y* ~JZ#H}Q^텗7Y7D|pш٫}QN@.-- vBϩ$a6ee6$IUHO.E- 3.X"dysFV_z_"ut~B 8_:9DٍJ ueezzE:du񁦽p)n@qUHVkBHSAsmYZeYAh)q o*`*^[SwAjTV\8 lMOѲ>b!f,K߫ 4Kc#5tIӗ==6卋 Ja=Ӻma̭CZ)Mn|{l ȡsL/}ki4W.f1Lx ղT̈H*U965LfY4skΔZM{8Y4kv}4&F۪/&P$}c lWjD8Zv͐g0,G1aKFXFk\"1b>ڂx+[[Dq QVI%SbRn3F E`ǣ9/ +3q md~#Sg#:A+Yw^c?"QdɑC5[{j^ȼDUrPS%2k ?CpW+$!*p{%QN6*dx]Epf`n C8e[f^{1b@`D|bǷ{i2#ZA[s_ʠ_ H6ׅdha\|z-jΙĚ[ E 32~3i&AqE odz# 7'm 3:1b~#`/@lƥ6ȎY1Omc g=\Kb3Yǿz8<nnЙT1EBcue#)},$Pׇ@S^ysfLu|kk`=[h:lܙ<=pҰAP7BqT*yo}R9Kd8F҄rB;B֬|Ǩ$6Ao(r}Y`# ᢼ#TO5L>@6/S:_擴Qia+ѭn}* _'s#o_ ȼ=GOaL$^_:1<**6;$1QCT ܙ4KstK1Dg<&|띘v0F[wC|d+-ԃ3D^;xXCSFyDmUbHjcn\35iwV@i'e#a>s .yݭ".jD>{Ҵjkd?o>o6ս {X` 4=Z- LTnT/1B V،c\Li3S쒜 o#eƈQI.=YK[-< W4~ 6T=WkKqjexˇݲ?"SN֕iCꊋz-ˣ%G-233W<{藋v@DIr` [/=}{OFVt3.6)k:rd|7|($/8aq\[62)UK&yՔc Q3nIƎ=<ƻ߹ccž(W]TRR^PbΔB^zYaYl%]0qc,vrpU.iOƨeڵ@Ffژ;@t8cZ~;9JLH-5Cv:.\ejK]2؃_] 2hX9rxꠅa_9ެ=_-Mq_Og1+k~6EP+g@W*1Ӻ&ie68q _W cw7>+CCU[ ὏(<:~jAz>PQX~TهGt33,ms]Rgwڢı`-_]s!&>"3а63D (2աsv$cxI/wA[q>V7 eHq7`7;ؓ:cA -ߜ X׎ #<aо̀Yt◷M#+vN(z6y,9,Eӭ(,ܝbbXY}ޢ45nJ Tf@P*}y%&:J䨨Cok72nj&ܑgѰGUGܻ.Nc'♩V!sDFkTX+`M` &4A#tPr8Oʈ/*(./VfF0 #SWAKחvMDeSZߩ[Qu ڲBԑf8uΛ@@uHQ2#=b7},'JUe酷YGKfdt8"PR2!]]` t,Bp%?ps=T␟sM2y٧S~-W50Q@]D%QrJ#[aJܴ1ҵeQd;G,t&Woe^.\ʐ?DeKu4HpPrʫcpZDa0]/܇{݈UIB uq1gͲW׭:g8jX߄p4zaxH#cu`%c YދcMeԌX#N"F.غo'&"h) 88UACA)t5$4fn]]؊-V;ûv$Àgŝ}m{;n-Jcd`a0LA.0M'hf~%ZVXQX`8taE.)! ^ܝs+bc1D1EV|< cy4ޅzR±y P&5B[x--5==WӪSo:i?^[~9ܑ֨XOo?>o]nPQr(JUf׍>/ DKw@މT3O8]idz\F& <ؽ_tq]c45YfÔAy;?_[3ras4٩B֐+5!9NX(4;r(fQeV_%š`Fx0S~qȕhK0)Ky!8- Z {Yc! s*/ɱłFy!yn=;.ËzazUqɓq:*^\&g&PⵖBcbW-o4N~`S 3Q@53J'RttHCX5*hϣ~jZ&[ngVFw> $g,Dh X0/tҚ79o@Nr:6#x]h`;h7FPG^kiՑtNzR@ )~Uu RIa>{M| EU.DߦZ+^OE:^9l+p’AS+wm͍@>t'+ f070Ub XT k{L0q3`o~e|Aa5ce:Zʅ s! 2(yd$A&cBGpPdiGLE/nzweS}otoA) 4(~Ryd1;gh:Oy>4'78[:<97$J >w>oҨuf3WܒVg]v@Tϟ0Yʰ#L%%ʩ\5S%2G]/dC?2`VǓI //+Ml.-S_QhX?>צhQvETl=l^'!ljBr>2Mu%|<|-lh7wYn=Oc=#.J\vB+8AUI?usBݼ. Dm(;VzH^nCFmyN{ջhr[W$ tMm'ʠ^ !+ 7D/`mxO1wlL86wnmk ]oho"V!bX埕*'kI^ Ytï6?7q" N~N2oN1t?9ynnXy|ySD]g)JX.4~ydmP$Dvv& ,Z7vyhS|;zU : 8m\uuԦn)t7]`bs.TKxW]9\e;@3ỈcɕAEjbFjkuyVOReKD: ^%_a検'Qxu܀MB8cD1*U; FQF)=bZgdEX\8/~?k][5RdZzY>J.qIAwC/r518I ZtԹl_hT&MRӌ&h)ے,-Eh"qqg=wyvbsjL ySoiv]ȌAkeP?._:=j%] ߍxhEؐy-8JHC' ]E 8` LbH#w㨼kBԣؔQQtL2* 1?{7aɇQTЉY#`IkTfZH .sClcPQN%̦9DHt/ET"b+j:7cl_̛Qn| [DŽ9Vc6x҂UVL+?cR/E#ؤ;aڷ{ bσ_ԟ@OڅB屡ip#?z{^ 4= g1G˟Ca^-FZ;!۪?}7JQ.Bs1,:[{o__) (5 _Sw޺[+Vh8 ^J &R(k!BO:5h[/tp/h2aPJz!]ŬaB/rfQj9ZAӊ:!hߙe~3|[ ! {No#?L` ɫW!l'2c3=ˮ|o-Teite\jTZOО]v:iT^ i|}Qm;Mn{X0=+㌕wG bhSp}B|4MNsy 7q ~̯V뼃@ltʼnNL͗B; mqT(Y(g1d[~\;n,Ym9*0d>$:1<N >nbu;S_nWFtG4ܠ|h rP4o7WQoGWpw2f|%.8Q_vEk$ RJAQg>7W6}rR/'qg@ڗJK:^M/ۓ_,#pFկwaw\O3SpC7(>>e}Sb ,f@Z*o=rFxWFx?22EikveF!:),)sQ j]BV,^? qX6>1ؙG.+U%҃Eaе+ koFbtZ|+%?5+:UEI !}X'  K]:~1Y"AM!Eq*\5j^Ħ2RfiЖ/ JE5{cv[朼;UѨ`aR{o9M>P!E۔T? gYs$!*D @-qdp=z?W¬A)) Ưfl(r2n%2s$@Τv^Ŧҿ`_5z(3;[ֿ SNlsǜ?EOҞuu1_eEfr U7!.8 V2dvsw*S݉z~-F "kKs*BSRã"l-m.ݝԏ~]2:'JVI{]]j=++8f%%O hXOtKgPe y/Dl<:N+7ˮj\ĭP_:dYCͣ0[Ӥoܣ?0R[iZaj52mքKףb{רb>F;ĤYu x"#R !I: fG (-Rh0n$Ȗ=r*k,TH)8Ojmb8df,x1aVFI@3/`rYMУDAlZB>CjU V<(6p?U D#3GʸڬTڱ._$'8&mϲ^0Dh߽Wo'OY5atn`:oDgytEѴQ6ث7! YfZO>ɎAOyC!J$CB/^b7#D~^N?-=y_K#uNFrj]f"&*&ǫ~?\pg)cFA2 4~B_ډ@_ql39.U4m*ɜg):Jvw'Ba#Hz&9+Aǎ6ynyQs6h|Pĥ>Y2Ԡ | ]G?'{;=`;"#lZ 6Dߋ8+)]-Hm փSvgD%ɂeYh^r6Uˋ\7JY*$tcfgSy>?DUp=cFÆo7U QRʀ{}|6'g!;P 5%ub:{VSjsU,h5p2q?W2W0 :c{Uf`g:6aFm˰\k45ͧr}c*w(doM!4:֛2!.19dC|pp-wZy3?ǹ=)~|DaD̞1.&6#;mO^pA -EUg:DZyFwY2D*VQp5YHeNM2c/*V8~(oVǰ"D4FQ vh*FSm0*k⼄|4c}3, #ZwQlFD4U:o@#P>Q3wX_IR-K_F=܌&%SSDtu91)U/Ә%aPvR%RssѬX pW*$HDtR|3l1S;6N_o]i}jt@qk vhD78~bcv%P<ګ`Nꘜj`=7W} 8OI? ucѦԻf2Y|L_mTz(9 nD)BJ^RK~":.c`ڍ{0Q8{!\LLl{/tQ+n [UM0EG n8E7Y~tm sk A l|Ȅ"mj1QsVd]Ca ubwXw|J3R@P5 _Xwp:G: ~Zh! w<5/.ŨaWB48< (D!T<2&gOeQ dƄZM yvKH2FAjZʜ Ϧ~ZCG "ڏL`Eq;)71VjҺbxF-~օ"}Z;wo*95Xm> I>uS 2: ES[M8uT~*Wf!k@+m8ox թJVYfBE>b; ~)7`Z}8ZJ"Dh[ӖȶQ\sX9T%aWxn_˙$*Qyn/ #oբFri2 )=^}y]9f%5p`b~VV:cd:@L䒜LGSl nU灥\U(F+1ɱ tA=g/ ;AdNC)L#[q˾1w1?`Y^?^yYߑ֙mOר{=0́$x»ǛwK #(=qyg 󅝙X:9*L y-b7@?kx`n913)tXjۨ&Ŋ隓+4šf' ҅m&N؋vCcգjZoD~ xboK{лjVxx$ߣ czng6L7`l,"$O`]"RR+בiʐ ٸRdB$4Hch7n6F\%+6h! Jurn*BَFP֓^3k0MJ80lp rv/j޺VbV>d|uV@RE)D_ocޔ8d;Tޏ)x:v /Wu"{ƍ a!`-8+R:b0pz;-TF:)O Bn t7[ā5Ks{k/C%g(фE8R+ %KhzT;W<-Ҹ؆kz2{aT0{Zkxt}aQà*CǦ竽*L v^" Gten qUfױ9pjV >bԍ7DmC ~Wך4Zj*: 4(H)L e$Z1+EăAdkq2YHt#emat$ n'٢ɒdbus$ˊ@k-cX:pƠZ!,W'ÝRk ?vU3۠ux%FIj͍I %'fGxBM`/G/_&t"q ?`o_ByM7[ {k X??4st{mvPh}b$!'ጃעFKE[ HzqgӴ'w紞@ 4A=(T'] +I-B_tDuaD=%. >z#}y<Cʧm}3n uJ췲|˺^OGd7ɠ}QjwC;nrEI 1ickЖ2@?uo$*d/C -%'൥<';S(1i&.j&a0VA3צ|e%,Όa'D4䆨ȋ- sz ,R2TW<#"[J ߖx76֠I\i$:QBRrJ'"AB7'ύO5?%Nn mJ(i1U͍J-BD4-9Đz;$=ɞIc8zqmp>LܖF,D$~{Jj8Y&*47v_FU"*K{֊֒Я;& s aar@^ڃ ;UJ3(`!|5I?<K{IH =A&%>]D,X9gBhSmiJ4bo'ʚ~4I9r|^|6h0i!CIby}}~VFoB=p:hOu,T?. d0԰FK=E˞W#gh tNw({:Dޯ_]d&UPC8m]l_CL@aҤ8pC.JȨ(WQT\:GOttKif[~9\qHd腌im-N25/`>qr93lhxm5;m;SϻW$e{ yq`jMLWs(%G;ӜӊAG ֽ s"v#eCE[⢯rm$, 0I]LMF+wڨ=)|[+3uq&Dr_ e8V_MʫoɿǏ-hp1C3ֆ¡:D>~}!} Ǡaۈwߛo8ZG˳9,J[(yEil0L7gNοtJ9f8 ˦r\Tr%o{Guuţb@Gv|8zr&vi IӧF#w!TtD4GKM 릱>XgHdl:Y"݋9ת#c"!X/6ϣFY98?yڌ)J0T[m ~y'0+ A݁lo!kٖy]?smT@vcrb%g}ƨ/J =#w'AsQۘ5J N5&*b=MH-&C_O0Bq.41 #jE ҹKj4 3i.Q'K1$!F8dU"P̅ǿnYxID_at^ Rq} rH6TtC >(AyAz]3&ݙ[4HeG ? '!+ݿ?~mS8:4@v|fWN%Ǝ'(߂rOl *lzK#C6L}ID91 i5 )=94Iܜ+ ?^m7#t״*ǎW2[i*rR]! sD7_qg)5{Ê@gE (I>7wﱲ :̤=y1NƃOP@'6gzh~^Gj% !WE{6q9]Zczz%Ec"|/jߍㅨOɗ%.%,5Vo=2d8a\<" 6vtEbfYj.CqeYbxko㙤@]58"ᮉGP-WC|]PD0])*]u TͰꡆ?%W|~#ToY%C) 猊AeE`B%2g>_ U*FVvDu雜ݩnJo^gcg0 Vk-z,avB MVCoGr*BL]7@iv X˫LG[gxPZ^Bx+P?4K`"$Dh$XVWl#%E?eo"}!f\&'H##a OL){a!|PsV.0H:4^c(GAKĸF#oĐnIpޝWw`|d\rВ3%[{j‰h+^ jĔ{X94-qC~1   5c~ȃS otnd]?&B 6Vdԣ"1 CØ&Xq݃3VM(>lՋ\R*d,x.#ƏQ$_yKM3z#BdGۆfcKTeլO$\U瘼Fl1WkA Y s1yu8Lm>dӰd,Js` .Y%:?qRx"r:7,96*XɪH t{X$Pъ`]!O@J7p̂6e7;䳪҃ֆA̰;ԏ-\R*}+ZlLpV!bh+}Bm|2dP'D7v1@8t\KK>U$wVߴYa3>GYykǜjt!Ća-t4*36bE{OP7^W!Y`gZ9YmC-{{3&O"t.ը{Ȋ[hI7]ѻKNaxv88.{vWe`VY˃ë'up@RhGX<_1I˟^%VTV{gzM QwNG ݗK#ágyq&NˎɜYNDs҆q4^3u3lc4c%ߙ)x9xkŸO@(hwlڼ97QE^ d5O}bK|CqEr \U·# g| :8}\~(ף"úZKM 3egTe9. tgۖo#]ߔ]Ǽ+_.k EJEw=#<O< ry\Y&A ӄ47>5 P J2 mѶJ;0Y׿-4Z/hXigF5 FvXͰ6YS#|ÄjL Y' bnVkNi^D<L)J.>5e$7'TlݮcᗞppFu`yl֏{05ڎ; C+[(~ӑ(~KwymޒBC9LCˣ.=Ji0JF `'a:N"AKkD A` >E@儇>]#Jb}sp\ V1L=dw= H[u. d'B4C3'oVKJGxXW,!vz=h1RoIͲF$yH /1zBmhO_Z9h8@h {=%{ƭcd'~tK Nb| ͙c=h.cWe#L\ZIekt)!炙Bj;tD;ao(ŠnIu,X}uMyWkz\&_|i_<7[ ^"J&o.#|ޮgztD$"B (UrCubۜh|ɉ]Q\6{TE?R;&c޶bQ D Ԅ"Ϊk嘌"QpȦ[j"vsIJD5y؟^t3/kWC#KS2z( L%**͖g+sfR||tDDna, AS4 /;$涎Ŷk+ԃ#ciQR V#ړ#`|a>@Z]|Aeĭj6^|޴Hz>*\${˗ቁ1.}X0T.W{5!S{lQoC[w{ H"3{#*P~EړCQVeXf2ٵ7Out ez$~DkK_ڜPD@ ++O iZ[y̫^tq;belpǒܧ#MϳZ^B/⺘5'8дlt؎f Sٯ}l"N9Ť  :pH/I{tvWǣ-b{uUa Lh&4hX 3ORmJFN &\sN)3S5}Xs',yu (-A{@*~J ?"S>X !xfɹ/N4(U`aKֶPJ+8M x\6DE\.lddXT8*3>ڵQ'OV)-݉ s mo!!lȞdOM5l[cK6{iŭD_Z )(Y@Og:4Q?Ke [A9ːUO෕7LNiQj]?{uAL e}X{J  -.]]5yCGUfoP zخ"\"7o Y#q ߆#6@+_KgjL)X)/l$[h! Iēo\}̸d#U YZ