perl-rrdtool-1.7.0-6.3.1 >  A a]p9|#c N *מe/>ۣ!~v,cZ^F>+2NpkMp(afvu~ecȺZTR23280370168117063ae41d2f60ed6c3eeeb952949eb74654349468d8919c22f40b5851430224f6d3f4072cf92d293f1a6ff0b022 a]p9|vӆ%=1]Uj=yd?xFZ0>s.̗ ~odY&_'WtQ|Ty 5!oAr-'iy@(M.,"j칗vwzX^4= k+ad? 'qQƔC [X,> cr"t' 5{繄 +GTu~OXýA1\5L4dڰqlwx6PJCS 7F@4o#HW9dۚp>04?0$d  5@DPTm  (  :  L  p  9  D h   @ l i (89:(F*G* H* I* X*Y+\+ ]+@ ^+b,c-^d-e-f-l-u- v.w/` x/ y/z////0 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.a&ibs-arm-5{SUSE Linux Enterprise 15SUSE LLC GPL-2.0+ AND LGPL-2.0+https://www.suse.com/Development/Languages/Perlhttp://oss.oetiker.ch/rrdtool/linuxaarch64y , T$$AAm$$YYaaaaaaaaab6339b08a5bdbdcb6ba1d52f95c5c153292f3f225de53cd9b875199411082ef8fc8a7ce9b93387f941b5de616013886381fd0a2558095dc076ac827f68cf17f85853367b089075bf87e52ab9dedf2e9c89b94879005de6d9f771308dd51942ed5c514c2157827480e602783fdbacdd077597f12354546de4be66928a25a760b0c2de28736426ecc6a3ab25e868a1715f91fa19ef1b610baa0a6e95fee519b1ac6dfbf05cda9c10b092cc6bbbf4981f11ee0fb4f1596ea9bed81d2dcb10b6b7c5740cf836e09b5514147554c8858fc20dcce99438c28a87a105314b812e43carootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrrdtool-1.7.0-6.3.1.src.rpmperl(RRDp)perl(RRDs)perl-rrdtoolperl-rrdtool(aarch-64)@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)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-arm-5 1642467366 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/aarch64-linux-thread-multi//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/aarch64-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_Updatecpioxz5aarch64-suse-linuxPerl5 module source textdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8dcd27978e8c7c91eae1d13dda30d049075d3531, strippedXML 1.0 document, ASCII text, with very long linestroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PPRRRRRV~]DDutf-87b6703bafa50653c18799a57250d42e7cafea376ce35b564641f3204e3422fd9? 7zXZ !t/Y] 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-/ۤ~똦"MzRKDs6g"  8&вc"lct͘BNiQ֫O3{OW)Tu9Vtc#oḄ"紨m%,6rJnRSʨVOw@<ij,ؓDIyܑ&ˮ2WYN0=ʫW:9Q-8xr/Q54,0QB'OS#9Vh-ƚ_%'+◔Ki,巳n 3\ųwfStawX(ձQ},:qQPФ씢_!wjӏ~E<Sꄐn$NtYQjU^D`Ҋ}Þ&xfLꏑK\z8\-^z8H[I`d{X*E^2͕NI"VMapizY9\v-@xFT*ն$mx2# C?fq5Ip炅$FV; P(D=ޞ_L59=ȍ$>|U?yu31yV75=b'Ad%}.xT' 5 < S+a \dh$SX_w9%-Ap6EƁ:ŚnWetr3aFo-Ge jSTvz3pF۹]o㣤$/K&\EWOe"Taj;xGYaQ;@ 9x3sPgbl4=#Mw>7bvf؇\2kP5kE-/[h>;NUaf0Wu;G,sђZ%QE@L,P}!=:HUu߉y0B~mr&q,]nfʶD׋z{덗]R&|>ksv "?l&ڵBib'zYN@ mbzQly0ʝϮ Aq,UhDUTPWv׽a-0,b鶼'5)kOp3!S4OA]&nzCKu& dO 3DK:uV&,QD8R` mڳ }dLH`P,"m]$ Xmzh#B ذShpO.xݎS3>Jp{;|W94_z%ǡ"\9Hͨ&j@SڇM\7 T` Q[n% }!127RL62D,vBX6cz8ې*GQ?HUkBښ",?\n'MaƝ\1&F>}aix &z>fÏO,T<~݀GWeNR%{ K1S %qH4;8+Ep +XԞX76d^|CE]2Sa VZ><_|vW`ޜ@eZ?N=zstv;~7L.sD|@[/ٽ^t( ab-ukv|(>BZk6ɕ"AՍKTQ1a`W,}ģڈ3΅uYCjD5eƢQ3+v\I~nQLI/oj< JxzՋZ~IЙAaub?_jVm\-?4Ű $0ybKD7?k>Da>4 *~Z3< :#.gDB_Ѐ2<SKQcdߌJ76MR.egN֥O /JP 6nzjB4Iۿghz [:Hȧ'Y]>ZwP_Fۅ]𧯣G`{|2%gx=m#`2](ysw`Ÿol~)X[XTC/k?E~h}8ḽ;+yl-&p+%`yw߁_e2Ϲ(*{EIGV0 P: t5Ͱ)O@7s&dd]*E&Ԑ~6~ܢjO`i?(su߫II>0+'b?l#q5UUҺ̞}2:rMX|5%ȰuH'x[-bg2h0Lub]SbviEO=//TBE?\Ci֥T nMrrfܜa92z;>%OLQj0Q Kو*MW 5`җ8ZSրB1?iY*;xL9OxE؟X-1? A򈨕 0_[Emc3CCB"pznƚ]u MO胊:PvG%Ez#뽎zԳzE\H^ӫS=*CI#/JT(n~l{֋lHl-\hzx ~5LKcZs^DZ7'"K^0>LvR)cI_UhmL=Ub*ܜ5,9Cuj #Z#-GhJK]"G$hi?Ka\"L.`rxN<7 u42ofCj f/ l7 ABÐP5.dJDIhUBiAvzƖ (,C|:`ZҼcI_B d0~#ɼ0‰];d}ю^uU1O7.@ +۞)D3˰DD:K|0ANJ ?` c'GWQA)[F,BQo!K5QYW/X{U|jކ\ @kzfe]~->m|Kjx<@J WoConX#!ں5Y&j,͊rF(ĪjRO*?Q``߼8dhP( -!cHēIfol'cw*3 -9RƽNVmsOçP$39l !b7eSH{pL¸cwձ g+{T6ՁRa_`L JԴZU $'Qd@>'B5t=;T(" Q #6II:9<rB7a9}wm\'A y@g[՘[#*./3_WǮ֑tw Lڛ-u}<'C@'k[3#--ltˁ7*voE;L (//wxoߌ1ѰHswbNF<{B X *)>j$Xu afz5VRo'Mk),\@wmaq4-Ks ( Kܐr̅7 xP 7!a&* DDPT Zlnq ڝ9R@iؽf͇%aP;%hnR>W@b 9_{HTA_t.& 5ŏUl:~s2!Q#SkbГ~|E[wR"b!ѧY$S@DPoS !i<L/mbeS^ yKPqCcO"R!i_̲9բٹI&\Ng_^!i? aɾ-[?ZYmY*3rxsCӷeļc6Kk@R8&gT *Y<,ډҰJX&>osgAhUg@j^C&@CqFHNR>۴[MaD)HyCrπgDk0J$\1E2W72y鞯bK!ҳqÂyXGz2h *4H?s+ccmWz"AABߘQ! yd Er92Rx6imciY+s(J[zJ!ɻofLB$Rji0ܚ ٠ۑy -rsDM>M \CQmA^8'Byɥ{|'CJҨTTXaPޡ^HJBXk6A`xXpx)CA<vT@ 5y76֤D)j\Z>11iHx%1$7gT+RPaV$A9!yo-(u 9]4{;[]H[Aٖ+nz%OD$1vmīܶ~25e_AiV?AU$<8 L0OtFX\愕|'K'@zk\pk }mMqM20S=~F\HfU51qF T=%-(Gl(|:nK$ 71jzY4,wM^Xu}URr'|G=?xlʼng#0On>z~0fC`ݚ Cu!NH|铺r9+CC0Νcvozo<#UB͇-k o'Q5^fRKB^R~)ZQ'{¿C #yI̟7 m?f<w~Vug!8O3hDꀽ̾T&s;g?5wvj {JQv'8-ۏ]op'@ŊFbt1kz6l;n@F.7bec _K' m5}:Uw.N ͙ajT`+7Y,=r*5\S"=:uJ|(m P\cd +qSPx u,XMϨQW;0f9iZuӧ`ik^4JQa`~ w܄4pB'զ4Uod`• v#.d 1mA#Pi<)W\#< N5» #/n-i{!䥉lB.|\G+F+ذNvJcj~~o)9]U\["O6̤zN=gLCd5OHEI:䔷a;MHN 'mc4% jE5^}Խ&fP>ڨP伻FwC脥T?[\*\q 4A7}T"lVp,VilUW A&} $g^Z`'Mr-|"& UÇ5z'DVn>FT? bȝHEMP\X+*[S K._FL!b-g-lcfDH;CSYǁ GOa<%l.\!#sYV4>@: " S߁ڴÐiL}WXp6VLf9wQ`gnVj5Ӭe̯W]\KÏgdSO5+ b(w<"5'rOgSzCU|^~̟j_Q*J]ulc.f/L"CqשyBR9K&#\IUiiڥ %\* d˔ui(Ґ@Mc} BoYs܄.k-Jq L1C})цq29/ϧb?΢/ƵIFS'ƓNsOԁPETuAo#kn;>,eThjꤹOS/HXqx&@q De[7gGz$hHbECtJnHsUؙ տ1G]@c0ڈW eo(.AjG-MFd:)q-_QĎ?r5/ODTy赊`*Iߢc*~V]?iUמ8z`M1 4{uQ \Sjqc?3u(2|]x $lcRݍGAXN4C10ֱr$@.ewEBͥE$gEÑwHX\+h8y+6I\1 sref7>2IUUc^%ύLMW;5鮤ityv5CT(ǿW4-X3S jzAN;4Jv#GH+IJ"AWK6am 4~n'5G (k`'5bw9HB'Z9s1; FOSF8=Rr/7t~R04e?^[P`Ϋ-ṽaBhYKOR<!5,LEp[^AcݴvXaDQöQ]T_N#xB ifNz-\ҧLN[d DN;kPrs%En,0/{o͛DwqGV,W7(P8XB+>$PG<;s𒃔= w#v_6>}XՋL(q/GSm2weݓ9."W5Y8gߞw}v WߍZLFQOySN X$oqD|6jZ {} FJ^i<#"`轨5{ӼVgbB䟓Q11*e%WoyT,I K9\BY%T *=l6Dkː][~jaNdteS,"?Ҳf_5Lwl Cn0cdhZڣ_JnekOʴqxOm,88ʠ1ƤOu]OzAg1R %%2P/{D_ m#]j#H yK`#rh]`O]*%y]|KGd<9U%-}O#.)ܮ\5hmp{ +OsB(n.l=p&s8 LX AvaF)质Ǘ[H7׬zF&4>zQf͘=ۮ7+v33< R za,BOFMz2(zoaի*Ǫ@RA|@zNeI9C)LZ9ZŽNw,m /FUȎuPӉVlb^%ئD3ta5t8x l b0#&SIH1I}%TdgD*߶jځ"z_K uTw*@ bDiL@~j#=f_ٻp6\˓a>u"q-s "B'R<qD|"O9(F#_v럹@f;R.nLvT\h®ubƬ!^:s^MY6􎊀qk ^cTJ!)bq &[ݠ4™F\$הfq0W8@ƫ;^^kpS0Q*yCMh˺XA)ZzSeC`>̛rd N\DmSGKqe`>h_JVe ָu 05`Kfp{w.1Xvڵ~j [sfJ`#9V3$0D,{Y4fƾ~&BHGj53hN:2ge(tJ)Jiͼ ]փ"\R[hK?9!Ʉ\~㿉w}bU-}Hie8Sf)zn^׈vv퐔ܰ(G_| z.0! xlb9_W[SЮ"[ N^:GUҧuNQWȖ.3 bcf9 RCL|Gbc9:F0B\>ddiNn`p( ΢.v Jh5pO rJi6FQx+w`~=R.j}<88q7$ɲ ɔew'u(ԗvp gy[,hrR8 q${p"F9IK9)~J/`Y)-ɫ\!2p'j?!RN 4&@#zA[3qn$%ƭK-2ԑôXpZMx'iiE]2yqdMe}FZW+͒r0cFugը&HR oqVJ:CҠT54u`x@ ).'M5L)qujW4#Cr۝+-/2\X {y\+$4U|M{L+eS`MfS6kBuSa٥S]s10GY˥O94\.i t.H*Vel`c5qHC*ԣMDE e],#K޼"J9\ƻQPpL6YV&529A3'q4R{aԄcW4fO& |Y*碇j \K֌v9H.3o,Щ;5N&$.WK'+.wlK& 0-ivdc:??C&kbӡ'WhtG?nl5f!ݐ%bťxM-ޭ I5$r. #!C4 Nx~GzCVihKѤsw#]QjrShhlk^Wn'U uaY"ZV%&?׻\O:6Z{D PwC8PHYIFS]"Ix'r K<'/.&zh.fFsF~-(<5پ턈"4?mmI ݍUeiR}kUxFWYFA)47g=_ľ/ǐ#8u΃΄TBƏ?|win4<L{aA ]= 3!/{/ q/+ n[' V>ZӿU7>vQbyW.Xn)ł6eVprl?܍9A9}U!4c +i]WsJ 1u~OtЗ+DQ8V+~ێJbVB&V D+A%J1>$1T{J>yHo}! [>}v $"P/U&nF:wkX.-,-ym&* 5hYzNwx'"Հ9ޖ~~ $ 9?>e+%[h=ΔPtrGÿ}?`?[l}u@M:yn&8!h4A"k}'5bUqRJ`Ćv,4Kr2ͽ[ͅ+7uQ c.QT*CE.XtC_)c&]N!h̬uirdPxE ;1JHzy'Xknm!%1hfC2^վ k*@*Gmأ,>}!dʍ1&Lvl˳!FQH5 LS^ߑXAl3{OÍޛD{,;+ovx9aF̉6gvI&0ŠˡatG3 ! ?N,s١; +9x{#(|Vlwb:9O]`/TA$dɄsMnyd'745NIp(w (w+4 rT5b*ArF&D6NH[tQN%V *IC/ә4_1o^:WS|%F1e2s]i+gd, ;ϗXENeTq"n рplDr/5pP> 6axOga4$DMG{;JY5B >&ptϙ.40` "J!.wɮFg-\lh49}L:͇)KAfnKh8 w"珣娞ٽ΍`%%pude"%=2!qJ@FнsulzbKƆ ǰ*ۛohQL]T X@tA*39-O"f_=nܥ̈́؉\!" F9vY,!XKj?'gMx .՟Bph,XZT&[.엙D`#%xVǣm *U6!5tX1fٚJIT>h.,7KP]WQWlǣ,Y]aQV곌ȑ! ͗~sW)nM06D&mhMd!d"Q95Y0lw\ IK۬j' !{ؼ`hW.C-uFM.;+ %Te>`@\!qJ4N-娻GI'FWdv3o ml\_8K7S ` N68|a' "$}v㹕!:[ "Rz:JmW汢 Qn,)u@L5'VN,n]7*~wDfsZ[ {I1Suir+WRF3|yžonCbQG`=h 5/`/xJ,TgnyQS8D D@xer`ݬ~v:kowW(ujMF63=u #Q$1s0nrtd e2/ kzYL7W\-U)禅f/H6 cކzYw! ?0:@YxS(m)}2:^ C6#a nX{g߈"+ ]yG䴢g?J0,U73'Wp'~_XOeaNAԜ/xI9 ajyggLi^uGlFTR텽n3w &\m>QĔ Gm4'^J<" qZh"]PlmydϔKz/HBI(G4R\IY67~σ|J}WCn~jhD2q*5xdX egz} 6f`OS4#Zy Yq?|΁ K$c#fQgb ;_qP$7v0Wcj#T8[^5p~QVet}@>RIDӒ1cL"!JvSw9B;8Y1ɶ9cpD!cmD{Ƙ‹ IksXن' %GLQ&kWቷvn; 8w @#CiK} (Ц1F_om֭EـVp`V݄ciеsWUH_{9D u*Qw5p^F^(B&cU]A?񘼛Y*YBJv)(˳V/fhWS>+*o JY `&>P:R]`8'vIkq#˟F 8 i 67| x]GJWه&^23pmwqƝ {I:kjb߆wkÛo;zc<N"novl^Ie{s2rn4Ln<{%“|K#"ppM'mFCMuoY1g$o671݀ ƵΨ""0v*'s3l2b֓˔APq69^w wZb, YтO}qW-*bY˺Y,p0}O?:r-%79 U`@q A)ySg3$$"*g~{F#&Y^j6ឳ.ũľkf T|@ݫ1u)!2A2q*Jbճ<% ׌33*h 0iAH cH!:qwy $A},/ 隑1X'w ZXlq=Q 3֡B4!K\"BOzRSNӦgP]lDŽ:cB@zKCt-<gtS6W. /h) Z)oUXogdUs}i:H=SrdIQZp7Mݔk:y葳+ u8ohm2M6EDPβd+[Gv1rK rW)y$cfJPa@Eoy1[btj^2ʇU) GK-mmdIڲYϚζDc'Z^;DRvM{g떽C YO\Ƀ:&ES7钿oc cNYcv?K_2uJֻ{spȵ>|2n4~ݻGߙkFg -]<ɆvLa~UdJ]UN;?JG+gxKYsI& h+n݂mt{Rx&h',F4ꝁecՐTY j>ڎ%=A5@}E5"b?,ej7)ՇD}K%m o!-!sEWTIUW^z(tX-cvdg#ϼG\ezI&#HzJٴR^CHN{4;)Q#`hӑH/O+ Uq{u@6Fy\ aߢJ+7W3GAI3t7͡:Đ̎u<vʻ9DEHgoIꮋژk[2> 9Vd _ TF+P%p!!B>}4թYː-͡eؠaKVY[WK{E w~d^RSFO>B!mc[7 Y$GKNrR;Ʀ"?5Ͷ=vRTo;öS`Vȹ2=eMTYkA16M3%9 xtk e7PWz\Ik7kCxn\`&^5`ؤ:!c꼼MO1oŻ~h'YMdK-DLu:TWˆ2<(`0;5l:tRⓛ&>D h४3,ċkËfTۯ>>?݇{7Ok.Ke=ؘdR;}h0Ѧ%"aRmCQ WBIڐ83vyW\`}w8U}Ç! [Sy4M : 79畞 {(4COO*.|xgQ[^VнX1<}thlƻ̌7}(M,02Nj!ݤ>Ux=95 J,?GKr-NrYg4+i #lO6kv}}"c !vV$"eû醂jl EW߆۶ ̍5spfK '[#<ɨυjWH=DG|Z$S)z֕B@v,Oˏr \9IS`Y}S4yG$FmW0dfzqI-("]y0Px"{p[L`/vZzsjEEr͊?ZƳcK KXx G ^ Nk+4񲔨n:>`lV谲 [7w2)ɮvY܉-}yeJ(ESg{i#NR m=n1j)1[XF/ @VY 7w}ZtU8 S.4g_IkzG*7V!:['-I(iJX6e 4sEQ(7Z!XVހNE"I_R+c2w|܍>\^ߌ:Ds SMlK.(9qծs[GΘgߣ.Է^nSrLٜ7(\Z;= {GKB-~AxDAk+>ML~[ԯX@.wГft)+%ޏRTo4_f[9e) O;G\C0)]ָ8yRBVc[nWd{ ST…=`)J[1S lO.Rx܊tkYşcztNp" ȓMB&}5NߛA ft8IT.eOu{=tm\>A^-\/kt[ߩ˭$퓆&MRWd!.7" } y҂|->̍v*0-TޯbY> k÷X=Y]$,[$SoP2,|=Wz:lch s=Uo5gj@] @[4Ձ]LZ+f;*ˆPY N!(Pqǎ^b6ݎˎ8i5+( s"igrx',7"v.|)x60tn+)~q- 1_>o R'Ӊv'VOTHbIńhy]ɩ|y# \MxHJ7MT ~U>}MMIno[HQzijy YZ