perl-rrdtool-1.7.0-4.34 >  A [p9|UROCc{GAGe)5wF^.\efݻEeUĮ >^!ʳWQSgqw(2ePmsۻsEI Nĭ}ًbev}L2=w#1^4Q͍O}"1 AZ2tk QTŜL>p>Kl?K\d  4<@HLe    2  D  h  1  < `   4 \ . (`8h-9-: <-FEGF HF0 IFT XF`YFp\F ]F ^FbHcHdIeI!fI$lI&uI8 vI\wJ xJ yJzJK KKKXCperl-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.[ sheep55 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(, U$$AAm$$YY[[[[[[[aab6339b08a5bdbdcb6ba1d52f95c5c153292f3f225de53cd9b875199411082ef8fc8a7ce9b93387f941b5de616013886381fd0a2558095dc076ac827f68cf1778ed840d3167a82a609b9147f4d6904ccbdfdea8b3eae26dafb13687eeaefc50ed5c514c2157827480e602783fdbacdd077597f12354546de4be66928a25a760b0c2de28736426ecc6a3ab25e868a1715f91fa19ef1b610baa0a6e95fee519b1ca3fb4d3ca86559d4020eb73c4131b90656856cf89eb3eb2e42d9d7f3f3c003cc22b1592c5dc29efb2bcc2c7de68ca019a5e805385b2421df7206919e598ad76rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrrdtool-1.7.0-4.34.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-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)sheep55 1527285001 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/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:SLE-15:GA/standard/e94f1b289dca55f6230f753ab1037279-rrdtoolcpioxz5x86_64-suse-linuxPerl5 module source textdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=65aba575fb9dc10309fd26f2ea843bb445f94a29, strippedXML 1.0 document, ASCII text, with very long linestroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PPRRRRZ>WRTŭ0utf-803bdd1ce70ed14c3ed494263408487675558d3160ded63b19fceaa894ad65d80? 7zXZ !t/KYq] 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/6Mo-^QVe׀ՊKZ.O^R!S&s@@\bQC^CtY"Ɏ &Mn hO_gGVF4):ΥO!@"*^{ULGBPR7GNZʪhYJ/ c6=0^7P,CGb'm$ɠxul܅0yOQFꛝ}MU[1o0g10&{qO!" BoY=aG\#u;dnI{%ɷ : u;I4ӪdX}}5q G ><4 9E͗e:5oݡ $bcƐwLj^M|:z.WڀޔbwB烞@$`~rK*(\H;?f,YcUnǙ֤SVsAVk_ iHaB _A=2]h.ߋv@{lޮ.`d=6|8սfuٓ2Z_*] LIǭ$D`46/֧=\ B*m[LU(MGoJ8)GC4HkZݮfxqo\Xbq*eOصpk'Ƅl.L5ҴmᒠLY7hlZ=l;<' SW-նӅDbijY gBYɳ$)@h ?]0!DXBRd6e۲J9n_$+gd;Hg6.* @ uS 7[h:CG`JeDZ[] LE&Iws ig*O匦Xf5Ȝ%R4"Lb/u2-i{?e`!;Kє"zD챰R6P.KaEړ𸕜&PY'p*) <ṏez3*ud^^}〟!H6s\A W ic"F;bZ!p-Pj* R$DU8bd K)źk7J&p\.Lh#zݩ=}3J•BBꟅsq~~Ψb*^|JWNwEج>TSp`Qtt3}[zx_Ymu- Qr>5>31B2& Wii17i֏u"~?}LëDHؑPNWx(胷!m$k6H"%!Ui]YM}+~f'}GL+j7 i$[ڥ=0I=,|DQ+OcgZ筅b\?~S&pGt gh:`!`/͗Y0 af&G$-4okx,,€e{UށSb[ A5'0O\H>\\X%'$ר#Rx}x\~+F#,?%C#~ªsTWz'eD x/+fe$*95ozDV0I)sGL9/B hٗ孨r12a!4)3n Kُ5*I٭dAm9;]ޣym0RG9΁Ԡ{. (r3Wg êcYۖ:ud a`$㐶j%C04Muzkk3Ot[= BvA,vvbeNqKz0֣La|]7Y3眦r)8eM-Iރ=T)MK!k_&=c5x%:k4"#(`Wǔ}X͂םi@ԵW$!q.v[0<}hЩٓi{&sEy4Y}_v@cxbW)jq?yr$ g;[-Z0;= 5 ^ya Qwc5)`܇?BNQ! YOo Q5-P0 󩍸7@koGVTs~l:Dް6FVK] E밾B"j5&| WxkgӞnVײ˳cIZ* v=smTbOB>ZC@|!Guxcu~jBmy{<6O\!So.LVя!R'n;zEIQ>j:aVlyc ?3_b'Lzuc,yOxv T2p)~`Dvyv~\[Umkj-hYte4~<3/?]'+ .dJgVZauӍK P $/Xm7!I}tG.K3xD 6`7dN'ŝj1rQ8ėq#_P{bJ >9`b$D)tD{ VJ6d\X__+L2\Lh(uD Zid ys;j (k"J&7W补e`ϝ"*;zARKs ֵÿΧ)bG. 42?[n{YZ <VPyO5#syϒqmF8ԌIF)_bZNUL1`Qf;e?J-yi5 |ddTzND5E?v()Vg|fG ]@X9ؙ6}r-f%~zilLBqD>_/uB>1g fpg/ ٧Kn'W_KHѝ6ZW>Yáퟗ'[sO1ofWj }M@a̿>,LpyO*t$9 ?-dM KC0CU8ȑw&:Rs&:8F\X Wkz0-Ns9陗4$f޲ޮBAD)/wsV-PBڶ GדueaEzO(}!QI/ɢ<|8oލ{k*> pˮWCާ^*V槴A:=dAed9L@r8~V[zf^$z 5D9̓icxc#jg1/#>y6Oy3㳯 A'h#/8jA+8ddw.O+]f?|;`];RS'p G@ ~CEz[/"<)-G2CxW,D *7cq~HqEe ȇeX ]I oE~7Xg#qFW!_^2xtNXm]΁XFjh9Mw9L!%#DZ1俀X's_xEvEzDK}" AZ}yl<35ORh&X9n2pXބ ]+Kt.ME3x>V}zl۝aciɪuNbe-Y6j C 3o,(vj^Vp{BNIdn=BGg O_",'<%̀9ѦzF>7gTHX>\SG~v 0̹1{奞sw1 }Jd+nDKջP침VK&JG,]tGExlE}.b/uŹNԝO[ȃ.#6583˘挔p fܰ\LǴ"(P?)w&Q0eHREe( [@*;~Y&_=` 1Rj[\?")x|bWuIڗZ ]Nj IS$ڄR+ eBBQQzخTUI~%vٿ3 8ߗm$T\N" k_BnJ_JpɽgG(CzlLU  >@)sʎ6Ry%rX X_׀1s|\ѯRvkL UDHN481H6)s.H)(cOvM8T@m/ +DߦWò=S*tlg, zEppQ`H5ٜO~xT1:eJER,*`ݟ_xWOJM&63Id?zpG4e|z~Fj7{1N*" e*EXN"d8 ݿ{\ xzƻ_G1[NBV+D:3(%%")>h29 G_`VoԝO`l55ʛ]$nY>_ϺeD:s{q)Ӡ n!`Y:H #'WRͧsW a!f-o*֧E>k2n"urV"r(pk iOs0q+Eߙ9W %6iСMnHG}hV#2r C$Հ#hJSͰ*\/:״NWb7@K&5vJڑa77786>*<ʸOW"J[@ذ_fZvePL>ma?I_&u7OJ إ_?,z x $<%-;ɱp!hs4627 PV6!)?$W0kq+uɴr[N#}E)AZs<=@7vz {5`+gϝJ= Uuj[owV"5/X{up 6+SBk@ z;Szy3CO o#X*A:ObHO`2^YNOh N}+ȑfm:E#Au־CCdAd+6! H.N}?$Tƺ Uϱ}/TKt3\D-o>Zت4JGD/&W/# p< e7 UB_@;zIWaCoRƟ\ý#֟!9>UMD^ 1; ok @Ē ]%``:ւ$ƀ ,Jd1[IO/YW*zqdG΅x iNC  $[EBȒ Z~.ߞ"3 "V}ll(".+ZP_.P]s"CȒDsPm=QA* 1ۭ -v4%Ԙ$2JپEf:|[~+f܋#&O/wv,CI-3Ը7]t14|PA>2թZ4eC7`׭,7lNCԄX3V(@R#By>`&wݻ*lx+Otlrov{ ts0klQPV0Ai!E(l`X]@F0HOsϲICBz["$˧m CZڗۯ~sЍy|qq=I-{؆?aFSIw%gntdȷGC!9kulFf6a.`Θ#9KTP#2 ߎcw*pӰ|Dg=h1/z O=GٵrCN@>&@ շuybІѪG:cڍeoFo+mf}"~]ʨQe~~n] DRʝoB\4!_?VB cu%U1sϛ{Ǩh"9릌?4*]n,5gl"^1M ]T(F:{o)4@ ™ ַI W4(G]8p49ߔbd3D en~/i+ڼe`⫺ö]t9C,4nt (ļ!Cmf6I2[w afso-{#% ` (܏hFV B7K2mvP`$NWChbem#do",h @xha{x-`u8SrmYp jsChH . Tt ګ3cV7?8, ǚ zQlUGTfh!x4SYw ngL>:&NH3 C͐[=OZ%-m!ȱ5vnS8X3!9J1PB7kc_SR]t(臷'20 W NG}V`DiKPUױ@9v Ooȶ[X@vdwm|~aغ`&CaT8>ܑpEg)~?ޟZɣ7MzU긆]MInuS)v|k#|!fC]oƜH5ޭARtpblC6`F@ӺӁ== ڜ5m;ʷ(&/GU7-℞gQiSubA .nRW9(ĎTN2{Y7=uzUaFb}l*_q l4H̭t|S ;¯DpϘoLL6yԑO8}y1 !wڰ+ç/ (XiAVd78Un*o3eɱ8y%tU[r#Iq]DŽ1B:R/k1;TDi2Kbj6*Ttل_!:Anfo%)t{ya Z%0ȣ(b$Ǚ%wfaΐw948 ~׏^%JiJS s^|ZõZWD1KE%9Vv\;3\0kfgE)?6~[(NiꝔMSDžeXi P%4k;Us8W5tasqSikJju 8|6">%Ց fT Cn}azh|O ֳ>QzT! 1Ir8x[ _lD+o@[dS/Knp}$ oGK.|UrP%]eĥ5 f t i>> 2$ mVi@DC#]+9p,Y=oÅ1ݭØӧX u{9+S"_@9v #v1NNv\yR^4iļf`"}wz1$I?J5:n;ao'gG(m@8$7O}6_{} ]dGar1!$W%KudSVyXқ8^H Vi3A݃<զ1:GcT/X؇mn`T4 T] HAbS>jѭ|ـ\cQj Z3SR6E&Ac)v1$FUB%E#7kД2Zi}vDЃdG_&2H~G?/ ki)'Tj?q ABĺfEH:wZµ+ !ުv Pf*h]I&rCʰsϟ|kx}8 P*Zl"C|!+?{#O%s?ъa,}#%OrV`OYIA `wt?{h^yn/f٩orx&+:@f*$ 4dwѬ7D#@5OFӾHVtO?_{Z]9 *?"/K-]=tA8$)m.Xl=B%%j*u`u`@ݍ4x<_ i1=DQ6+ˊ#X=NJ#9<퍒'&]%{!T-eSgE[74Cu ;1]1`-~a#Zq7>RnjD%XH!{&v}̗B+ %3 Ϊ:&ST(eX/A=3L49gp^p.ff,>Y>jz)eDAʡ0΢zC@4C"ԈZRr=/D" wq[[|ȯ!^%Y{ !Up(:&TzqF;(B8KE>`1/#IMpًFM\A,i2d1UCFb%%GF&B\JQ6w 9~.PNs:R] eJHk*F7WəłKv%LpIbf1^J 3L]L\S7A}UHL __8m!bg! Uմc NۼLLHiU1jLҢ4[<% }5q5S*ܰt!Ɣ _3`rifIDcgB󐍁@s +1Q_ZxDzЧwOiMmq%PF;bfh mK3l؃p{ݽ/|eMMa+Jj*Z 5 :bmhPF.Pεʀ:H#]?&+#)+3n?VC-6vh}~Bn.\2ceA[BಖG'AdKCw59*Qq)b{߸ yϫoNƚ*Rsɱ-C;1`t<#_ #WVdM\1b/>n "X W|X#FRMUaKT-?OZ8s;,oh%G f-Ue3]o#== 8{;l6nNҴQ֮P]SӗSЄ#aAtǞHP"_@L,(TGP̭UBR%'qmLa #EsF+czdFC/d.-`7f!-pˆRDɞL蕮I_UEaz3< E8d1Do skI8(eـ9Rc-~Z3W!„"pcSV/8IcQ[_=l>e c2S9)"Vq ~e[`ǦNK)TΫlc` -9'HV[5ͯ#JJWKvXOtbPUX) &ŌUC[5cZ\WnH_':LBJ9+UR2p%[0) >(ZZ"fr8`nFi6t<ղDP= 4(M&h{cQo\y@_ I{^ld%|&"f3nK0kؑUtbFÉ TFI,bXh2ߴsu86?@)]^/;ȪnV}^s`:|Hɷz\M@ISjF)cKEЬ~s<=j$NW H+2`7~<>h"t3Ahަ=`4vXiٿt^|CEgm३)k͹z`HtSY1r2KNQU?q]; _qu5C\j&}MȏMVm^G+!Ɖ,(p.)U$Trzv fBZ$.AOkC(W]Z&a3.C6rUId@r4ĐFF4Y._yhqe"4۠_a:^j( R%ygo#@&K$&`9ɔ8%|Ԁ򾌯&d׏{Xc/ǵfR 㲩x-6[!PueG2!X(cQ0&: nMBgͥ](I󟼚9*mA2:nS7RYQA- G1D~"nj "$B&$7"-ИqF͵Q d{LJ4 ܗ*%PÛ =@]_>PNtx svx_؃y Cz<P cR'M?{QhjnJܽYgI*uoB~%/H - + 4 *~&ʑNAiT?%)ƪ*kI@r_.%JG)̒ES/ZWNNB2g Q٤Ɣ DЏ`Tְ4S̻MxypӤ#LPaMmRd3J)$9| ^ӥ1>*P3݇d@#mNdߏ[L!TKi*Fm'A7M/GQEu{mwî#9jܙ WNt@\KO' %sdI@깰M*6IoKSxK8;:g ˨3) Fva_3V&TSLrV$:SU#0р:FJpٷקZo&.W<ߵg*6#?P++p/J'=&E$HK03UBcFO!˯ M3kZWz%r[ɀbpoVMa G̐(uGo%+^fpB 1]$3re.fIOiGh5J='qڂr\]}B5SU-43o??-'2φR7:5OW~[4s7uҜQ5D%E/@ߚDr' xZT Z.$G9$viיx^ԓ6^G|/sqc`Щ) >43wy{"a{#&Q@i@REaĮC#~P*A"#Vi3oyW)$nc7.,|?1@˖2'ltī`)MůKu KuT0oː /̭6FQWPvۇZْp sY/Tbm,cMͽݦ01$@nS˅w!hۓk]'+|!b4?\A>0 Fq[S ܑ=ITѥ_5.os4* DbGI"2y˜AA[͗VZ?D~qRޜSoD;/(h0r7,PRtөg,$0GzOsp&*b*9e\Xf(xaFUKٓҁ@ѯXɫI It6ZmRFk*AG" b\:@_7dO캁JH+bUވu@$q'}q0f~3uѨl (ZQQj?3"C3a}/tL7e @:cb')WTUF< CnܾNΥ5gn9nK.f Η'*,(erd}x˂A4tA&FPOt+95 nҡr q<J݈=6GJ,QbJ<&zΏ݈3v! tQ~^h2@  L&~aM^NHZic+*WfpGe1Oow6d^jFt-k(ɔ{p2?26 U̺ N-sKV9V)yQ>x^AgXDp!Y01(9CWƻ(ܺ$s;= QK:^>hիzՅ]6t.hwGB+. \C)5?}9HF+ȉlE~6 |X` .YX#W nϭm)4A (U5( ;൷<77 /:Й{4B&AW"!C7 ğT{h>6y%Cu"!F jZod8c 2$jS\4 2^[^u VT$z礎 |"_g=˂,@DU1hƊRǦ4ȤÏYDB>vlNwuulѳiM pMqRvk-nӴ~Q3}]0؃uH&Fɕ)Q8J{kƁB0$kk7 qƎ/(Lwk ^ ?p+/F.%۵ _7$'* %iR?Peԥ>y{.m_` )r f|PTF4S\>1kNWU,ڼ3ء/(98J;|VV٥($Bz rZjNe_{AB)ֆKݷ^12\9v~>*z'Kz75 {'K_ߏV)tI}jbA(|{5+EkЂ0fQAq{5,Jdf}NZ+n:B-'S] [QGT rR|1^wufhO$-Ljed6.k tCKMNg fdeyHS$S.%èPM ^.fĽ2d) Y(C›4T;AHF FeM$Bo.Fs9r=ocQ^B[W19+쳩5"i<2'GƛQO&1Ui͵$L[Z&i u)9:%5hL[I_ x־^ h:vf_Ѧ0F ׂ΍VUwlhlYCcQ Tt`9 ƙKOR2qhӵf~7~Vrq?<2p%`3g?ޖCc堷i` -;GC?QYys| 06ׄVAkjs<`L무jeIF7rLT)o$@ EZb/PF^ij3zKd̯&xz).濗fӎ&/