perl-rrdtool-1.7.0-4.34 >  A [ 3p9|QLʁZqS]` ET>knn ‚-yr'rT)LS~6sAJya<4Z0+JSF[jL;xSs'YrMA؄ YDۭn8@d(M_HD# PBrQhI`>n{+hG!E—73M[ҠWh:ONOHdej`I:Bs[QA68d7211723fd30bf9acdf9b296d15417dd35b6165e494db3f1623d776958eb89fb6744311d0a48885ad3fa4ab2e3cbdbaa158e52[ 3p9|oN^q췣=>CA4EG4V@g)E"|vug]?L(_rp\߉f8LeOo:lg"(!Et #4*/ }iyPo~DGx+2T#EHKH{G XPQl2O{ߠ.M--爜[j81ƠC(Om%gVDͥN=0` ې!ԑ,$Ig*O۬j#xJ>p>K?Kd  4<@HLe    2  D  h  1  < `   8 d a (8-9P-: p-FF*GF< HF` IF XFYF\F ]F ^G*bHQcHdIOeITfIWlIYuIl vIwJ xJ yKzK8KHKLKRKCperl-rrdtool1.7.04.34Perl 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.[ xgene1{SUSE Linux Enterprise 15SUSE LLC GPL-2.0+ AND LGPL-2.0+https://www.suse.com/Development/Languages/Perlhttp://oss.oetiker.ch/rrdtool/linuxaarch64y , U$$AAm$$YY[ [ [ [ [ [ [ aab6339b08a5bdbdcb6ba1d52f95c5c153292f3f225de53cd9b875199411082ef8fc8a7ce9b93387f941b5de616013886381fd0a2558095dc076ac827f68cf17b3a28e161ba4a235e3341f52254758206962d6b839ee8861e850c21dfd41c430ed5c514c2157827480e602783fdbacdd077597f12354546de4be66928a25a760b0c2de28736426ecc6a3ab25e868a1715f91fa19ef1b610baa0a6e95fee519b1ca3fb4d3ca86559d4020eb73c4131b90656856cf89eb3eb2e42d9d7f3f3c003cc22b1592c5dc29efb2bcc2c7de68ca019a5e805385b2421df7206919e598ad76rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrrdtool-1.7.0-4.34.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-4.344.14.1Z@ZYu@YZ1YZ1XF@X@VUV@Uc@Uc@TTTLTq@Tl@RmR@RΏ@R@RNRNRM\@RL QLQ@QQ@Q^PP@P{@O"Oz@OTO&@MMz@M@L!LN@KQ@KKIcIcrbrown@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.orgobs@botter.cccoolo@suse.comjreidinger@suse.comvdziewiecki@suse.comp.drouand@gmail.comobs@botter.ccp.drouand@gmail.comobs@botter.ccdvaleev@suse.comschwab@suse.demhrusecky@suse.comvdziewiecki@suse.comidonmez@suse.comcoolo@suse.comcoolo@suse.comidonmez@suse.comsaschpe@suse.devdziewiecki@suse.comdmueller@suse.demax@novell.commax@novell.compascal.bleser@opensuse.orgcoolo@novell.comanicka@suse.czanicka@suse.czanicka@suse.czcoolo@novell.comcrrodriguez@suse.deanicka@suse.cz- 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.- again fix PIDfile handling for rrdcached in systemd file (ugly now: because of removal of declaration in sysconfig file; it has to be declared twice in service file) - add PIDfile directory using tmpfiles now- don't require ruby, the package but the right version of the abi- fix build for ruby 2.1- Fix bnc#793636 almost undistinguishable wheter there is "no data" or "zero valued data" on the rendered graph - rrdtool-zero_vs_nothing.patch - I did this to prepare rrdtool for SLE12 - bnc#831773 - [openSUSE goes SLE12]: rrdtool: Change and/or patches may have been lost- Remove PIDfile definition of sysconfig file and add it in systemd service file - Fix PIDfile location to /run instead of var/lib/rccached- fix rrdcached service file (type=forking), add pid file variable- Build is disable for SLE; remove sysvinit support - CLean obsolete conditionnal macros - Fix devel package Group; it have to be Development/Libraries- add systemd service for rrdcached- rename rrdtool-lua_lib64.patch to rrdtool-lua-ruby_lib64.patch since it sets libdir for ruby as well - Package ruby bindings into ruby-rrdtool package- Work around makefile dependencies on installed ruby headers during installation - Avoid running autoreconf, remove rrdtool-automake.patch- Fix the hack from previous entry to work everywhere- Fix build failure: make looks for ruby.h in wrong place.- Add Source URL, see https://en.opensuse.org/SourceUrls- remove suse_update_config- add explicit buildrequire on groff for man pages- Fix build with new automake- Only require lua51-devel on openSUSE_12.2 or later- update to 1.4.7 * check in /usr/lib64 for tclConfig.sh too * remove perl 5.004 compatibility hack and make RRDs compile with newer perls. * added support for rrdgraph to use the yotta, zetta, zepto, yocto prefixes. * configure option to disable building rrd_graph: --disable-rrd_graph With support from Ulf Zimmermann (OpenLane) * fixed segfault in rrdtool (xport, fetch, graph) when handling error conditions. -- James Brown * fix uninitialized variable in rrd_graph (#322) * improved data reduction algorithm in graph: after fetching, data must be reduced to at least chart resolution, else some data will not get plotted. fix for #298 * plug memory leak in lua bindings #301 * improve cross compiling -- Michael Olbrich- require lua51-devel- Fix two segfaults in the Tcl binding.- Move the Tcl bindings into a separate subpackage. - Remove the superfluous call to (bnc#693085). - Adopt the current practice of packaging Tcl extensions.- build lua bindings (new subpackage lua-rrdtool) - update to 1.4.5: * rrdcached: print \n at the end of log messages when running rrdcached in the foreground * rrdcached: Let the -s, -m and -P options affect the default socket as well * rrdgraph: font related memory leaks fixed #208 * rrdgraph-libdbi: print error message instead of dumping core on sql problem * rrdgraph-libdbi: properly allocated response buffer * rrdtool: in remote mode, make argument count for remote commmands strict * rrdgraph: fix problems with second %s in right-axis format * everywhere: fix locale handling. locales were not properly reset after calling set locale * rrdgraph: fix use of %s in strftime (G)PRINT commands #277 * ruby: fix bindings to be compatible with curent ruby implementations #279 * rrdcached: Ensure that response_read() always calls fflush() or fclose() #278 * rrd_client: free addrinfo list after use ... * rrdupdate: follow the normal code path for exiting rrd_update if there is a problem with rrdc, plugging a memory leak on the way * rrdgraph: make sure we do not try to draw points all that far outside the drawing area since some versions of cairo seem to go unstable when this happens * rrdgraph: fix an endles loop near 2^31 timestamp (32bit platform problem) * rrdcached: fix permissions of the default socket * rrdgraph-libdbi: Fix sigma calculation * rrdcreate: better checks for RRA arguments * rrdgraph: if there is no right label, do not reserve any space for it * Enhancements: + rrdcached: add hosts_access support + rrdfetch/graph: introduce "epoch" as a new base time reference, meaning timestamp 0: you can now write epoch+11111111s or epoch+19711205s * update in-tree cgilib to 0.7: + allow cookies without regular CGI POST/GET variables + support for ';' as delimiter + support for multipart/form-data + support for file upload + decode variable names and data- fix perl file list on factory- update to 1.4.4 * legal: Relicense the RRDCacheD client interface under the MIT license * legal: Updted FLOSS Exception for latest PHP license * rrd_cached: better help output * bugfixes - remove last patch, fixed in upstream - disable calling autoreconf (needs too new gettext)- fixed bnc#594981 (-double.diff)- update to 1.4.3 * rrdcached: Log to stderr (in addition to syslog) when running in foreground. * rrdcached: Added -m command line option. * rrdcached: Added -s option so set group permissions of the UNIX domain socket. * rrd_create: added --no-overwrite option. It prevents rrdtool from clobbering existing rrd files. * ruby bindings: rb_rrd_xport function * use locale settings and _NL_TIME_WEEK_1STDAY to determine the first day of the week. Works on Linux at least * rrd_graph: \u to backup one line for special legend placement tricks * rrd_update: new (better) checker for incoming COUNTER or DERIVED data.- update to 1.4.2 * RRD Caching Daemon (rrdcached) See rrdcached documentation. * The output of rrdtool dump has been adjusted to be simpler to parse by existing xml parsers. * RRD Graphing functions (rrdtool graph) + VDEF PERCENTNAN (a PRECENT that ignores NAN) + CDEF PREDICT and PREDICTSIGMA functions for on-the-fly data prediction without the need to modify existing rrd files as it is required for HoltWinters. + LibDBI integration provides a path to read data directly of a supported SQL database into rrdtool graph. See rrdgraph_libdbi documentation. * quite some more - see NEWS and CHANGES- use --disable-static instead of removing static libraries- update to 1.3.7 * many small updates to the POD documents. * improved win32 source * OSX compilation fixes * rrd_fetch: fix memory leak * rrd_cgi: fix segfault in error reporting routine * rrd_graph: fix TICK for negative numbers * rrd_graph: fix image size reporting for LP64BE architectures * rrd_resize: fix GROW for mmap (it was totally broken)xgene1 1527350557 1.7.0-4.341.7.0-4.34RRDp.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:SLE-15:GA/standard/e94f1b289dca55f6230f753ab1037279-rrdtoolcpioxz5aarch64-suse-linuxPerl5 module source textdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=418b51d35dcd9810e8bd615e5c49ac2655edca60, strippedXML 1.0 document, ASCII text, with very long linestroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PPRRRRRb7csj0|VSutf-880b9b9bf9869d256c64eeb63d63417934d2d98f80e0d695c400fe9c6809ec9a1? 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< :$oeF%ѽ^1z!dO `y,D+cci__&9$_CÎ-fKʃg Ȁokzv = ܟzyռpuoyt\4\vMO XjלzI7 @gO\Z| @ 騔Ejgy7HGl|m)9P̝A'AUhnSXNM:u%πh/E W4ÈO*+cV;1qY>o})bƫV$WPSG&#ŚHK_a fc_e++tlsьBs™|.N@=EA̘5 t{h|ufn"BA`^BXl拥Zo ;v(YУ?KTQҘ9Bּr%C]GkE4{ _u"-4&\_F#U{Ua)屎y8SyO|I/Os*θMSthOYthR۾\ޒ7{I:2.,,J_ڳhn\/0 A"F]d W :%?Kg 4!Ua[PҋlShQ!Dm.3lo$H\u{d"Kc,p1~ $zt%\ؕΪKG^y4ܱ]T[Ą779-N/6J@z6|8pl*}))C7jDsao;$1t;li]gz ydg~"\)ҴO_ܧN~PLo{ZCbT 4.˙Ad}@h6ySbKȵ+؉/='"2lf?܃.Dz^2<՞CE1PIG4IFfgmg6x . +/(w#[XPz)Yuf+[+z2+\+,[z>6q6px̺]:(4*cԦDI{Ѹ:.W~r rjc'۱QW uGB 7s=zsT"I_='E{j~s ]=`LoPj^Q]4=Y%X)"IsFx*Gw V55uS&x9䯦wƾl0#eIx_3B~ ,}̥*|)hFwZIWRY9\wP(&|6EWVZOW[]Xx.OG^«Nj~${6B $;8Jce\z(<0WKn/TX =*%͇h}?qv:ܩL ? 2.$\^Чb!kFY⼍BR"1s!Q;|%%I_ۈ'WL,yLdEp݀gxn\{L p75ܨ6`O己mgQt= flIm8ukïbL@1#3`6h[ACHgWM1d;N#u2g-T}Rzlz:kxP(Mw@f}_[9zBOV"ư}f̆7{Hr:ZnO87xLƆ~ǚKt e6]$r=EF> -r&wQB; +(Nי>z?|[n} t62G}C AUytp_nW%+nsC!g2_1r&mYOEfjd.p._n*`WY7r9!-n ]L"oxtacpQ>,Cd}q-yAFꭥֶpzb[22e%1C|.OODZUSŸn?wFˬuq(1ꝕsl xn(̈}-d}j`\ު~{Z]-[Wpw%B-ʹ n:T#KKx#;\vs8|$]h8̾cPLhCPY᫗4C\)Z6#1 Vj((K6 교qy*`D~9}UмR/ܭ][x,>Ή ImH>vqI2dQc ]k+Ү٢q-)5!jBK#DCkt̏'3;;¦ܮ(>ve@ 9Fm/'Rt:|H#]ɡXL<^Gn]IPX¸@\_ː"OAq 8`dOf*),zTSR,wGW0O4pџ9nG,~L듃Sr+D){`i YU=;  ERATmQt0ItUAA>Rg8, R\(ay|yKVB[">Ed0*P,>}klJFv%?g#:JZ 2o4%G*1$ 'Mب> etFYf}6ϗNceeCÛ^}^ΆˍzZlULVnkyɂ|"x]"Ү͚;3|;Ds33=ZRͣ {KuwLjTZeŐ\]u!zVU wQ LݍzepUQ#f?nNb4嫌Ԫ?;D Pˊс?_ +z'%+yyBԘ:H&SIޠP9r6W֤j:vWmn1/1;m`}0St_}Eb"Wb8_1]YO!*wTnVbjD*oPg h ;#as'~-qDD ]U7Tʂ9 P4פoߦopEn4[#Tոzϱz޼\\$[jU\߅UmpzrpԻL->,7 ZJ{6vi_8UK2ӳ~Τf8cq\gI,4Tp.|~5lK⑁Y}ڹxtj_[D/$)84k1q #Xx_}5Ra._ ɻ,F9RZ㥲Y%D2FD*/8a8߿k >P |Ÿ@HD 酽xjoa% v` 2C>0zj-UWewPސ k '= `6 B@"RWx0)2U8jwΎU`8468^7Vxo/58 rX贷>lFa+\,N*I⛽fųw)f>JJćkB˂zp"b7tV[ٮ* 0F G6#y| w;i!'&%B"&З+>MU/@**"KNHEm{ 3Y[fuk CY? F3%I #2n&u6^"%v("|0΍5Nt֭->!w;wr 7 h L8cEHʎzu q{dX!IUcޤnN-_Խ3>@LL=օf/ʼnE(P(?%i=fW+Dэ(jWEm zb]oHKx a2UCGgg37ەR&OpaďHk-'q3Cd>;Ⲽi+3[2Q$VL{2t)%&=  ө#qf\{bKVR l_X &gj@w7^wMN42<L9IwnZm/k(Fn^x㯁L?A_ "fAQ||g׍gOzlBcs.DdqdъZ+Hw h̫ZuA~oXSyJ֩3 -۔ݶ50p+O״_..;M aK8]ʤ($&Hz Q,,J(ypo`ќY5(q, 忶ͺVgfJ?;(!fFMr¨ Q}P'y)UԁoZTw & eN ب֚W4 6UŞTpBms켞T^OL kZl:w=ji[AK`.ԘzY^z;|I%˞x҈yZ ] epٻ8opi09PYպ}\_E G\ -B ݖ j5V|~ϭT& ([,k؀x$lnyE~ͬ6*"m$7; !Ocf: U rj-%8dVp'M\ O*V(#pEjNiy99!˜K1i}l c *Ӹ#3&xSxQ('C-R|ZQ?C)Qb|s&;5.#)h(DB;de5˃?֠x)pػ|,mb;lnBdr?AUjf? nܙOU$kK;"BG!a_J-[ /!zŲeVx=w(jvo+f/- KIGO8ITI3XUƀw݀_ٸs zNZl1zdӫ9<dZg~Q;[3E<&sB/&b Vv,> ρf(?1^Y{`1]⑩IQ\ /ZautSm+FG/^Y5k&k 7=]9z'L}to'̤xX[b܏sv%9CQ9]\8IJ2y&t_;2%;)Tw朥֕#2?T~>{3a,)bHIjf.;mQ0y[=o [L`4S-G]6ۢO\,g'v%tB#w@|!;bh#`ڼ>c׵SD#Q;2Shu"`,0jvX 5fP2;2Z^V $% fW .XnՒF}t8.,z׺N#1(HzA,Q>KY9;G}vF"hSBGc%+],'*gJ_AG+ݬnd:w~+B@/O#ె`5YOJ*ݕspG&,%m+)? P:#1%#dԋG/ep8;B }lnqXK2ٶvH2!j IkbXQ`?25]W+aA3¾*a/7Yl@XiCrA8'@[&, _㲜Lb`xI+ Y;Pq<o.- 鱤)Cq Ų `n?vDL$qg^ ٩2uȗV(唦YHW"%$uT]B *h <ȴCviq'kɫԉ ڗȭ ːfD/:{;(&] AY]i4TW\T+yr3肑W̗b?uo584K ¢]k*J[dkҰS7|(ԐvbnDvSKE4Uʞa*6ўL-oZzz (o:4K8k@- ny,s,7Bdo$gQ==:@~;~k >*/pPy>+WD^yl~!`|@kȓ }]_*#'*]JZrm إOy0\Ë<^ ?Sil<ai6"uʈ>r@SC=V8NUeգtɀ(v81 W/!?7s4tIhXW{X>$H(Lm*8?Anm%cܸ'bu2zR[u HL,p7Q'Ogы 9IE5?yDi`5 (ǔTB5nT.eRh,-!HoHSGF'W1jH'tg!{oUWOtO OV{ ³&"K)P7>`MVV.5%f_0kNqy!١ c/_:1wVޡ7%#3RFi-llYX+MM҇f7&Y"G-Fu,-JD/U94QBڜrzm6/(u)xcD|#Cs&@BAlx(Wq: I j=buw >ceSS7pp4w(**ڇ-Fe|"C}7$# RS};M;z .Ta,CJ \ٶԗLjb3*ՕӈEkfSu%[g@ע 4OC<E|?dvQ' ^ٯt"\ںUѿsR FǦƒePlj#Tl A KpSۘȇCdY7lA' / e%G>ڭ<?K#Leistװ'|ŤQxh W~5zÏʔ337S;JIG0]ūjUPB e+|Jye\QeG/-ɍߤk_q50?l>\lu_ՀIoDtK =1phF}KV,iҘޅn 4LW0QE r&lKmYoտt )Q(nW83x8i%{ #0$(8'_@+L%m$ @}$;$2T? 8PY1F8T DlNi+ 4XVk?MI{f5QI GQ9zo*0_UBd!x창 <2^y5Xgks✢%Ir>dcptv%@kHiۑ!rzɦ(䏃~&T.Q"T0pϲkʰY稜@z k#J¨M4U뜺zplK THQ= }F$ URfnLڇ0K hwa3^S)Uן u5.(]&+ cO(5+NP=ر孽唻'0-qAN8jf!83}ԯ̻ Phb/_9*YRrGn ˮěrKmÚL?ۨp(Jˇ8-޵hL]NGL9yH bl\ %^T#|>ŏ!O4勽?utDͦ/X/7Ee*3l%Z"%2# D='Ԥn$e yAM>]I'`nn SgJ^~UZNH78-s 3`=+i HdPiCEC*NCV!~&{Ǒ9~|[KBH !a!X_+RNAi}DiN8:? j=Vݢ&{'bҽbk5Li-Q~DKGox,y ĿQ\Ns̅UL9w;f'jR5aӚA|x- ]𰯇+0 Nͼ ݍt;e ?m%Ӗn)`k #C'\=*>]ELKiSta9ic8U 6E\^`[he^1 "cO ןPXr k YiuuK +'K_vẉ3)7 u) U 9= &YagsRGXDB"-OqtfQ".qo]fq" rכ*u-OԛèI•a~.f$J*'% @s j>e=t o?)1.^pwLGZ!YFz.06]-4d_ebq|<Khk̃y  !vZ P+j g9K !/I* `ƨ;_ؠtnq1ܻ"\Ӵi-]V 7ï@dj>5^!ݭs7ZE+=+RItfuMw1 j!nŖmKs606KBO"%~|wO 5  q3WqtOB myu+a5u1&ޤHYL/r!e9IF `rhd }sqq÷]o-?Up:(W@;mR5OE^Z!^zSd雚^M5̈HWq[R*bɘ8M]tM2M:?yXLIK˄ . w-k Hi1L?sv.%@Cݚ9>,D8ӵK*R#`MЅ\RNKc%W$G(!`yVK|rU|^7gCto諩u] #:\IwSOJǴ fs. 6.|&VTE-gaPr}ҥ R/|ם}Aľ2b}}.3*^0bJF7TlL&9$f hywZfŀ#Oӈ..(DžE d(>h<3iaXbcT&Lb5<"Haݹg J[&NCiH*l*F˰gPv0H]7.bA>sv|V̽:Ђ8(QYﶤ Σ^^e$dʷȭrmXFiQ&5hz1& LBW-)Co)7Nͪ5M6Jp r>GoUe"HVC#%KC;aϊfG b(*ϵ"O[loۗPHȾS*;Xǯf?@ė~' % 't5Y]pkA+|MQr8Ma<ָXvޕ?[U}*ؚSOKƉ]cezXLwnHc%gTlaTe9 ?͌h>,ͩrҥ1 |GQM-7KhRWʵ19^(h;ތsQ ]]uwqP7n L N{D`}kS)H/$y#0A)dOS+#b_Bxߔ[-_1i6b5 0O L|pȖcz+ye}v-5>!xF^_r/lyYNaX#7G{uvUfMJ-͌ p>熳;t_+`׎cy|%;߄h_Y߄cw.NDD)`c-9Z: -a)O(f+f+'<35HfkܦL7{d(c_'83:IP>#hl+S0CO Ƈ>D {$Zs+uK6Ә< Yάv{\\8ly㺭+Dm9W&YqTP A e(J8ٵ).^,(?T]l}t8\QB^|rHqw@=YD1ݤXCy]g_있 6ͫn9`ګJJ ӽmlqTS~(  QЩwFjǮi $];#m"Qn(Lwl@Jpsl"Y}\ 鿮!T] v_w]sLl׾iC= EJpw 1t"ynJ,(&)}8&['VZjIas ҨvrW'|-!O;͸% nօ;_ q2E:ʎ$z7Woi8D8}%.>Q` ? (P+¡0NH͏1? j˒uesE+3]aX˷*Epo-W7U+c\ͪ1VOB6@0~܍=A[}qlt5gQJVaQ@[~9ݙ3 ~f5,VKs>^Q4ʵoіgW(Er!5u"?QcVCv^R4̉ϰrצgGb#NI06aB.< lĶԷI/OK0vAi+}D$y9R//ҧ9fɣnt$ᵕǬ-߲vtXh R?S,-y*ʘYg{\L1f_ iZU) u*Ty ѝIi 0ؔȋw>ot_qښw<q/i ζ"+T߼AH­f^J'.p4?ZS٧>]DV {;h$7y͑RX8(Ey"<