librrd8-1.7.0-6.3.1<>,Љa4p9|s+oxUVpV~.b `#ً] Q‘hI69RYqHs鲶|$V8:Y UMA۷?8dq=#SxD0ojcgn&DRsY k5Ly|,o jD5w@U=hJXN0f9wbƮHY<_$w7Rx'.ū  R9I$QH|K\QX˴ND%}7 ͽP6>@,?,d   8 $CIT\ ` d l  0!(R8\9:>)?@)NF)]G)xH)I)X)Y)\)])^)b)c*d+e+ f+l+u+$v+,w+x+y+z,0,@,D,J,Clibrrd81.7.06.3.1Round Robin Database tool libraryRRD stands for Round Robin Database. RRD is a system to store and display time-series data.a4ibs-power9-13JSUSE Linux Enterprise 15SUSE LLC GPL-2.0+ AND LGPL-2.0+https://www.suse.com/System/Librarieshttp://oss.oetiker.ch/rrdtool/linuxppc64leJa"a(9ee78a9dbc1a37d93ff3c7d896a4932c8ada33ca995ff2a97edbcb081204adfdlibrrd.so.8.1.0rootrootrootrootrrdtool-1.7.0-6.3.1.src.rpmlibrrd.so.8()(64bit)librrd8librrd8(ppc-64)@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcairo.so.2()(64bit)libdbi.so.3()(64bit)libdbi.so.3(ABI_3)(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libpango-1.0.so.0()(64bit)libpangocairo-1.0.so.0()(64bit)libpng16.so.16()(64bit)libpng16.so.16(PNG16_0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libxml2.so.2(LIBXML2_2.6.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-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./sbin/ldconfig/sbin/ldconfigibs-power9-13 16424673801.7.0-6.3.11.7.0-6.3.1librrd.so.8librrd.so.8.1.0/usr/lib64/-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_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=5d0d291134af0ad31c67e7565ced192a7a57b9a7, strippedPR RRRRRRRRRR R RR R RRRR^$V|m㨛_utf-88dd5c487e05a9bd44bc6734982f52ec141a0f8e2bd9924da0a41492a98fe018e?7zXZ !t/sZ]"k%UEd[e*^kK4`m .Tf|`i}M8Kl׫(5?$ =R.RpF(eJ:C.6ew^sT mITL2Fa;v|oE q cU=t+Gxs6ϞM`pl|_d"ڸEHqK63ѻ%kǙOvt2-A2<ՃqFƒEЩ a+HEx!ۉ\|TqΨJ@azr< |/y #mq.úA$;ۀU%A='1oȸ-Ygay0q,3y8 mIQ=ݽ4fgJGgJM,fiEYuEfcʓUu>A>˱~, `rV+ZY::7 & K=lT0Lʜ?_6#:EYu>ZdǼ`NbqqZ[@kC ba؅3xҨS;?:SplZ=gh̛o4iE)ؔ_OY)]w xZJ3fB7W9p0:w^4c#L׍lm?A?i_0*ݿMpI zԫ^'!җVXx!_&R00tV_I;qc6`C oOנ@2B'7M+i 93cAtKrndhA 6W?[S Û$f4 H=k4 ƴ#6vPGƕkV7G9q,z<"y` w!AbQYXlFVx9zx5v JJ錾@Y'8 (>wN4'a\6|W3 o缜 s{ /qg菡<{iJj/K[& 0ɓaRVPV%yIqaESq+NӪN=­'QTցP"Η:b^[sl>C&:TpBcuNqJ21 cf ~4ewy4-N١ ֲ0Hܠވ(#slc),VIeعNiU2zkD#Lw"$OszHduqˮk)%(5G;-Ow?o%YZuuۣRBK* Cb@vx8u!Bj\=>Gq>D![xqjV'lKTU{q;=1TܘPm%>B'a "<4@N=jZǏ/dClM3#ؚ 伛ޖo)?rb[7[U:a2`q0L=j-uz+LWϡNiD3-Xb)-fq 8zmɽpv5@NGc- FrxtԶ>1Rtҁ7:rzes|^&KѾ^zB= qq/d4oo:}G|#Tk_3pchͧ7j%$x]Klpw'/%ړm.!tZ>Aΰ Fy1"(=dڪr33mrס%o Ս )Ok7l,otc<&u2!tń@5/}tgtFUq$ \ԅTZp+<4iHźHɻ2 \!/Nֳ#sP9Sruʒu[EV B,F0> _)h45bᳩQ3]r`F:tc@ $ y>Ih#WyXmE?Ĺsć@ɺh. Oӧxk]Te ^f-Li")OM.ba6]+f?ˊKkvZf ,N0VZQg!-?PAՔEe0\:D,)soi66P$q]=ᖁ VnMИB>ȍK-:+$6ڵK>a~/%(F-.'cP)E8eg5<(N;=4hR82G>Z>DQpJ}}/Z9 Xnʣ\27vME(/r{W(ѢN%1uS!]}akZ2ԍѪZpYO(.?c(>iCF+4ZˬUd#GfÕCK,| UBwVwkIROj[?xHgRA{lMK}6Fw!Z&obwn-v6 kn?uFAmlE5~uc/Q՞_1}l"wQ6QF*K g458o45p%3ܣzYIЉ9 QgCXqsGӈ 1(-=ʵ@ 7gg,?sQuC04|i-Mpe `i*^z5294--%d(L{ߕAjTF7$8v ӫDž؉jQ ' ެVroBh00~UP18 AR3Ew `amj(ͅ\Bv䇼r p?siM~ʫl)"rǭ}o qy:"4WӢzM<Ė3[JXX*\_: B JrG(X1B"wq~ o3S-dnHeDe;kyʹe ,Nqͣ$tD7DƓ۹yf~WzMcR{:4X\kC5'H5r\ͬz^U--~D|EB )ƚv0V_U2&k$|qh:fhq] UY&vYv]3wu@F P]3߉K*OK.3Pho^2uyoX0-ovnIνؕe5.e^z.+O@'Ҭ>ݼ- d g1j9ۙ!-Y ̨j-C&5 $ֹU],;&ĝ۫~U!JqT(,j&%Z]d. uv9C6FxrÃnΈf :mo% ~ ci'"ɂ}B뿟 _{t74睨y;u5n _J_ mGm[c(*8opDtP`mvqh} 9KуƔ|BЗLbWvO yr&7ҦI$jS]M,=CvqJ44D)| HYo_3,PKc, ꜍.}R`:BTsaZLL: 40Ec~ZXyf = {F Ԑy|dᣀJ$/*eU;DDND)7qҾ^+\[ʢr%ȵɁ1'**>_oG$7oS=9?E0'Rohn$V+SsB.Q;M)~ 'feݢXo>U?,^Ո .#=@;b[aL.6 c:b)fM,`.ڠޑ<ҁb>z8Z(YZrIy_Na5D#!%o4鳋1eJwH%yO$IѪԏӢ% @O)[5@zԀ6;+抽QERCņ{:>M_T `3#t@i3J,Ğ[I_ yK pKIMi.1>[z~fRneD:T4Lџ=="<EC.=}jV4 mkro_=""jRqLUS*h> 7@T6`}G"2D t&׿ ֬U' }}3`fKoJ,zBh;ūudTRofɌEfnO{ -iw `Z|zQUkJVKWnvιpCNj$ hO2L \ OPlL/ť 2+.$ڵ]CBj6PTHx4_[ṅn"^9"GN"5\]i MJz8~.l$V29x0aVlS*=\#_%V!13R -^rs ]xU(>p/oVg"h"7FY\iwLErWjB>!dn߅]O؋^<{mgƒz4v3)8(PUHF/U<c+sf62D|ͦKJ({}ՙuIzPh Rk%UBb I4RE@[=ֹG1DV ʊyH,v.zbZy!0\;2^~yFMa8@@?@|%ζ Yb[#!3bK8frVD1;z]'OaZoyW]L(e1o~\lH"R2,m,dkv 6;"LɍKčJ,~a$󇋅[uդY\ƇMXsBކS-Y:;~m[7WRӒ>v)Ҷ<36T~Bp z3da6zGRc%DrԷbQ@[J%J?d65,(?tG~;&y.sȆeXAhS5k^ !GU=)Lp=?W;Հ̑FaHCi@'[D;P Ǭp}fY^d=H2/z=4U1vWM,-hPi\Vl5'SS*P05܁1ۻ#c"80K <'uz#MѮUyѐuh=EmROºYD U>G26D(*:AZdV{D^rz*z_IR,gXTuJTU[W:d 6^@y/6vmGS;\n_+Im6fZh CZ=|? vѺ6аyc%JGټJ.xYE-7~A1I^dCT+_xFdV]C}2XݭΎ} J=_̓OxLJWCR]['] AM&@7S'5+Qlp1U> yjGC8o~Fƌy^( *_1.hK75b^s4n~O("ܻz6LsǤi8B8"lbK =fK+ ,f{8 #Ğ9tĀ9!;fģ': ERUVO>) < Zz}fz';~k;` M(& f }հR٥ʔh qksͤNNgn]4tz,ϥL _2%y7j|_+4p)6̀mY1?/F~ m:%WTk\v" -_psԕLRua$86|ZQ0 x(0l?˃Hbym&sX F}I#,I.ibXR{MJƄ?f3rL`}38uB_BU T{-?fۂ(=uo&)dՔw 쑏g޲QWŮ:Ⓠ%$kۋJI>v?2%`lMc1H$^t\~RQ e/ɥfaquVA-r-Vgt>(v4}H@Wyb7*u>=l4 ۟YC^MpWbb(y-A{> bLBfNƾz%d܎՝0NuWG~ [Սc!/O$-*UFl 5bMsMv6t XR/שK&M$B% hpF-th,Yfo"] 0tQ"PSRx7@~ɥkR0:CڋAQ@=j<{prK$yQ͔(pr?sqiAIi$# ?4^S}9wa? Ts 3@:dg _&VڈSJ&U%`OP.Z޶i3;OpȬK;.T/}y䟝\f!!=?złtK*VM˩wf{;i&|+Kf kϲPf9E鍲*lo߽}sv"`H\3ٱ #WID}~XVe,MIKgJ[nHc &3o[h7dG'vf'ӵ܆ ؊US^HAh^p3}rD\ce%(;Sc‰괽Iimӽ|[24ΥC6\A%oP%mw&b͞\P$ZA1s^ZksR7HmnL x㦍nI)Le?sHpo>o h\c+Fd陉B,<4%FFo"+`+(J[53D[ngabL pG .\]mC{M8~c)Y(6p@([]!SK9Rҿ,@KUJ]ʀAp2ݓ/^PvU Ц6[Hq;tÕ[_*l=ƕ^J2\ſ@s$ñvh}fco&W?qR6la~1<ګ $n &Iri^kkEA>ḢQ+J (yI)e{obvg'/ܠlgvyP j _c[o~lLFO6vJ"CǤ{IQ\>eZ~zBN>GK}k]Y\ T#q (5 Z^H>(dab%T}X=A p!ތ 5؀z|koqq(`, 8H g[?;jU(_l#n-ُX0!qMu`;\^2Iпnʲ>O5lM\L>.Sb fP!{SY"H+N%C?BZ4 2>kw^;2_ Vs.zgǺNRAfaQxY,l`_t@(9K,!FsUREW$0K 7FFĂ & b/1t4]g41@6iq4E)Ԝa|zjT.4,X;wҚ$z,z1-hJ9G$weB$UYگERYwï~*t!7/ Y+-p- }곿ljֲYLq<SCw@]u^N}TȺHeCp0?48s~a%LH5?R :ѭyw\rtܒJt"Z+?i򨊘Hap*-`EIyfkدݎR:H΃{+;Y\aӦ:^sn=#ܧИPZ6AD{w\>h5<]xF97=hZ-j}`v٢"۽vڱ"͓=l͌H:ԎH8~A*P҂_ nÍ圡WuGMT]!0=qf=ȫukP$:Y>x>R+TQYk^GܨG q1`S&%Fdp`f.w9|QB\'oׂ}F,ysL(+5Zw)kz<{B?^xs/Tckh_y} $SC$-0s '&VACl{DP[(j/qǾh=6g/^}Vvë`؍g?i Tdd-^@ .NdG pqu 9ɖΊ&D_Ag ˯\O]Wn{O?ޝ5|6 𾋤 ">2R&x}_sEw.p.y*̚L1Fe@\)׷3 KF54C# 2Jd4rsgDᚐIfiXT ,#l ^n)V"K,_\ϭݜ{^=YŤ^ mTRv1Ěo`/4͐maFqC:lzj(ͭ= JwG'Փ9 *]ZXpo}p 6744(8_g-Pqxt7É,)en\AX2%X 3D3%}F! ՗I]2kWjh 2wu,)@-8~:~GRrQCq,/'2* GD+A[Dijq>~A7/ٳDaB J3(cj)<4weGo>T593 9c.~(ȞY(0/o~=Q#Ix OT2tj'Vņgd)ϡ/^x^Ng4/w`GGw6}21Nie(7"X~#+eCMQ7)K+ϒ'0, ޓw1jxLTf+?#ZK(9&<$i6 ^)Lwnr:WB R'cBu0#dҸU ,OR;`:PpmurTD% hRHu@&FYqޞqGr4k}Ƿu,Fg;b3ZVkH b " !61!)J`tV>(YTݲ #d-I-Z'4mT]ެ8K$ql3a-,f .Qp,]D `nW(!{~ []թy <,?'HGqnT :*CԄ"b1^_z^=-Gw#[BE/iMX()I` P)ô,*W=5d'+NZur2o.=ꆥ|+Du΀[lb@L42$è]E~nƁ0PWIdRݔ^P `q:f&WxԮM8kԛueEqGhGQwty\#8gOf=VY/ި ީᅓol)NHΗƇl|݈j$X\Y8xQ u`se&k(?dZH <}X JZRѼDU}i)γ f./R6vTPQWNezJ{V֓dؘ=Ge&]s_I>7^ln3i)X]4(m1;ؒ/n y~3( w &6V޳E]P `,s6m1i!moԭ}$K2Kd)ϔW(tb܍%FYAڄɖ j{96m2@̉֘#=JU)i`q'eG]buo b0ӢCGwh)D!ts0C,g-Llɫ(V"wé<=v:h㴬^ϺPRxY^ln0}M²4.sC-(SS ^x89-)I+^?X&[5OFBIqdpqwz@T.X6s ĿEP55|cEsB mڎyq#<.H{tNi#6/@4fH ~6C W%d ȏ^t^2Q nV'_4m0 nv<\s9!Txٔ a7cE _-ww$ScJ^}_P/Z &'BL*~}Rƽr^uKZ.df2FcK}J]2p[L5CѮ*'úZvW&m}Ņoҩy s$JL/hS}qBJ+h41 8gJ \+FnnQ]-0<cp 5A>ӟtr2@|j1d#NTl}Zc}]oӛYqn',+4W{76z&Fy |<`33`5XGǡ_]vjRz9.VzR>Ϫs>AԂ,˵\d/^Vi}Oa% #f`IVĀ!נͭ#5&?dCh|&"5ʒRa_QvlZ)0%8{5Bcwa$[Oac]~ ^0٥B73G/0Ĵ=پ\ƴ})I(|"GB沐c]KاGEَthBZ󱮰zy&բWyIaifYw/ក;~(d|czsd>C$ 0YO^jf8JVo0 ' B JԪQgS+#Ҁ2AgNX An"83=zDU#3{@vC/'O׆da: ̿MrCVW륍Ib_1hIu,IȦ5|6՟EV_P%/j >a{$`> Cډ{~g.ym"%+<Ȗ7+ &8 _{Khaij>>PrZ<&j-1ׂ0.).pay'7S۵.A16fWR J'J'`KZX5|*E6wl(}+#L9%H EW/ŀG(n`/ϝ818?4B@Np!"SXh"~S.[s0H0:>zr^ۋ# 3}^c~0g6XݪeRQ+TdRL .k!nԍ [Fn;ΤHi޲=W*5~վdk }vTt+Y&CBעY:>XZw#Ln!ŋ_VC}A(&>kCI5%C:N9cC߁ ;urZFiYI(aޓW0c&BCJi2=g֔d:e.Q;)jYfQ?a[$\wsӹBfC E-Z%N* D XSNu z!S`H”C- {a: NzyZ^$\lf|;(.LF$F`1E7|1xpr1On<|'/ P*5$л<=rF#:^*tR tq}H>0h ̕P0O^VLK6,e_vH~C.a%Vئ~d>At/ql"q_6BFKZ KkȂ 3xZ޶Sߗv}27׏䧒1[5P&zcX-ZH}晕@+4mԸ=r\ZDvuM*+?T E_XJ'P+g<:u HxNR{b^5,u ˚:Qhƻ OAehW9J.Vq]p `AfZhð+FE ` \гj ˤm+%h8^_ аˋAtɷbCEs9\KN?1f#ǖ,fXiS~)_2^Yb{(:ҪܺqFD!oYPդ3i)I/#Z<1D0|SjGcs*S {ROAD$7>~{7 )NAEy>A8V8J@)PR']T]~NLO#x|Rr9GNJ˭cNvfl눉?\SO\cF;V0A7G`eb=)nfR0W͟[=wnq i`[Z8%Do4UmlF:`dAgp(Bʛrfoan'Q@}V^Ն0W#V@:4)w&G_zT1la. "]ProtLE~j~:ߗ)g iFp&,%U'^h ܧЌI]"M3w;u" ۸fs NK3@AQyܴ"%q'!>Z*A&e,Jj ~FTO.o:o✁eg,9c{JV ^͡K2uML Anpd->*2M5FtkR}FyƶN;Ꮘ/::tO<.Ԥ2(uI@>,A!m+=";d1o sRd1NIBO?&X@b񀜬[E'lk(ڶnY+".( u03lϋ)Xvl:\& Z;T2tڀRu]Dc3F[GOװxM #u^I|I,kv1 f} 1LGȋn]김FGWq;Sbٜ!~ZVtkH~w0>ؕڧ-K5NT@_XWĈ/־ >'LQ?Q`dauI՘v-n7R,mRވK~_uE^6Hf(e}B@3263dv;$}K˄%^%߲a1&tb) x{]XP" DAwhn {",3V,cI8i==\Rڎ|Fk J{T@\ :}Ɗ+&RE{hŨë)C=W7{e0K(B_S"P|̀DZS n!aퟩ~iհSU 1d܉QlR'̎%k7`tEub3_.=*_Y52x H.ϖjgU&9GLMO=0s8Ss J9Ө8]=kG_5{dudH|A>P:_7k?˝lP%W&n}uȺ~i>riE!43 p<]TYM$qH7UW N t GˤErMqRQĿ+3w\q9KdK4t K\gX-6L$Oگ*VdN蹚ywG?j5sf\4bDtp_r4I}" tok # TꝾm #AtG3ܷx#Bh:~X"G$$``k@F \S@0Z'~ t<.Ȁ,JdHf0Tk-,+USn֓h<9Sc8'g>3i6:J)ٺNIy,m,̴` > csWnhA!Q"7&?0G#,)eṩ< xc-lqhJȅ;E&W{s4.j-n fMHqXN=]d!BsD:쒓PqiMe^;[-P,B%xB'\E D΁QS;wr˜,"I7mड़ SdEQ{/s@Avj|>6 B CEM >5iJ38⎞ƌƿK<`&|B5 $! Ô5x}NN=-,HnJ蛲džX`5LU ׀jdc@)=;iu iunS?{Sg7A ٰ٥9=km[U[T)mylw=jKѝOpRH|גe[I$76,