perl-rrdtool-1.7.0-6.3.1 >  A ap9|QQpO$²K6C3HΚA 1{Ua;~RP!轳'*xjG=%LEY:D:9hΧ#|Ӎ1?_I]oV<ؽwˌlٸc%<JCZ"7%[+]ZGHN i WgB[j\H>=w&c/㌔&g z>FHІ[$q6P^ɂXηaeffff4a4a6263934c2b982299669cad3fe06e36f176a3954a010038d4d36054d8fb36f5e738d0b82cafac41867f3372801adeafhap9|.qң` E罍蘇C(qVkݗIq)ujn/Sx&g!N)1,74MFdb %|gLEed&Oza:H$/ QR 4c'\ 8q)_f p>/?/d  5@DLPi  $  6  H  l  5  @ d   8 ` 2 (e8l9:F*OG*d H* I* X*Y*\* ]+ ^+Vb,zc-#d-e-f-l-u- v-w/ x/D y/hz/////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.aKsheep12 SUSE Linux Enterprise 15SUSE LLC GPL-2.0+ AND LGPL-2.0+https://www.suse.com/Development/Languages/Perlhttp://oss.oetiker.ch/rrdtool/linuxx86_64y(, T$$AAm$$YYa>a?a?a>a>a;a 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.sheep12 1642467403 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/x86_64-linux-thread-multi//usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/x86_64-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_Updatecpioxz5x86_64-suse-linuxPerl5 module source textdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f280a189edefac7c1e95b3510a76c2ca70c96036, strippedXML 1.0 document, ASCII text, with very long linestroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PPRRRRTBD%Gutf-8c23ec54ee7f2ab8beb320b68cc70f520cfcb80767a9bee9acd1f1f1117efb902? 7zXZ !t/CY/] 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-/ۤ~똦"J[VBbN努6S58)1 I-wW佷pѯV\(2E*[}#Qi41^"-Y'Af2Q-ĬgbUڰygFk8^G O52w>:\D4B$BI?Wy8@.;'NgVkA@ysim;Tk?Ov%"g S^XmA;obBS0+*y|ƨ]ZXd77{슣81 3syQPhai<#߳FdClzE5(ts~ߠõ5!Or7cvoQ' ݈p ݙP J_a%> | |X^zYnDYO@K(E$h ;z"Psʨ,bJi4̪۟Ǘ`3)% Enim =tيW'J#U~i#Fwm,^q؎C(PUԉ\֪ ̸i=z*+I)֚+tVf@!2Q@{tZHK7NX\ XX-t{wlucƾSHۦ=RkR`/#wJo z6!od(eb}R4X|GMh͕΋{p,sYU.(謆\oUn*#ۼCi,lf-ߋj}Ғt@>!h'<+O}lwf,p5b Vw4aif!cUpWHwJ{[AX6Ԡ$5/ݒa)VRt橝:mwNOi`}jD/F/?n(?VR2a_m ,k׺ ܜ]b_5$z֜t*q z&tA z_8fC!cPDVxCj<[@ed[QM[?%bliPd-Sw@N"ކͲI?¼WΑ"QZ`C8Z- 1d9pt5aW CZכGDZt^[U24=:I|okI.9sU?3󶸱 vUGb:3wR>}3 )2i‘ wƚfaUf)4ǃ?.DhZa!kЛp' 4`UL%K/!.!~sp9EA;ͥRM"5pm B$SR/aZ-D> +O|6L)=hhհAr]4$6&&ʕ9l{\ަ( %TY`gk psWj @C;^9/G=i.QE9.mUC5A75L ATP.@`=96Z[_> x=}^ZHI~ߴoޅ,6h.ՌX8.K6y򂒂7#4ރFllm#̴:a sZ15ֵϥd(D{.Nc$E6uJk;s HWfW{l[T4r=4<4 CN0ۿo ǐ2aT]ejæ-a/(|T.`k~v8.:B&vI }Zm]5}Pdf8J%{V$0&Zs|Y@ am%ňݺW1X/6Mg%S$',<5.V--qsthx͸*1L$ۚE&eկyS HZ04yr=$gݛxSUԨO8|vK[ !b|Y~)3akX.F!xUB68m|bLI-rZH@"i;tpɽP텮RTMKqؗyU!.G\i0_ۢ.i=1mqy8ܨR~f5/MT +$fe+P ә4cT1|8B)Q^1|[숀.XC@RDorZkoVwۙU\{/@h-b ɤ|78(A1T :ⳝ ]nkqٕl"ldзg|}؛kzktp\-*yo*8p7brнi5Jخ.ZL[f ?[&0lj/ mdb 45J5#;R q(#i.œТfB>j_԰ T>m+apɷs(7ǭ1~x>݇nuGwB7}5 ]4,:ЪVP}S%vy6|I$pOw ȿr~`Ղ9C\ d3ĉPb Ƴa4C 8_բ5>'ɺ" pP$ݰ=|krc%n0^HHZ$F..N.m?L[vtY (48]p >/$r(D[O{\{C\ȵ_lQxh,aD+T WgQHXj5BJV ^g"EeJ rH#±ȹ"OK615kf򵧪!Ì^]4lE|9k]`"1p?٫ %ϨLVebqX"ELr> y1{p#WwON`,R><=*V{2Ue/E|!qHyu(ʱ(<3:Sh&-8'DHcZuw'hIMpZoפCUU,605&`MdzLg7S?A"k':;LNsg2RGE:N23N+~z#ZCi&u/ƺqu]wףN\Ar3]^ֿ79oX?zТr4@s 1G+Y#HeժIS094KU]WT<^$A?>]CB6Kx:H8` moKp'7{,M 5Q)z,N\A$i j0Xh#(k]k׏4f9Oݙ:0f(sE/vwψt6 t55TPvsT6cQ(qWL%_|j2ཝn&M !X` S̹t,M>ׯNe-|:t( kUB~PЕ+tj$zk?h^Qp-rjm#)aL]?{Pb/nJXDI2cu/.)1_ ,0,-on&AS9#Jm{#xe*?;<L? y2JE!yLOn0.YcNPW6R݅#Wpg{gz"K_9핹!gf-r 7}I. sGG{ >.o8A[-U7)Zdeթ?,<۳d&wH%xUd_Pl&8gH)HUǥdwuN?"^Mf ֊a3 WV-gp8&2M-h׶J':`YqC[J\zM _= "tw7^WɎca֟&ɍ>r;12EXDíVVQL^H9D9iwb=>h\Bn9UMIs*JIÁJb ;R(mmhMmXZud0Z`#5~2G͔M093;%tvNJw >_(<7+/'9 ;4 &32b-,O"خHr_ph#I -Y/7WgX|3?ښub.ʦ;YZIaJ0ŶH=ґ^ tlXs#"39nˇ4m,s [)j_.B+2za"YI &mV -`8!Y xSMLV|<|cٛFx%HjQv~XtrݭPF$rGRd諄BRYwM/Awh?9)DWX?+ 9Z9yG(O(th;_;F >4ǢC˶ L«W 趦 ]>=,cPt^߷G&݇4HMAi\L2 }۞GOI!v8jdQQDRz XΫNfjcnkYe!/e, P-S0?2F eO/< .-zO^'y]92OEp}Ef f;F23unXlY> |vE &DVCT ]+}T5G ˰j>tVDgfz/qנm`i^`U^H:"K HiƼp :ˢolj:A7KUr'1w>WpTWJ[%io Oώ>N Aa{hRX>PTxېږ=߸i2㩎ŪP6|:rSkʝD2Y хf{67z2 p{̐xKjؚU~2 ('fgI[QP{ uXᦔ?h2kD.I2 (c%e-Ÿ"`%.sDSS𛒉SzNp O^4w| ./2I-՘EGj3IvYv N>J,UR̦[3Q~p0~iV@=%Q cTpVFlQVXuQD'drdBH&d׸"8kߣNwWsp|sS[P#:AۼI-AL{FAC;WwO9% +4!Wdv$޼YXHy_<P|菽o6RނFei'yQ1ˈ#⿮$ ds?Wu}t/KuTx>0mU30L!<ˆ3@ɳSkt%M|_20ᩋ3xS5s$K3jP7e?A?NҽF;>)OK ;u'1/u8\Mv[H%;ϙ, pc`R,ƒNd U~'͇\ӪӹD%8mL:O!+TzC%^(feE+9Idߓa1 /}p䞜W=W&#:{c7/%jχAT; FF1vFW.Ƈ7zAgñUr˵TsPBdrpjR WyNun.Kҏ hT|bSe[U} 0Z7#EgZf8bN:Q6΂cӲd:̛Ğ_?͸W]"pK Sq yDJ0qrC0*53*[@ C5:FuxBdK:239;uiO^H\zd'Pƚ AD犆}lN7GUN4!jqS1)y7^h.5 #iىZn',\-r;kr!9}%fY7Dtz/= z Z͸ Tsâ0\HE²Xg33?y™3c&K՞k)`"2pP|`mƛmm;=;kːq#T;OD Oĝ\j-XCim#w*2A8"#meGl_xŭSn,#B8q=l."QދePɪr0@v$AtX0nA3HZ~^ǜ2T(-|sH8ǽUΙ޲չ|vɉ8sCH80չMm/OOXG8KShi<)A͵$FJYrI^a$H"tF 7hCfY]Șwʉ-nǥ"XU2C)xhO-6+])bq/y[V32BzR1Tkc7̨"%[!1"MTs  :gT:<ʺt̩- 豧+Pᷦ٤+"ݩZt^^T<( w8ek:b6, IYD}f<U1rzHƶ:HobFt ǒ:b`%h :s%cɒR|~HrhH /TzbPXK;.#O^[MXT"=?6H7qPF4WhQ yU?HvDÉnbE| 9H9>dW7p&H4!.!A|OHR?kn λgZ39E3\XyZ|v+ۛ% &zJz ?{4p"V]s0 | lX6V^?k 2t}ֱ!2Ĩ}" ,f% $ )ߞp#ū:@ R^U fw(+N(k!2U7a2XpyDNg>;[lGyqzlբIc>B#6ec /ySp%C0Չ阼>.+v1f(#<Pi6/TCo+8< rp(E,CTʞ6ҵ [yYr>fܯH j:V$4  @ u Ì] >&$Qa> z'ޤ `N_ !9;QYR=G0MaO&(W}O`ijLx1ԒIywJ%nc]M~t=ۥIq+Όj̆,aEh`^W1M^Z7R?^q^0ؒ+Ӷy{c j]u3kd$L OBI9FKOqVkỈ}r^f j3"O6(' }?Z j[gbn"[XJ>έ2nl:W9Y[g?H`0|W:a :*˹0ul+t|ٸe:c ~ۭ)r(3lKZ14VTH[-G8y4Q}]\Ƀb𚨊f|yb9T=I讶xG;Q3&bq[B *";ġ)UAΜgvg>T ,-&a;|?L ,7ɟ\f 38F|{3{2mW#A O%Y%⼍Ȁf+ \c ~O y 認iA'kZ` P {a zwnv`;+++ԏ,=ISbJ?G,vb-57/˺S`X?0s超zBV?Vs SصK߷~ k6@떟k󳟾t~VX]SygTC 3˯ $|6JL'ܮ`$ܲG|>" @VD3[&d^ OBB'[\°"_+t9Lх h6ᮄ/\~`0% n#-0<7AڱM +5{ >FV342atԲ0*fBHIp8EU! fa?݂G\8h(CYpEed^lZb2:|ųurA[ۢ˃NcBei! c:EbUĮm3֒f5eph&m|Q]Şkfǖ؍8 2H|hNQ "=s|x)28F 1Xtgi|~[ζ0mHT'Et;l{޻e3x,7tgvŤ/J87 j68R|:y"G\N~uFroaܺ^ ٿ(e\~a 쑁km<ݑDE,⌓s汊rSu?`S͐,:0SfN+PshC>췖}KwOY6U 6?͠G, K.H!V*=èԤvWJ ]̜O;34S .zSǼ>㛛qC|YБRMg v0gmသ&HNC8]>FX>;85=5%K^a]yzz娞>8I)?_wL E%B\ sa3́J rT3KpOGH-G*`vY.ePdCsL9^LkZSҐrZ7#d>cyKf0S?m)/zgM5_UPIgVe\"pȣ7S1]R6LO@/JܝYSHN_9i)PSmW|̉V;XKj97Lx&A~S ?q!1"{8\9z fX_ Tյ%ŒIYmd.s5L J"de7؁^UۗJ+nt,z+2KI=T 8ڪsĩ?; '~#ؠՐ*`klQ״ZY%jͲ3TmM/m l- طEטAշMwA$[] (oysS~+{coY!!i`Qfrl |g<.YegWn JfCU|k.j!sdk>a/U"N%JӐ@/E/|2ɷALR6<ů߈H4 b&;B(Q|ƪf!-wRi ;Qt/aF[фn_.xP7 S]kю'x\+Ȍ`.)Ƽ~.iL:?y[q<6Jׅ*ٴS;MGY\ J-FI*c@D+E1ѡpEt'SfNT Sf9^ӵ !?Kk/],ώ_ ՠ(<v ?#[}c;$)y-%Vi]݄ʑ8 7\rTJ6Kq$>(n&= 5~BrmXDlQYB5Zлo i;?{mFNE疉,!"္wޞY.9J a<mNZm%JFV22Z"B;*h{. cp_!h}oKDdd"/HD)5$(Y۔\v,9kLD3rFOޟi. 5uYUXp;&7@v޼?~t/Шn$$q=nEi̳&$Mcf[Ay[[2u:[ZB質{a*,(u5ϛfGg.u˼a٤ҲʌMW텳aO  v'J7V}7Ua1nҵ P4m3/ `XJjb rÍR Qg/6*,ر=r,?{DPZ7{zg!:HRy.+ \0 4ʹ]8qA<'@ քۮzl -T%rGvVRl!U@- GCvG_ϧ}ymP/K6R2(sbVCV~݈gd J9V n&\JF}Ä߰H}7AA$`M= ϻ 2`cvC0P^fmxV+~d3F'0ZTBƖ|w>AgbB">p8V{,fLoIہlħ$ԉ,} dޗϻ!@% eȽ?'E6'~j5<+ˋb-#eQCj|u0t+{W/}?@jK`y5h50\94vbFlwc3Uk(EMq.0%ܗB% g!gbܑ0=s  <`d:ŅJE?ސ$:vD2+|jp7y i-k|[AMqD!)F˴|M]0UztUg8Pq֢3-.6c+M<4]h2.L%zUA㍡ lnVsĘjr2Sظ]򍸶:vb  x1_ۧW Y`%X{2Ʃm%y1L_9XO9>]? T],*qbcu+$^pD ]/nΆ5%TRppFb\_:6&dLp_I"?ID+Y^g̻_}ٷٍv\c^퓯/!rfWH$ I8]4M4Q勀)%2N)> xn8^;7Po{R +hxU6iOL'm@" tқL˷_guˉF`1zcqWtG|R`VW%W!]5yi7W߭Eۏ֒sTshA`{m>/̿`ɞ ʀh3gZH$a,P*tkicls*bNM#!%4a%HIhMFיЭ&"z=hxFcx4_Qg4mJ*s7@xuz ͔FF cż8MN=z$/Ėoz3Rw&3WW? !<~^?C,.X4}G5-Dq\ { w1% s`5hH\Y:}oD߅5,*9Ա´90//1iǂ Ӑoo2m^Q5/+-W ޷ U ; } _@ -r 5&LΎ]m訬jWeP5qbȫC%}B[kge}q>[a|Ÿ%CXA%bG@™WZrfFz7L(X6$WL-dK_[T#& g<i;iHjonPAQzI+̩Łqv3^)ƻ[[ڟAbઋӗ/de3H3 qӢId?FRM9SnAw~|e K?~i>;|%]K,wYZyFt4cB_rؽjCF4,~M x:J:cEEC[X獆 Pب.~8]IJw  R%=rs~|Y%:o g?;| ]|kAJf!͆,o "bߢ-pc9%A)Fo>$BSp O >8Bp{$ʳ}qy&@ +CIS3B޵*_ z&xÌcTGbtX lX N1çBF.aF/Ukjc;johFA<~MU`ø1>co%~8 w̫/(QJ'fT1)Prz~ugh 5"<k9j_)_Q!r$DW{έX4 [=\a.O*Y}POJİ0LgvfERA@3ީ.WO9/ڶ\c\'ʎJH 4W{Նew%O>ؖB  l| +dX~e>tϐ:/V"/WLYfdQJl!cZt&"aCZm/?nRu0ZuH)e#lA칯+W֮<3i=&8ڞGJ2f> ɯ@k-%!ᛂ\"q{Ǎ=TְŽf$op@%0*ؿrU.XȸkRi>!˦iP) 1gG|Ȩ1ze[kVaVK睕 soNVe_G 7CCLe ̻ac%p_`?tR̍.mR-Mzn~pe$I#[i20r.ˇҚU )';|-fÚ߀"4 l߼ Kj:_qVϊA4`OnB ]K`?'O/ŀQV/vyܹ$4$2݆SL3rPa3X&WK.ol)3otg!l#ʈ P =חW oS}]-ǔy驱jN*x=cXuQlyi|mN{zs1F8י9Pᒑ4$ׂʒ.F "2aI/,+ =oDJv5t`%ɐGI-}o9QE/;I;U{PXAf1| .ub`n<^iAÈ.nVkQ)hM:>DñQDoT(5愁']iqJ:WPC ]y_1Q3׬Qh*DLWR{ẰIO  k_=a@yI 1]6zrxas8"A~P2Qށ=]N1g%\fFgv23YLĤڶ YZ