perl-rrdtool-1.7.0-lp152.5.10 >  A ^1/=„B)N03kU (#LȠ>|ճj`nD3g})ሱgZ/Wm:Te<7wcۭ[qR޾tDw5@? G;SA* kQv0beb,xƢ3B1=̌lq4X,pLõMaw^g`6E!cFL~u<(eTrZc[ /c%LML7J63d829a37d25333602b6a633779482da96a1f12d621193e70f67b6fa53774857d07da43847632d802cb5d124df0da5b5a51bf769ԉ^1/=„2j+r('G>8xڒ,λ>&a 4o}}[ԓJ3C6~- z24*k.d/ JXtHo{Dg^8-]xu;8ⵋ[B4bSCU:oBִFXU&CVH3͠<\0CZUĊaRk6ivL7Yw;(>Q?xn&7g·gmVT>p>/L?/<d  :DHTXkt    "  4  X  !  , P }  ( P " (Z8d9:F)G) H) I* X*(Y*8\*\ ]* ^*b+c,d,e,f-l-u- v-<w.| x. y.z..../8Cperl-rrdtool1.7.0lp152.5.10Perl 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.^1cloud136 openSUSE Leap 15.2openSUSEGPL-2.0+ AND LGPL-2.0+https://bugs.opensuse.orgDevelopment/Languages/Perlhttp://oss.oetiker.ch/rrdtool/linuxx86_64y0, U$$AAm$$YY^1w^1w^1w^1v^1v^1r^1taab6339b08a5bdbdcb6ba1d52f95c5c153292f3f225de53cd9b875199411082ef8fc8a7ce9b93387f941b5de616013886381fd0a2558095dc076ac827f68cf175fed235eb93374c0da7e3abdb3c244fc28a364dfab4dbe9c8f69d93985719d45ed5c514c2157827480e602783fdbacdd077597f12354546de4be66928a25a760b0c2de28736426ecc6a3ab25e868a1715f91fa19ef1b610baa0a6e95fee519b1ca3fb4d3ca86559d4020eb73c4131b90656856cf89eb3eb2e42d9d7f3f3c003cc22b1592c5dc29efb2bcc2c7de68ca019a5e805385b2421df7206919e598ad76rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrrdtool-1.7.0-lp152.5.10.src.rpmperl(RRDp)perl(RRDs)perl-rrdtoolperl-rrdtool(x86-64)@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(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-lp152.5.104.14.1Z@ZYu@YZ1YZ1XF@X@VUV@Uc@Uc@TTTLTq@Tl@rbrown@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.comLed dimstar@opensuse.org- 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.cloud136 1589653889 1.7.0-lp152.5.101.7.0-lp152.5.10RRDp.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.opensuse.org/openSUSE:Leap:15.2/standard/e94f1b289dca55f6230f753ab1037279-rrdtoolcpioxz5x86_64-suse-linuxPerl5 module source textdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f2c6efc4dcb09432b8c1d716160831580f13f3f9, strippedXML 1.0 document, ASCII text, with very long linestroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PPRRRR3-9cAP!&utf-828204b392c631175551b5c256d8879ebc77042a8364ad9df1a56b7c1043fc9ff? 7zXZ !t/SY>] 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/6M0h7ǽw%cag!b2L?ɇ58ޑsHsX3k h<u!3cG !]6G31Nk=%U]zy(->'mi^~Wcyy罞W+z@W ,{"`F0>p1rڪ;kmW}wtB t\`%PzOXM8:iaѐW?!;+]Y&so誩{7 /b'hm2Ƅd|0tny`LxS40l (C'̒ :%6;Y"0TsZ=$40tymns(s7Gɿ5Ow߁]]1p@~xf!=5Ȭ xu_) ✖ Xgpje4! 9齔\-)L) yR y &)"w`>/a;Lkb'!J)AH Ne Z3*,wXΎ56lk/qn{"mИVz徶WaY:St][Ռ]6US>|:Y23PJ"k`AT=[.E3AɦݻAV%2ҋ9؉MY2jXJp-_Ȃ496Py-xjߟ~)SwųZ#`~7+r:(2.Xs`AZ3(<6Y(#W]*Dž0MgtBs7ߺvN{*GEiR7TiZvA+ڻLH+N)Ǒ8k]ue3ψj"6[y٬%URt 6YHDsl&}ԉ3')7 2 /H+9jkluaaEo9~MBs=>mSry~^(R{ b\\}]1UrE߫/N1׶f9e}@74Vc편u,bv&{:2zb4YŊ"MܩzTV'+~Z_tyh!M'$CZ%WX-}_o:+%l'd~?yj͑Q#7\O`rյ'0<15`AY<C30D-"H>"ZKG,̒XrA'!ڼ?4=E k)Ru0|l -iSA%{\bK"Q'[+Ҧ'o{洇?T<8`W* aT"'Ɨ{)C{`|I`%h0s\ G<%F6āi$׈v)CъΈ,q<T\''inJX>{3U<òjy׽ypcYOeRM. vcl&PT~xY0RXRbr!1E4P歊>OM ?"I؍gA5D GXyg˯ SmKwװaJ $+%5GjMzEHuϲenz'󻅔Ew5%qcdj)kt>aNQL}TAjx^c|-?LcdT!webCҰaR1H(΀f9Asݺ3nN#;9卛 J6k*Hd;8N=pt`_M,@-{$;qց뀹PB )=h%;(K (?$_,oSnTy|9IyX3qD%CpkVAWo ҵaURP-P)'F<:;uH[v*m3\/2%kh3 vx~0w\b',4fZ2ܬs.'Eщ%Id_Ƌ/t%D8pO'~,z#_/ZՔq_;{ٵW":yC#,Ω8Ԍr)(!BV0Or!96D1x43 BJ?!Z6~g\M۱Rh-m[~a^(Ǩ XͰzS~yT* 9ĿH6*9]3O )1n \Lj3t?%lc4[赌c]d4G>]%ml~18$\<4YX;~}02P"i44MfKI4}dGV,mux,?W\ٍ"9!?8;ckHkx`uctЌ!ܛl+qڋbKGՏ"4'-jK9հI0I$Vd\z?}o? ~؁=B97~N 8lD]=#=kSjgrC| aiʤ^`zH z(R W4ViDMưL ^Fs.v.=o_AL~m[cB1ͱ:?;8(#%pGNn5B>[dCd?*`4AciLz; %_Sw^D/g%,=D 3J@E1~YtE7SL 01&xRA sӸ?"E}`9O 4aP>ೣNFSFF!!Yvv ԡ `[f[R`*V;y S^M_XE=ƹ2&'ƭԧYuiO3tw)3d?瞣}PR<7 @ /~=sX@2x (eG^GBpT h+!RT`r)<~CMi Bh=oR3f~=˫=PϑfNH) OEߔ{C=ԹaIp/`;c3>ZSq7Xj]-YXO"wBDҏvwzٲ G $[t0mIK5u51*j Z 's¬EPQ]eB PAk O0} rQ_n󎊲pF`m#r^`!m ĴFoHz!kjd4۰8qs:p#q Om)0re f*å54P)*^Zt:YUc'2%RQww,0k\f-Qާ F/T,N, Pʛ0"qB&uȶSL5l=gItÈA65mKŽI10ZW!*S / tT 6БłV twLcyo-ѰU{õ 16vT,hc4gtC28]/AdCS-y5 .(h: `9-v}vp_@l:ĸW2"'trOn['uZ{uƥ*~7 z>>_l~;15wlҊx:dVQn LO//ӷԉӯ[YR7COjV"kK_[']\=~!ES,P~yZKg gKѾSNA0,Qtn=<uMP@HE/`5C?Z=r;Ss֭Ql:J5W H$)dsW^aڰS}P8ÑH6,z2A:MUaȋ !0vlK<;Pyj*aHJ?iȧݲ0{;RqJ D (eDZVSDㅟLv8v=N5$)`y98,z匶RkM^?E%e J!e t2+)x;>a6SxJ.T ZG[1{TdNZe)Y5fʏgS`AcutBr/Jerq)&`߅R2zle5Ql$GN`;J;`fXu%,PJQ*lo}N Voކmb%cЍT.O$VA$s9]»g@d77Em@fcKZw#z""hIbeyLw<9Z/>X 8vcxK FvNn2<|کC5(>X]SmD{xdأDf."58ScI(uI8:rӣ6ݴm7d|>,UӝS)ܲE4E"?X&OS-X3!l  H%8G&!L󱆃d,:j>;áC6 2}C\P4ӅٕG8/ ~)dMqH3tKNU`;!fq"W͑Q1&Gl&6-KN֛CכK j+N8Q-^ ;e3:E\ / #Sɚq7h!4x 2?QjNgC ؑh2vi9XI3g}E3n=$ɜv)o^!o `Ǣ=c5\ҚB{ǤMF`|"70/GXVc%7 8~sžLٲf;xR4=$z2|k {S<FoaLӅqYQ(f5Qr ݳ?Z|m@*RQ|#e\"Po=Vk3^@}W8)1dʣO!f !z2MߏV#GRh5r6¤q*~*{U}F4DCBeP=&,V(ֹGp#g5Ps%B m6Bu,k )Pc`;-bF7돋7X@hV!GoLfV/OdJ$S ւL GPO3 o$& ?wC+pca 2t;ԫ)^2¶Z6G%,LGsQ 1-U>*]- >>d t8KYㅽt7 PyK<0W:ŪF;[K05`.">&\a=["mP{klrsI=C2}jl0\ly)eYAOtN6Ž`oIJ,:X&a.yb\+hێZ ΀ c7|﬈`~!$#y}F(q$)CG{+D:~?}v~u RhSe'\+GܗwiknE_`/TnؐGF\sPo,u$|3CP7uF;'(Uk.}$4_| C`Ylʲ9 n{[MA;8?8>*Ŏ xWS\En=mHk\tA>$iNF{JP,2%Vd^* :0 <}4Ԟ <yzBs;^$:dƖꆇݺ*r"D#qV0U]#.f7u%/@OvɬuV1/`dRz8\HeR玤~zg QNE6NV gN#Ju[" j`ޚׁݲb#ha%ڦ2g.PO@#]<|ż~/J&e| *Z<N5h~6~a« ,U/j {>A0&+2,E9[YG:IIG%mQ|~Ӄ.Ga.=b#q]RVKvlW(64>#P("* <#3(9X6(*"l-Y $H '9io-K:QtփJB=& 7dFfa5YSQMɧ.0&\n W ǔw){OQ~X|ԁM=j@i^lO`OFu8z@_l"Â_#A(Խ|o2.Y*(ER*NT"0ܲ?'R1|K(Uq)&\x/?İa7Qu9dx&c>/gcp0Tʙ8wP_dTM:Z,^vP15~O{t̋D?֑Vg1c?r9!ٚfwQs\ r#Gh'*tB<#߭gYι(1_4hZ *M'z2nY"Y?yҪ@~8'3R6L^p2X^6c̥a ֐+ *zu2APioliԋSV+OD H4_}  eU'.}As8sm\;#iÄ"}Jau @o~V v̎}+H7=udCA{Jªxd ‰ 6w7hۘ㴒.$y%ٱnWxm- oAcs)֬2yKcMLT aQ#b(xh\\Azk V,ٴz9QJhb] }w|ψCgHUZ\+8:W{ ;+R/ v OlrrV 7wz8U #%x.iMsֆ~5[[D>6pm3zNYWOXɺAlV+sDxw @lLShi_%gzdSJԍXg/)De*6n?!I =T KsueRAAWwٶ {et]<.ũS~J5s^kV uvMbస}Xw PG !AW 9h O~,X_P-YU+E'q* =Ot .I$^4p:VǍnkH?il,5 ɅOڎ]AO$c 訮〉~3cvtOJA ϯ%ih2/l'i5;w~}O ]Ce}Cu˷L$ZF#r|P}`:˗  ( c@|4Z&]|YQ#H'ƣύtD^Da\(" )>7+T i%JE֘-;+tv)u:UG<Z;U >@箢GDva*1J:]wSȳ/yUQ ܬj2x鉕vw?ԣ:J7T cY*? ߼XtX]剫KD:ϓ)"r?Q.tk`%ҒCE^[#)TC/LY\Ǔ Ui7lvXki.XOL6' %S)v^K%NY}*Oe ^Mο55'm@!m3ޅqI@={i|qPlf:Ŭؒ]9mN`G0mJ [5쇔XϭM*eγF|΍SajIw(P@T-Js-xc:YdUs"EV%۷ ؃щ"/RB%x ٷ~6S|lzx Gɹfl5뤛DV%aۖ+<4=Q̸Mm=&bhJ[/Huu^XxFIv.qq[Io Q mbd:V5襳-kSK2g A?9ٞxȢ[^5EĨ6 8Ȥ ai橠eB3DZޮU_tAF:]db^l@]%y`B颅[2g 6t_7ѰZNf݋XkLֲ a|4kФO g#}QiLfK7 */7{t1hHvƓjQ6XwS^[2cە"x+kD)Ƙ^ (S`C>2S(%]F<.4:[DK:ML aN؜ch)sǤbpK6pퟵ0 @U,FwYތ7j[Uh9F-`\iSY>M 1O2~CTY!D|m v1uxC*8z [sۘ~]hգ**{5|ZKK4roJ7`R7 |{yӑڇz* ˣ[y7*: O(/Ajau "OdU/G$g^[ka&V2e*5cmԚdIVL]QlKN%=H#/hYl]edZTsjx_D}"h Åp_)Yfl+:{B?\xFa ϜFl.Ь|2 [8A_ uZ@|k9*-3+CIpP-`@Q7 g&! SP£D׮u'=d{3Ԯk_^;0o򓂤J&K/x/TB1o^KqE !l'/AF1W9<8v}P&&JΕɜK7,?c?%ryHdF8fX,rC_-RrMCqՒ|dv[C#"mFfٳT:$Hs .cM^ T Y{5M:”)5ok AcFc+grxzXώ|+_ r46+jG %>:z>z#o@ kƭg q^ JcyS s.g_ɞ}].YA VhVڋ>oB 0軃GTAۛfI]Bd2c0j5CަX0o zz[p[8խjH U3U)QD4=@AO!!tnJ6'YꂢP)&B"bG9X|]rL;[f֘, hBӾ^=P,c3o4  >D]wu~'Z2y!l#FgH._M <3c0tN,x<6G!/)҇ n02B BAnɞkg=@d/ mU§&c <ƷPb!{Zpںjb8&CJ uڻ``]t7 ߸\9zQ%m1"\Yzv+P $WK1u^0ǁy)׸hGEi7#A }ya:^$zkN$腘aTd=t!ntG@6Q>43ȋy?^6m~j`(dcLH \-qH@ ,>q*-3eK wNfw՘|6:OMsFzWx$45ԓS/,|Ykٛ'fw*;skw>4|2="D5XSVd6#-21C3!mh9/|r ngՓooj(v~]g^?χgYĕP-gw,ɻ~!;:PR TLOíq?&_0\t#R +t)5oz6p]사Ћ5C41Jص^51B"z|1B$Ȣ:O, RgpiE$pMNPE°y=戯SJv("}Ҙy0heB1 x.I8 8ud*yT-p2b _@Eym MP:{! -g(Ք8)7:XVH#Mh>R_\i|Pp:M =xt. 0ۨǏ2ll29v|ԀeF % y쳑~óUԭfƻI2&|oza*Ri!o%%S>~$0w ̱=='+~aG:Pnjx'iC|.€1ʺ/`'e w+M{~ tP+'8r%.Sr A4nW?81ak"[_oTmT7!5Yݳ]H4@vh(m$4tssmL;u\ ֆ J1֕ =9IFJn$@x]ƻj:p0&~?^)rW#nyh6 S2w)RTNE ˗1C ME&-˫Zv:yʣ)7fɾ|Ƥ3L3O.mRkd/Ac4TƜG~ztsŠxvvQ@;{T=kW ̤Q DՁ•MUVs]= 0~ 0vܨ3#(}잞fSC0ͮMu`wZ(R:l8gB=ʏ"<۽~+u?Ci{TУ&VWJs8pR m*V-r&v^DW 0 p_֓O~f?V)XRdhH --{ldiL {jƶ}Izg0JؠqJhIOG|G lcGp٬:ٍ)>}oC9[޽54(T̛3H)G)iؠ."~U-k~~Lb0lG7pӬ]E:xc&"$o}߃v=﵉4k*RhjR~ O}+)IgkgVZ,NSpD~[9|dW1:-hn9uTƶ?WZe8ZhKkZ7Bm&6;&huCO>lf(FYl(\?;o}fRΒnWJ:<0m שF< 1i^tN/hwGYG;J[wJ@:yȎ4: "z83`Bӂ2Sd)mʌ+ՙ"Xѫ̑N^_jIexG#Cx*Z7nM_ơiR_: -HL4;t˳cCD/!T)MQY:S~gp&QI]䰴ԃ SJkk'nFIߧE dgۋ9ꖾ@l.#5ޡƔ4 v?_b(XR|B|_tA}@ElŶ [DK._lXmE_%ȿxxJ3.q:]ViC(^5| XQv Ɛ=7Fa ,6\NI^|a9>@%-c)gVn(mfжta.ϭT?JcB. E2W I\RCU-$OgF0KM3+x9TG%gH5Տ_ԒXdhcÀc8tƓi1,Xg?oX ׎0SAk*6uAJm/sŚ͛ZpZҶC84MUlT%%176彜;ӛ2'+MSwgk9g]1ޟÿGZ8|v-bjJy%VRBX&ԑߨ CNXԽBb(AC0d5Pli[?vW |]? K3Kh%#(&u&2S\ˆ6Mȃ%X'2Km2iT+nt`-ZJ[!d{GïߵŘv 1 T)Z $qd<.íe"l@_#!7nL Y6 0 '60,b7&J`}> ]Cc8uo RLLWVRcݹ۶- A-sw{,íŕ*!ɞcS녆Hħ pID{=x5VBF87 G!W-0$dϺ,e-'>e|dV%MVB"L>{֗_ 8V^tHHUu2L:wJ/tXQ5x4+"+ J&)bb,؎-v;I$ ii--5[J| >.no]Mυs+cymaco CUa.8_ R\')=)H7V۸?sķ_>GUZrnZ?t&A-hD}UeGk7#:Hv$f4|Lw!7QzrC4t/Ծxx\$ꕺG_8KB?ϲgh H,W!fr^v 77MN$' U+[%jt1n]H<yCc A3mDc.?<4Y|wTW6pC񶅐_-1 GJ#h€ BiK+\ ǘ4TvydҍPcEk^AqF} _8]&Y xY $Q䗧%SdE>}Z)8c-Sž0lx$ Oa+yFZg9+/q byc6T}^)}q(Ul3 ހ"MC?|-! D Op|O[Gse or LE`Lbwћj SOG(>ޒL;-i.]N $7*sUGtƞ RVx1hCD_CrUxGs>}(5kBh|%NoF&JY%q+D`u6My]!-ӡUsH"k=pբ P!2_?S!jd<~!1ęDtQXl9py*~Ԥp2 YZ