python3-rrdtool-1.7.0-lp152.5.10 >  A ^1/=„ ӯX8MUYVS.$?|fn+ä{eW3zbaX 7ނ3nr .Oׄ anx9HmE5qHT]3b, UV'\W*Wp-ʐ>>݈H1p"9W);>zin lJ79ts)Y& D:v}#ʫ"EMow"pYT7 >p>-?-d # ?X\hl  (  :  L  p  9  D h   0 d | (89:)F)G), H)P I)t X)Y)\) ]) ^*pb+c+d,e,$f,'l,)u,< v,`w- x-( y-Lz-h-x-|--Cpython3-rrdtool1.7.0lp152.5.10Python bindings for RRDtoolPython RRDtool bindings.^1cloud136/openSUSE Leap 15.2openSUSEGPL-2.0+ AND LGPL-2.0+https://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://oss.oetiker.ch/rrdtool/linuxx86_64Xg>*A큤A큤^1v^1v^1v^1v^1v^1w^1PN4X_b595eb0d9826eb9d6f215df5932c2a2b23d8160877e9bfc6b9292b09b77839065939693cf87668ab42bec77f96c0284ec80ff0dec23cdbc83f8972a97139360701ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546baa0dc8e5984ea4ea1773281463207a99b07a628e1e47f3ddaf884932b25eb495d0e0c5e12f7a7bb3b652db161b82e4795585c71cc3776c80a0b61fb9aff67032a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee71ca2551bb59535cf2c651758fa1131d4a8b8503565e429ab221b4735bdbe85bfrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrrdtool-1.7.0-lp152.5.10.src.rpmpython3-rrdtoolpython3-rrdtool(x86-64)@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libpthread.so.0()(64bit)libpython3.6m.so.1.0()(64bit)librrd.so.8()(64bit)python(abi)python3rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rrdtool3.63.0.4-14.6.0-14.0-15.2-11.7.0-lp152.5.104.14.1Z@ZYu@YZ1YZ1XF@X@VUV@Uc@Uc@TTTLTq@Tl@rbrown@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.org- 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.cloud136 1589653889 1.7.0-lp152.5.101.7.0-lp152.5.10rrdtool-0.1.10-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txtrrdtool.cpython-36m-x86_64-linux-gnu.sopython3-rrdtoolCOPYINGREADME.md/usr/lib64/python3.6/site-packages//usr/lib64/python3.6/site-packages/rrdtool-0.1.10-py3.6.egg-info//usr/share/doc/packages//usr/share/doc/packages/python3-rrdtool/-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.2/standard/e94f1b289dca55f6230f753ab1037279-rrdtoolcpioxz5x86_64-suse-linuxdirectoryASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a99035c2d1bd50f71e1c0f449ac46a33ea627f0a, strippedRRRRRRR3-9cAP!&utf-8591ba21dd8cf9b6a254004fc1418578620ebcdf1d1e76b3feaf51e630c63aa0f? 7zXZ !t/L] crt:bLL g7%,@_~eVlzCC*&ydTj870I & 3#1/\`҅njo L*p< #p=PiɟmHd5#guT 3_'EIiHኳhy~X^0"/ fiEQkSte@]srw$N2Ηћ^qj|c@MD0H`ϑT6f餯 .LjYV3Ga=x0xcb.\ꯙe2nK\[FvbIBz!6knG`O1k<}LeŔh,w;ɱܭ E,iye u@jf]qt46$elv̍QE@7C=ш0=TԤ*B@+#OUE E~6'Cӿ3[29)f6.#cwx~y3z}ɲXƄFjEvZ:km޹H8-BާΔ[>tNu%A GVvU>>y|N*>`Xi?ԩOkoM[YпW WM$oOM5ڐWS8Z(Gz ,`|t ;H^Z)CEݜB.!' )Ah2#dcBA(*Lumpugd P,OgZ%Ј4GLYt|¯uCQ.(# Ӌc*y65A {"E]")zeBB;P3½5.L5}.{}жO$ o$ղ{Z ޔ%C!fT M=cS]'GJY&W`ׁzb϶ I>vq( XKy%Q\~ņJY›~hhB[JW T]2)-._/+(uR0LpZI,v;hTX;`c90A0^uQM2ѯ-visU$}_`ˮJ#sE 3Yphv>j,[ʃp+aȡ&SoqZt\îw>RIoZ`og֏'d4sC8@1zbj~`Syr[L|U<5QV2AP)?{ͺN9d@Ns&^~=e5u\ƽl,裪^~ 1 wGSͨ!~~D.^H d@$^С"ǍzZ`;/Ve6vp!i~d޹2-Ή9sQEY;TQ }5* @Oak%S!i,eLv0Fw3og//3EG,"MT~$'I%Hyn{ ygW䉠"z=l /1Vqz &9mh{E{Ct]8xۉ]6(nIi*Wc5FsƳU (g#n3m ρCeV$,<, u>Ml2ʫs]KFޥ)9 Pk p(:w5a*ECQ`в}3TٛB䲲0]C~-mkXʶ|lpuV܀"ݐ{R,P,7DF㌷=A wRo=A$h=%vDoT2G[N{w;"߿KnDDEܱQi.[p&-jM(4; q}6|O":W\:$vi:hдb()^ozh $(BDG-h\/G_ T|~iEƝ_)$!!Y a>IF+?qp OOw_>Q#D.UltJ B>B<"`wlw[]"b TъYgr$/Yw8a0 /5‚s1uH_JdS#zZo*\+lΗ#bՖ,b 6QpkT/T1lHUƪPHwֹr7>ݖ'҃^2 l% v^@qq\bW`X?_ S=Šr+N2KE0FK"1%x#,um|VtԀ`WE!97\T3`˳=Vu\?u8HB)}d=-V %?eb5*<r*=~j[[V-`WG6dQ.gJ#uh#'O2os_kY#(\=1*qJJ=XLkCNDʶyTBާW3 F$8G Zji62UyFߟ|vmB\ H |;,`Yc$@`ׅ涣c✹vEimSJޡnѓUΣ1 cE.v6A[!4؀=}91o# MZx+b)YI{|璗};?G*GZ8l%]twxmf& RI='Rd8al<$nz+Ԩ%\Ǒυer~a0#W$>\_!]0tX8 'v.l/ij).B] l}bHAYWN6ʗhϼH 9nYaA!ۂRz{@Tix_Zbmrޤ&=%: %g.Eny/=G"ʶ:q*1, 81/Bd$ffOGcb_"= ՘@-;n4[9-?kRܔURmLr4lk2\<uHB8^rDl4Wfܨ  vAנFŠ&mɷIbG;UI>nX_` t*J,Nzef[ X,jj,g紀sKBI3XD"졸\`ƒS$p"†eLid^!t7?s`i# O&sՐ4lxߕU'Lr(@vܸC$a|,ѱ ,_jH_oh2{7&aoB@D>B9hw#a0vjDŽng EJ(=o؞4i1)'^aM?c+&|0r^Dsm1g4"{H=¡_nDI,8'r@ 0c$}/;?rcx(mbu3/\a;^f`W$ =ج[g*N5O`^ԛ_t892 lGa=Cp8}{'qyR q^{pk փ9]9iԸBX] Gmշ5fm¦e$OKJR7F˔he/Ӗ{|'HljFv3%ц";>*Lc7;FRo|rWڌFFM#̚s? cyMTQpỸb0=|*}ݱ2ȉQ\۵kpWc/00oivV9[B$ȱ2E8H z+"!>+YohNM+ɻꦟi, dWn<ܭ}N{JQw\z\2Z3hbӅSqUŦ<@Agkk|#7(g)|(BcO/'z{.%W+kɻnlásɩO7;g꽉l3mj y!De_}-!'%:|*Gq|5 H(bmtLH0=U(IC\# aCyOcf0F[ꥁ7-Vnvb7Xwƀ13c|Eb#DgEdZ;zUYe x$I# S:5 W;T|mFLihAAn.~7pAaSDF?f碌1y5 YPV%$QVPHŦ`/QѠȘ;/2"#ެ]ׁtGo![3ʁ,6 XLh_CL a Eظ4c/K_~Aqa$b9+=RK 'y' hYialK4K7<D9cz%5̯V%\D{ ,w"k0: ?km/X(ij= g#wϊa+Q0xe׫TP~/A}:'8/U.WuElávZR]rs6g-! 76r&N7K?,vkֶ5 E*pV=Uu{Uc 'ҁ}jdBHei6)O 78c1n~$bX6zbZshwqB -F#A+TEa38T@$;FmM&Iga h E;+zwK KRvkSÍ?n~WXxxu_%ԁ*YnÏg3r]!K8'Ee'eQ{vW@ 5$ȁZNz9݌ۨ]߈]nL Z~1rg_+^i/:]@ALӯp| xu~t2=eu} ٘?B<3Liq\ٙ`2yPװt[ \g}ϬjهG1 |_*y&~(ח, zgǑjx[ᎊ:eʽ X`AY0h t7oC҈Oe[kމ}R]_L p;PLAfb@r ;G`&`f+TԶPv)`lBb5եPL{lN\^6lRAjD=InD?s@&H: 珒oD]5p:[g% Jvyjw8֫Kv¥==fepֺU[aVwA#զykz)"G7GyAh3q=nq֗nYc6;n6Stc-cw%vB UQ]mΰoWRVҢhD.2.e(mQӹKd~K! ^c4{bIاF9z6^E3}08artO0R8ln3̴˭P\OX)/)e724&@i/8ѤLGz{T 5A8Ӑ)b$K 8 G%ƊeHPJ/$f[恢C&[db:[`Q.ex~BP`Ipc ۵x%.6=xCe-"D)S8KKC&^3?m⯄pC\q򨌇8[c~{RTҔ؋@N:;-(U0@SC+WNkւ//Osn1e1s(~S|U%h{3JV8tc.MfVTo7x#C%WaSԢI[/.p~ɽ^FS~B$П% Qpz5ӥ3絸PӸݘ {)jB>}@B>|K9¹mGXFȽZ|!A lNdm{$*/% Itw\RTH)侚OOr^3}9ie=B^>l}fh?OG.[M}XfGW7j>9a\'QfJ >horIyՐ If3LNϒ<"͘<>-0@s'jC5_%'ZKMKYmSq%kLgU,/~3JZ}L/:BI9&w`Jr#h"W,CR@4J;Y5ˣP#WnP!\yW{!j E]{'!DY^mp~T/kH5,zM"n8r/q >f̈́A9;I>+"ӈTRPJa5O]jBɃM^ jƟOJJo!-?lp!>̌4Ny7CRW0^ %+kf% 0F\6YS(%R턿rk@b>&i[f'J^5)1[94I/Ltw 5GK*oHSfbx }?95.2hf$^8أZdrH}v:>/shZ1 K=/C'^![:ZbmE1p"vur~M*(z^4,ⴻDdV b^[Huˁ'Mm+h j G-\s6gVg;!mlcei&ao`.|Y:*x:=?UɀO cﬕ üoo{wj*@ Ёn2EJA(kؔIT=PL?8")Zقo>н?P|~g uO3k o5H w=J9G<44LsNqL3H\wv wJ9A B)49f2uILD@Y]3zqIG4{uhA;pYm>9]L=vʲ[u)4fv8P j?`KT7TYƥrf0/yjqd#/W"03AT#vqW*ўN=VkC)=( \?l9O[>E /8ٶ^"?b]R=Hw}s+B0t^790e:/N\ &XY2i|@YUvCV8@D&WbOá2\< 2}pjًɐS7=;-& ᦇ$=({3O~J F8 {o2Y)e pN_;봑m"p9ʚTh8I 8*LUDNTX@nxl(WlO>L* 05&r58#lEoyK4v &nKߍpYU⎆?g0)T߃.SKӒ(Ȳd>gZYTnXd03}ԁ:( c'd\ 5nUYC-9s?R1[[En%Zi+J^ǣZr}y43 J C#FV˟;Մ_E![0ނRrW%GmN,=bf> 7>H5~~$̒KUsЫ@O?+g Z1(Qi\҄BwzE$"q\/k?,s3+5MXdZmЗ欙<}e{ L􌧦ccŦ%%mZ^y/E;:2 FK+I +F;+=- AߙfO,;[TV9خhc"o4iB9{^=!#ϋOD[s:rXvo,U6jnP4d3+4WTǚҜWloZ̃7M܌ S~Sna2=KyFx"Z7+i=O[9ekqcA o.>7jbg)k ^K^I'Q{Q,:GYi#񏟏j"h!Z_4tv }DWΒ|=j8HІ˃v^`1cI]D&Ԡ ys_[ϼծWM'Oj߂'/K^hCurOdHaz*׵kPy&1Б>ZI(ûHAD17F6&чA(,ۛ[yK<t*O@O'&`;G@IV`jB ޱ(0T/;fݚ8Cγ=a7]Ot&.쨟_ޤ^0J:&a t MLkmŨ&w(1cQڄ6~ = D Pl!'g F/_E@͖* PObVi5ćx")g{J}H^9. 89u$rMӦ:=i"|cuhO⊦_]7Z9G]g۠E߃\Ec}vxؒ|{.;Ee(#W%q_„r\KR7_IRlN;CdA6QiI/6ȧxCѓuI,S@WO[ʡ#P pl!Ft^'r>#28j &N0Sj3;6C~kڞa("XAy}{:{xJ|4vmc]3׬8 7=b\$3,g ^^ > 񰹼 e}=ː0Gtu8a3 (ʇ5# F>Քq0+5bt0=+( qx5e(#};82:ezes"ڧ Yh Kqn>q'LF[aƵF.S^{cAq5qGV*ьPvߨ Sq R3-^<.p۫&-W 9~K7d]5 4Ze{QqɕRҐ{kybG( 0DAFՙԽ64%Ȼ}+wKh5GsXJFd\Ox m&J';s؊)lfSbP4jR'tS.#XEhe0y Rp[;b6e] I6Y6ne:j-3nIz7TCs"H_gO[fE&n+&/ P?ocyJ0횏{8icFʸ0 ciȹivwfq`O+x HO,>wq`h$o>.^FSfP@A8S_ahb"?pPR6,OX ~Ը3*r@cu)tQ3S*D~+_ЪOT3Sξu#_7Τ5ۙn\Rz;8‰|t'PGj׎/Op`s&&0|Er4"ʍSiYsf٭K]@2!k}`iк~نq/_)kd[8*3-5/nKCNe1;F>jΔؾvdIӝB؊vY?RZq& RQ}K;^H;" SNz G ,/`7>bU28HJyWc2ERߒJн;9ɚ.0 w,qth"vX3.{2Gs\I؏EvG2`]eΛDk5R`Y9أz֡9H;X"1~^Z,ݯ~zҌ TԼR9ӕ7̈CG#L> v(K)⒦Os<V$ЌRV[)93w]a"<> /XnyktFkpV q>b_KPǰgI`gb~WzOANkP=>)tCU@3 _6>S8nB6YUX}A6##GjU| Lg;(?ٍ e TIˏIJ-ģʧ*$uzi/HxY9Nw-ӛOy": {b7F~HSF]o)~"\9:ig!L2; ?Q9F4%9CUfdME7u 麕y ;wV"*fyp ;F7LZo#fEA_|gs5A}Si" 5RFI{vi ]S5>_o$)сUbe atQwQoU-\!P#&)' ݌d_ %NzFnNT!TgJ*#iox %4}dQG3OPwn~+5(2flt(^᝕o".G>6Dn ĺK KV셸d#[4A/Z A(ȀJmf7M|1i'Dڃn.HEeqUDW+vmB]1}ߐJnh46,BEF#EM843#Vܜ " 覥U΀ÕgqQ86?oZ,֥!ۍ^PTKpQ.^ Ӵ A~c_\ @5_X[jj0_E+t(d;bI<]a5t &C`<xhcF^9 m2,u˶uZxb jN&_Lm1r&;# t;81KsEN/1IzKlh?fX+?[X+T6͜RrGK|K+!>lp;AcU+mpe(&%`sJ`eS|vG4&^)1 >bby!S;? Pt@pWbCBSaJq]6h=u6{PeR00՞Oz@3;+B4/k*cr>f2%ScJ FU.(fʒ6&T@JiӍ+%RV:n8X2.;;UCKǗs6&Ǣ\C`ȝMtxR Λ5ؠG)rMnj+ /7jE-XAҦ>g,0}BdbMRE-~a2/5^4ቲ.Gt:kh^Q .*ie%8J1=c }? 39 l,ʎ9 9xDԏċB3$<F"C܈/ ԯY ek+ dˢ8%XmлXE-8#^3A6#42XVa1uhf˒`>#Kv .:qT{U/!}-lzwӠ7Xa6ig!'8jq(bC%z-# JQζ0xqcE=X XA2wŁэ0q2ۖIq7T؎a̲Ϝ =!u.z+XgHc'`+tZj'azr,_\ِkpXAqvrϘ⬮AWs./Գ/T3~MX*)V ک"ԆO (l/j3{ḵyW+{ Wk"6Qҕ?Luh$XjR^ϵy rE,`:}=7׈;f4EPXćMͯB9B֬e(6V!ʜaSH:-qYGfX-%gW{H4<$Ku1%cЧG6ZbS)oj<w P~4fWD//mʪy;8HSCy(Y`C]:3G^gUo>Еjł/l>~yuхW2mJc!͟Fp>/"CxgXr.Bɝ%mMFK_P2ƹJ2H} jk`pnşx(-8-k%31Qk?uZ5Czjfu7zj(۔#xFjR'%\I89(h*M 4d$ŘQЄf^w+{`Ig" J3Fd t|=5\?]2;X:=KNʨ? WQȣW Yw-t {;p /;:Jɹ@'kc&M}ř8Ed9.識B 5 ^G H~{R Č+n\BmIn^b`MGk1sFM2g{Ci^'!X$FL L2bK!z4=/YT#YdNjz@9?RutQ X!;Y|%kT%*95FWE<S#qV)q$— {%` W >}{ZN0* ۋNl߀|,$\ժ^GAF@6ji*/LeN2`b- z)']Gʹ;i26> i̖#9s)PorW%W>VYCm]tmQd^rr!Ѥ=n4VHN y|;p"`]QKvJ|A^%˩BSD&o`#&7!A4\CzF<4mqMYr5x9-=rb2S' X #!QO5,ʌvT-iX|UH\j},J ـ&D0ڑRc; 1Uq&(p-{}j[Qq1Qqoߩi=.Q%$T&=$Ën խW3Bk| nt2df;?w<7 13C6l~tZnF_+!achGڭϨcw><@Wj&3u`8JMZguޥ+-@3zN(N϶ YZ