perl-rrdtool-1.7.0-lp151.4.5 >  A \-/=„hW..;֐^o9[ӼqDPwǵtf>x2VE"X`w f-"$NA(ͧg zӋ d襊Z,Sf RLUC)P0Sω%@oZ)_ 30_+jxMj!~ ܟ>\]x353! KD\:40dEZYI3GdFʉɼ5^]Vd-n[aCI10a7f03e1492d157c2ecd28d28e926b99f3811cf949784fb02a2ef716cb4fd6bfaf37a9074d7e790cc287acaaefda9b2f2a9d373\-/=„#RU.T8.! xwJY!Y/2YT,/]dOIIA!e =΂d>8'5Q$:ww?w)RAA& }-R#I9zqZLM51c<1"*MI*W[c#Qdlf-JxFS tGoX?ٽ] 1qr>@ fN/|t-$m ¶ _ƚF $vt&T>p>Kt?Kdd  9DHPTgp      0  T    ( L y  $ L  (U8\-9-: 0-FEGE HF IFD XFPYF`\F ]F ^FbHcHdI!eI&fI)lI+uI@ vIdwJ xJ yJzKKKKK`Cperl-rrdtool1.7.0lp151.4.5Perl 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.\lamb19 openSUSE Leap 15.1openSUSEGPL-2.0+ AND LGPL-2.0+https://bugs.opensuse.orgDevelopment/Languages/Perlhttp://oss.oetiker.ch/rrdtool/linuxx86_64y0, U$$AAm$$YY\\\\\\\aab6339b08a5bdbdcb6ba1d52f95c5c153292f3f225de53cd9b875199411082ef8fc8a7ce9b93387f941b5de616013886381fd0a2558095dc076ac827f68cf17964b93a3ec8388ba67f6c440d7dbf8148b34f43d26b2340a91b682a5d51dc407ed5c514c2157827480e602783fdbacdd077597f12354546de4be66928a25a760b0c2de28736426ecc6a3ab25e868a1715f91fa19ef1b610baa0a6e95fee519b1ca3fb4d3ca86559d4020eb73c4131b90656856cf89eb3eb2e42d9d7f3f3c003cc22b1592c5dc29efb2bcc2c7de68ca019a5e805385b2421df7206919e598ad76rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrrdtool-1.7.0-lp151.4.5.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-lp151.4.54.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)lamb19 1545081103 1.7.0-lp151.4.51.7.0-lp151.4.5RRDp.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.1/standard/e94f1b289dca55f6230f753ab1037279-rrdtoolcpioxz5x86_64-suse-linuxPerl5 module source textdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=df223f215c2f4baa8aabbcfc1b9b360c047ae1a9, strippedXML 1.0 document, ASCII text, with very long linestroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PPRRRR@x񸓬q2utf-82cf2453eed176559af2c0366ca82bd2dbac08f89b3dc2f840c6003864e05f830? 7zXZ !t/SY8] 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/6M4DBoqe-P qԊlTP9v1"( j- i s3k=o"xqUAXGh{ٺ-][JN81Je޽-ZNֿ~DM:_#E'?bejFW+ 9+,e͌2CP|}Շ#Q ^Шw"5W'UsPKN`n{|-{ jᦿQ%p*yYRtjFU.H Qd*Zol$#4׶=p |ij\8Q An2?щ[1g'% r.,rk7cp&H 򄎹`=@[܂noHiT GBnK@7$^WeyjQ!80gU6 fj RӳIT،ͼܮ+|`D cYβ5e +Rf5mJFvy?zHV<띿TVwF*KG.&xgf AJNVлIr͇#l`>?ly(7ێxiӭUoՐkFP0MUQd]W7i9$yxes;.[bk`ݟrN+Wݩ{pցd9y,a&[>xs ~߅)rA ~B g!&vn5eIYmrE`X6)'jR'J࡬-q_9`TJpDFd`W"%`͛#ǻ:yfQDŽ=D?e]4_oOXŷM}K*vMM al:nWh~z}!ɸnRq=~/aGȋ?ޞ8Dv+*3413QҨڲӍ!n+ЁsG¸sAnhxVD)'эY6b#_Լ*4bB2zzYYր(B0,R0a5caajQ! FPxLGBdc|}&79`0z1S=d &QfX? ӠP]E7:rw+E0Vt%q< ѹkzUۗ v%Ë?X;@-X'.XY܅5ޮuj-&T>B7օQ}&/Y&'NҐz"`[L޳X3K]Z6Q"J3Yn. ~k|vgv b>y[zo|a'=ʚ8Qk8N%_V\ oo!Kgpb~"NA. [iS"f\4_dlP 74RiOgq2Wg}XNo@cQ>:\'PL/8? N's=[/e2F¤9| #?&q X8ti̾Z$cJk6*5E[靤eWH:V5Lx!|!}v']t]y*lu:zWZdSS X<DH)R=ByS^x06?ҡդ\;8?.:p ?LLjnS Lmv DT92C&.H)p{۱hbg}s) j}1`'k<| f-QA{ ;h{ /e|6Nޝ$?UxYKLcn aAꈵlG"UǨ3Zң5s׷cY %`scڅŴ[R|^.LZrIZdzWJ 0SL*sϸT%#\j c@Uxng(8UyEQm/ftn/'z+ NWNu -(qLJ7HpUt/=TXt^u2 !ݯԺf yr݊YYTiaCI# RxIaÓ̥[X8* )r2`كkªg.YL;3oD1e=r[ٔiʚ|:7/u7G/]P)46R޼wS]5ڷ!utuѭD<aEZ5%].G,k jz|ACrV2V/ř._dGOϭ<:p67BYj)\\iQ{jaVBs;@^P ՞9ҙ@<Z1Ԑa~+,1L֜ag8VWġ},|D2m NV8pA/iƎm%wP.(. Yݤ[F)b~^Gsw3TE>6>rzm^VI&,ÑY88sJdu a-:ևCa_FV og Z~AH۝́SڑRC 7ϷE?KNOnJDF_uhK=cJ\zcʛqpy:;^:Q T: Z&c_N?"Z-G& z LE$)dvѤJ>) `bAeKڧ=54k/3N˝Wz2?wW?ww*B~G>sWyyځI)$ ~[O[ pCi(7UBO=I1VF)JD!T XIhj끝E|hS,ƔqȖO'~1uK PW&S Vpc7)I=G݆{q8o~F1,ㅒ!h)pyՊ3G"gW*񓡕jiUW+LÎ]~H-MySy:5]P<sU*6'٩CЪ\+@K3⏀G brv۵Vqf[ƠXT[4%>uT_[vѼXuhy"B{pm]K*S,>1_ЁBf6.dBXJ25vQخ+^ Fh'A\&hv埯Sx=}]]ײx'QوO #oVo!Pcˋ7@ߟvR?o!/~$jv^3Q!:15b$H;RU&(ZEmٵw1׏gnv"BWzWG@kLm7^l#a*W{"RҊ7Ǩpa[ȳXRDa(˜1Fu¹(a7?:O0 CzZJPZV@wo!J=El?ԩЧ>-F `=Bv`=xOz1tK{ݚ;"EMm@Ð_~2F*)ձ~"Xe6@82G{1*W|~`cGJ_̉18pvw&E $X W`l-5pYзo؄36d?sWHއ^K뼑_GaLeA\Qw |?)?ebk EҀ|¶D%n]|Ɏ (KƲy-} +q+o}ϱÇQ^iH*hBv㐉H{S/+nC6-=Nމdį`t!Z]{xc!2Ϡ (#;ڛJ@ZPa%BLh{,f9iާkϑ魃qy,|hܓny9txsT3eU #dYe Y3q<[,Yh[nb3KOV;4% ^źT4~-,e+ =XOL yl-m"u#؃ϼ‚ՖlT}Ex3@o d¼Z#"]g8ȳh8B=z:[?[ vjs)o=tpo{Y O!*R R!re˳tIkM;D@R?JʏN,sWN//**K#ʕҊle@/f\pMJӼnԺD~'L,jmсD_h9="soߖd ӻ]1[X`|:k?!RJS0Q=HX^}Y̅gno`qB2)wc{ ~Mrw|ӄ!K;d4 'C1Rro8Sb&rPC.Fmoac[ b}0$)G!C { gH1iB-}o`nj킌'b&S짢-Cc>w?v% qC-ntP@-_Ge;tEkߔi_|fp\ZpOUN0'cd#XV%;qVQԌ\ B1(GEV\±G ƦZ'!l"O%`-ope;i+"n. @ O?b^ 4uHD@g<[DA-5>bB+8+"dH>vaǎl+n8k"k6[LW76/P]#e"FC!?Yz}xd|}_t~'_b0ca4G8g}Pl_ _̤DCh+OӝIE.E5o۞EJŻq).Z}FW1{2ٿ8@~ܙIܐw ! ښ""Ʊrt]S?X BVZG'`g`Ժ@)QG - \p5AA,DnC`71M /lF.+)NS mK?c+żfvfҿ>ezGTs- r#+R`JV}~J~\씹 Wf@:k7Ee(YI[6ǾRك{s: ?i^`Nn}Lpfi Óah}2ۯK`co=饣2 *|~)k a[IQ`mfEN ;F齢݋%|NtdpXN+ GP+xzҲNw{@% op^k6NVC kg!+z6~)N ~:V99ԃF+YGZb Q/цZYRD-4N $-C~"mD]̭kk"/J$J집߼{jllxĩ`/[}@ƣ-&c<ڤK G`XuϭnR Pvš`ހY}%ֲ^|zЬ|z紡r9E1j1gsR;`NܠbV$jR̘Ǯ{ t$kUJFQt~x3P7wP>ˋk&rDs'6 K-EĖFh&Öx#1Ѝ~}[҄@AD}Kء&y=[ʍ߷lWE#5 &SBw? Z_1[}X,ϙ_bٱ\ؔqNYR -@5g]%31ump眡eeğ1R1~k=hQO]Yek)\Bί#xPc9%~5 Gd.TѦqZɼ}mm]#4M+រFJ0i2qSCz=l5/Ar e^lx<{JK7dֈEL,Smw[C1ET\y|"JBUxwCX# TnNGT F3U׸xř,ѹ %)=* iCӔhg509$9pMr_aE*rO`(PcC^HjdbbyЋxx5NtGGt~jDE@WbiR29Z!ҝD`Lj"#P G>UAvK[#}^0 {"ԅmAї+ m{xj+BB/q_9#x. *>Qd1:݋"sPtˋ΍4e}+qAJX}<^bɉTiЎwY(FfU+elMis#Cij!k{!Ў\-aa$~+o):ɢ1NBnrXeiWB=ls}"T!'ouWMS,Jb]3%y&@ f-1}L3[ZMki8`ߢc&MFI1D"+%ۃxv^}Dw㯼#4h'Qt ?MIAб*9ZNH> ,0`xAZERM7LKTR,.RU-tf$%, WJncp",FYpZzS]llAH]CbCAk+s Bv"rv=Ί}*Ȏf9"Z1Dgg%ac5Ę)0q_^-gN WYo\7v9Mveyb'<\T)Z$4 g9˶s6HS2׽_ffsL]Z=2+[ࠂQ`%@k>)>Pf2uv_X{ypH`]hۛq . T|Q4'B"^B$L#E7 .R5=D4lA?NhW:bʢNCGn'-C3  ~hyct4/E~z@d->SeɛHN bw ^?[=[t{9AX/崑Ih>T-&wx u&%^HAG/7_؇fR]O#i|-5kƔ P0?,{|m5qɥ8wPJK _5!6?.#桊"S[//Yf :JcqIM`XMka2X]br&:=#̾UK%Ҙhrp#y~Jt+0>C};sn X75N \HӛjN C*2Dl]`c:{mQ]迟 ȷuxĐ[jLޠN>D}{7nz)`jS+gjPd;i2u2*-j 58qx*ˏ}n*#^lh?8X昁sS%znNHk]X҉,X"w/t]qeMHl=tc)Zؚu~` A(a0mw"I%d A7t}B{p`^f9҆YϷk&` l!$/ j 芐6-{I+gE1QL9ϯWiDɠ7*{{XSH#ʞЗg ] }[KlMk:EmI,\!)k)^i 8Ό5|ITY?Fp K[NNxulg-4Z(dfowMo?MHǹ3~19"O9g+Vk^ FFg~ם'`|&+PE6"0| oZ;%9}piYf˵/ #) |X/C`>` +uqe1 *%]W笾$sn\l`fIE+.ޗd#zM(Ufr('֫moG]9L2-yӋKbT^!F3rVnSa+9Qg39ʧ~~>O,4$(Hs~7HvhYx G~7D|JI^{.mt|ڧa  ~F%U G{&=tr`wvE:D1RE (UpQFQ-ٟ_>'I޳0Sp;:סZ t:Fovgf7lFE\bW#+⛨SOl)P"h)}ž4USaKc qœs'' TF4Ijd3RUS"*|̷g$)VM!;efB\̈"ιLٝ#˃eCrt h", "' Iވ?p%=CE>{=~ s0h3ߒ2HmPpӂ֓i7o⨸,ƏrdӯMzcz>A@έv"J =Ժ&NJJݪLJxQ{Lnhmm\;Lƽ`mxc?&n/GKAÒW7w8*^HB?'.[!1+L_-b [qnV\Yu" Ӟu+o>Si mUcgm(h$߰g wžaQ?9F>0p3",@كThcq&ش?THryl:|SXlrd'gzYy$r')M@0z@.ಛ [mn *qSkI/T(r쿜SÁ)T\G& Bp1rᇞI-!㑐dVJ}.8KOu 71TS01rpy^ J?QŪ O~&bI1s5:ٸM.gxv T$M.Sщ>nj?W+QԚb mLGH= K ngN=K)pRG.y~+.; ]eK;b,{ Ut #g7dNލnWzm嵳eE!2%` suZyΧs=gvzW>N-yuEu64sSU{T6[ٺ*2PW|91r|IOQ=}% p!D ^߹TP!q>hXʪ^yO'*葠Fbli dץgžD0A~0E4Lpj5R-ݠm@UfCϦBF;yǡ:PAjnjψ@K,`k!,Mϫgrt9Jmۋ^V/g$_iwƨŦ9ofaYە5լvy58.<i>܋ND ͮ5Dέ-pvoØr!R{6Jz&_L)@fT;}Gkzt֔FFqjh}L3u)%CP{B>!M,8K5MO\qcӤl,r=;JZk"jmJ(Ieh 5W@!]"L -.ZH@ѳ^I990ȐEK>Ө82 p({\h|p*G0x*f˅$K8}»l9jTFMIb 7(L1'RxqT,\*6\ZLn86QW+ ފ:T4.{JsYŨ`PHɂ*ӥ,÷g; b<%L#2:[h)4AvZ b>dFB7~`PJ?V6E@1Asd:Cv ntooF~KB{;|98R#Ə;YDJ~\ ګ.ѩ N%jgeJ\ U*bJDht,J1Uܸsim!4> ,fcw ފfd\Q1.dPՇ:XaMD#Gˆ<,&,% }drY0lOZUtq>[< {[>B_l+ӻz,< I}9Sx( 0ApSgSyZ$*Sti&2a6ߙ wlx}qE|n(im A:7:T:Ohve7(CgqF;WP9Tk 'l) n+Y /0hpxCwtv U4ScM6]g+͸hFpسVm{#JɤLf74fHSƾ($/nv.f+)n0QNW_oRsQKCj*4%̤?.*jH{ tV L@#1 Rpvг!N>,۫V;=WWpĆFw/6GEYzb T6AFt fk%&d;ffEl!ӒT*znF@9VNfK F7+ Nt 6D~71bt$ؿM-1fmEp+q牬h4DJaAc8ލD RsA :l]"~I?QS+،}B;f!N'N! d;ӻ_ iSVt?,JH%,D/UR?}:ZH%5ِ*e*j7X̢Bmraz'0Fo5()[sS hٕvKUh?; iJPeGBaD{W35"&66qWd)XgG{ĈHp+-Lj[%)J}): T>[&LH]2ZLIzJ +qs^J>㆒! 2|ANJsY E`B^3GਥT,NIDDFQmIOޔК Uq#4n&",;LԸ ]3Я9=_l٠CB[:pY 3$ysXK wu9@ iKG7 5i=:"f*SxBc=yA LJ! (LyJY6/8h>anᑬĂSujGUZb# ."B)F&$Yt zWFwq=%ez'IXi| 8 wSJk \vCAw/ AʄE I!qp\34ON3|zfVK2E/,E1E EI+pڌK70L{,|=*# b{I>9}=r(OJA ݢV+UWD*5")g{Z(:TDkY{%Ʃ>%N}4 *J‹pXfO!@Eh'7hn^;|V]lDmƇwr*p@@^JpT@q !"]4#Kxd|]`&-[0سrm+/8w:A-~2{%]sn,ZƜ>2|]vyRrfjG ~:Փ2&D5g\ś,$[14 0tH66ZkyX5Or}-NJg?.~C+ *' r;(1WW*.w[[Q"Fe7`4 pՂ7ͅcҢfvQ!.9+V:.KYxW$S2xUѐ6ڴV%1C =ڸ͕2 ߍ&#?{XmM=Hx]D2Zŏ]ݥE\ׄT bΘ$ -)}@X.X|7<8)@ ?9ͽ 6Q7ʚSN f ]PR(KYZDM;ũʢUA0/a9 Zl6/\hhzڃ[ eX)և|Y&WŝGk.]ajf" endDRo|]e> JfFt&zQa;!k>n3N|0aJ&~ZG%vlYPԑ=jG9{@WىH*cLH3޲&$A@WI 28?pw;`,`i}ʨlVCUą ;o4r40x96 䮻ULxF-^Ljl\& MZBk]gܑ9RvR¯a΃w-Q 0S(_)ﮋ4 j49}ӎ$,/^0Rh@.P(*<%_p{NDk2)IAok_*BlX./wMQ84}wzP%JArL GzRuzj)tnYzǭW4_;_&)*H:[M%KZ@ܥ(KA "EMD A䄓"fKqN+5AyݳI`:8|(h{V!Ԥ-7 YZ