python3-rrdtool-1.7.0-6.3.1 >  A ap9|+eML[56 ycV1|!Ak?d&yfǻ{I:gc8,]M>{Oc謬QV0BZ>-rLha*;\3z8ڔ }Ö*lL{7hJ%QGVq8Yn^:X029e4961373a3a9c157cd36529bc610d6f9a2c38b3da4e379b61fd1583a5bd71c40d144e8c524cf1f23b07ddea2dc8bdc689ff294ap9|-Ze6h vKR_2ܹVQOB t/y*p\7Mim|@lHc9{曟p:{ !k7 wPcg&-&8X4_Em JP>gVؿ~ &[kՌ1ZЩio6'UQ& I{`R 0.$ȉr `vf(s{5Si1%ޖԈ w ~|%Ni_mJkZ7 X>p>.x?.hd  :TX`d}   8  J  \    I  T x   < p  (89:HF)G) H) I* X*Y*\*0 ]*T ^*b+c,Ed,e,f,l,u, v-w- x- y-z....".dCpython3-rrdtool1.7.06.3.1Python bindings for RRDtoolPython RRDtool bindings.aKsheep12ISUSE Linux Enterprise 15SUSE LLC GPL-2.0+ AND LGPL-2.0+https://www.suse.com/Development/Languages/Pythonhttp://oss.oetiker.ch/rrdtool/linuxx86_64Pg>*A큤A큤a>a>a>a>a>a?aJPN4X_0256c0a6b9624a9f742c347f09e91761e0dda8bcaaee67a5550f7087a4d219395939693cf87668ab42bec77f96c0284ec80ff0dec23cdbc83f8972a97139360701ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546baa0dc8e5984ea4ea1773281463207a99b07a628e1e47f3ddaf884932b25eb495ce9662a59e0a0ec0b8ec1fb03633e885a97a8aaf39f376fa04f322a7811823e9a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee71ca2551bb59535cf2c651758fa1131d4a8b8503565e429ab221b4735bdbe85bfrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrrdtool-1.7.0-6.3.1.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-6.3.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.sheep12 1642467403 1.7.0-6.3.11.7.0-6.3.1rrdtool-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.suse.de/SUSE:Maintenance:22435/SUSE_SLE-15_Update/618dfe81c781cd27b2ddfe52790cb2a7-rrdtool.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxdirectoryASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ad5616057ddcbeb4a06bff4e423c6cd858b2f563, strippedRRRRRRRTBD%Gutf-85515592e3ac00a012ca0c1d2881c9ef8749014dea69c50e3c1de29bb003e5e37? 7zXZ !t/M>] crt:bLLWv 6 E*`$ K=UKg9g8ّ}08qM7*'m,)iRˍl}nG(=_0zP.|/Lp:+fBjh bx^5;[N1]9TzSL#"t_r\c$G I1:Œf1U7^-)W]n44\%ܲ_4\>| <{yUlgUxU`QzDvmG#5;Q!ZVCK]b)x|^^B%`|5Njw|8~{г~^GPQNi,j'Rh)OC{CPԿ;}ȴᯣUP^ 2WU_Si=儹4Z\^K [ZøH26 e}<=PVwm+x~k;iLu? +FJD~ \]Jf}p|sz4бG K\6d+{eǜXkFi7B@+6dh$q?ϡ UM-좦c>~8\Fhql1lƳx*–^@<6f)͓5L")s.ΝOGyfov*9moV?? C Є~Lo;fź".͒2N6ub6.Su5wvm4Xo{p(Jǰ޵6e‰ζ<|E |K]p^1X >7^e]SYGn?5PoXeNu^f]yȀˎPqLjtBdm4D:rȖAB8~?qpLdOMFZ{:ǂន>9-~&rQB* )JMiIc\  o` 1 mF_Jwt ,QsxSDi:Dm,oqUe\)1^vP6̟^|Ж\~ſ7ȷOIY^5EL -?:ҮY x/98JZ"Kc E 0f+Ϛ 2kR,/Ji\\yΣ5yYp@{v*,ሬ9D`Qݝq"M zZS4Ҥm8x?btoniav˜}w$ ToTZXkdv:Pt|H ???Sz2Y*<|*e+ k@Lѥslm'Atj8 * XC̓ϴ# J)|l~оlPER0S3 /HOssӤBGS"\:ڦ Ž/2,V4Dr7DŽ;)zf8Pyf``aD{~ ` E)2v6UͰ)Oui NX:U%[ .L#|f8cxNJJE]Şl7յIOmnՁc1]iͯ3o"Tz_v|?;ʘ],kHs#dlUb 7 Ƭsc} Fepgd`sWȝ[S}I<ТLR\{O8Y:rxO=3"WtN=6QXDáDJr 4;Z$jQjڃF& [AS[1-xzavJwk@|ߘX ̖0a(L3#A$Y9)'?(.LQq/ DgMᓫP%cu5mpZB %q5 ; - AaL KɗC%]xXJ3d%Ͼ)\VWy9q>j>Q #';?ZO;,j[0uekY_ahTM(^ը:` = [IU;`[sYMOur7nI6dD-e8 JO7]"̟& >:9uCZhŒ]/dB!tJ˚!c\*.'S%sX9hŖDkt"c9b"R?8u g%xJ^3 5DPۅG31y&Qp+Im:~Y\ Mg^s P=ɠ}گw@= h(XA =N-ջ"b]"Jw`yW⎚@Pkpt`sN#}j'9;\B EyI;NPN)p59tIşUfx*O1,ǠIд{6%3B.e_膝KBК{(gO~::!N<Ob,vn@ҝ8>eon3㺷6 fj}I/%ːbCn$ B~[s!ŜVfy-:yq46Q׭;ug+0:zP",kcu9jvYnSX.2`pYuGfR 0-x XcEc-ǫ6MC `/@ۯfK&N|ݩA}C/@tg(u!*̀qϧbF@wվVyN))+`AݪCChGOkLa Ws3$Y~@fR;xÐ@/H'~lK9~9$\?HuԀz ! {{P4@MݩX7pf,Ζ1'ey q3o`ĥySݙ/Ij ¦ŀޒHzgTSCDY9"KM Tٵq@]j%;[1l.$g\9sq?8ٙ"QW Sպ^6R?6\*5nuhgJI1>vϹs X67t'3R | r|&(Fo)@?8׳,o,ygz2 ]˖(˔'[%DWOTb.YCr14nu+xJkro<ϼmO %{g[['}}%K^̩Wzp'L3c8H׆o3oY˓Mvepܴ@q E`Z2(Z3CQH}]KK[gJ @jpwhRMS(zd-x!¦5==B-*203W)!|k$G@tEܜeiT$A)tUgnA\ i0PMLgTNiDxֈ3%4sJ]Z\JQEVX#4&EQax}yY84szuYZ ~uh) 5)Bf(%+!X{et 5o.,#@ j̩\qWS_t[ % )# ̥Z 9CTn+x9Q%LtReS|&i( o|_=o{?{Mvnz%EYi"{Tyҕ5Q L{r0|f >X^#Қ̦o`C[ZN򝀩\ 9O1'3ZIml)ۦgrcؼ'Ś%1́pܢ܁k= 'mBj}"[d!eTMԗt?.X1y9'oDﻚ}eyX%J߾^{))g}>/୆ktX0E,ɥmLz{ΐ06UVia.t0|Ǿ["s)2};(ݿwN J`6G?@1&iv}W@hˑm9J>*6&܀йs6};=$qmb1EKKUF5 DzllBycSCM吗6,y f/$ދAu}EJ) jr;ғz)6FJ5M]ˀHMpx^鎍r7Vz m)'zjgf PkSԅ_DH:("LR̡0؛KGléQax{>!^EÒ/rKE1mSyQ 6_dh$5U^I`,&tZNȚB@$Ng\2ڻ<%:ce$Qlb^'W7%Uq(/,7ۅQm-PN!y7!WXN1gs9 I:nL+5%" uwiX(7XI3 i"#莕!ŹG+)IPkCcaLA_ ˣ2TE9t@lᏐ)SX@xcts`–xd)5]~*PRg/9!!?7V=Ii>B$pk6k0 ƬN=\Bo: 9_A>3<·tSC:xSs6Uu\6NBP#+sO57>AD(=qlJ^8<֨<3:FP,9IGDx*hj,swtWh9Ѥvɋs֏?< Y￞;/GZvt1Ǩq!U4R.tQߴf;y(y<;jJVb*\|zBZe<iDÝ)LW|ww\דڽ4`="S@P"ٿm»;q,PqU}6ƀjY_iH}jwɮ ܾ ,c}Vݦt: iHvvh.a6)^ɡH1tH̛$t0K0 {WB9RY !kxt2fR w4,؟㯛NbqBP&R88m|z̈iિ)tKV}t92Mh&yᄅ;833DiJw'j&W&E07'ioݣ҂t!I1 렀\#.{@}$:"*AtnXƪ;"68ewAxl_bN^^B0:Nl\KE<~>z³2Q]%vvH_wA{agګ7]8PU@E5vlXa,ij =kU{4j}#!Z-y~Cs /h$BH+"蜮*.9o $įگ7ʱd}6y# `i1h;>'K[]s 4T;Hn"N@f`78F#ETQB gKؖ1CcԜj-:}J:2z>,O:ﭦ%И;.dP2Kvc!ޡ=jL0rߧ̮ >__Z:lg 6ltQ8m)kCND>3ƾ\aI/ #S߹k1'NPv;}Fc-ڼ0KFG QH'o @0l0D4}AT2ūPrz`FיTgeL+Ie8 ,adk NYRPo1ԋC7qC>I)}#zaWdna^Q hDYSHZxe\S޵zg`'6 GAr=1൘_!!TB?r#Y$m=rpɫ(-T債!<=xy Xp7{٤-flmi3WW#)r2;AW53ڄbO9A9d]D*v.)@V'Qa.~`!5{2۠[AF]ܔOصinjŽ;#Ncju .0~g5&e\8]}-*ȗ.-ʐ' ũsU'6ßh_-DVi-ȱτWø.z|Cwxҷ#{U`{f7u"lFK 0^OI>(gږ={ ̰%^DDe䋟ǐ xH@RLT4jLykeJ>>JEWtE~u*|BK1&u'BMe/~"QLw˳bn%G$O;ax"xQH6"ir[j9-cꁐy ZqvV:a^m@2Yӈ82-V NҌP[n܉.d9^;p?ELX]V}& =U=g%J\ikD\Y+Ѳ/JeVl6[GŽ{B3*(NO'{l%HrN;.A}Kї݋+n"t/󉼶 y$[_3ͣ!ڹf̏#MDۈJ`Qj9z%nᏆ5O<çE%_0z_„P{negHK O9w='$rhꎡĠq-Нk^OhӴ)1x5&bhoECau\+Ǡ!H{ ;TGdei3yKqͧL@4ݭ$9J`BDz⥏// 1RVa.€J$2 [|nn$'L[J BcL7HlۖvObVJX#MTP.l$З q&C|zRKV:m7qi}Tb Z5Tsahs2Znz^=<h^xfom*6?\.~5(YuI&Mx;h 4UND* FI|w<ʘ#Z;/A}b\ ꚉjIB q`} 2+tEz1mi3s;_w(md87ȭ]q`~CQN) P KD8 3NrW1GR ֪AL{H1K,/ƹm TX@,|Kf٩"jA݉?oa Ԕd*mٚ orus2tN%ַ._]!ZMtӌ8@m|]҆ iC5|q qYz˛Bcv_ren[b$ rCbAL)_xyh3{L0.rU<) +s'%Y {ԛ2$aDŽ7m;GOx)bl͜#f(=C>6`ط7?0WOQU-.&G~̟M8o0WK ͻl~jZ(3ez`?ƠF!8Yy ]O˺j9 1 ^Q^/bJFHV]۽.L'DeXnw_9Y)vGIvf:dg&"1z@zd{g|sb!d}&AZ%nD[eVbjġخRpA#x4ݽ&`dYh&7KΪIL:8ddC &I5RwY}B3Xiİ%$L=heυ@-n؊]Ct\)I+W^HQ で[ Kzm_ple\ln7[!p9/ t};ՓZZuETkg5ʙ){4n?U5Ѡ&V#D=BJ~޸ޱ8[hb8iiJ,ccW(NΟF6Ćx`-G\Ff1VsRKF[a=ӯ:` YG)\  d8\2xm~?mPbwl$X 03IWhhO u*L2N0e's!?' d80 [C6ܢyK_QTR!4&/F8d|E :rT~Ե!_I]CFh 7 M ]UZNQnl#qe(%u >wlʁTɋہ ̼C}]d84Ertskd^kq#g@-E%wػ(鄛@op \#fOcD@.: "`;x!l,W{ oC.0N@^rR|_b.oB~h_3nO7Tjĥ]0OGTf[ %rkaډkyk#',}zif3q==!DsAu+#t#CIH (%Ϩ9qVQ<>ߍx2^-y.*I'TUtd8¥λ7xi8L!Y-N|^źjUR3>F6[ 5^W(l]cQjՍ_p Ws9cF`LMs'+%Z-ts "DP]qҫz< {$Zrss@V-AZBaa,T:Xk ]5@2WYQ7RC#M ܅QѨs|X+Ltm4=Noxܼ۽HT3F%8}P 58k #u:Χ_OTptGOZɓgyz^w^}%|C<4 ;[Ւ,$O;+pقg/$/}K]{:ֻ="*f*bgOҋBBLNq4r:'; v{0XHUVױ6k,Jm@*L@ r;hSy:{g.tEy$Ƅ:Hŗ%/쥝4Seap(-@VNjJ vS%oXut>wcD1AUQD4ͳVG%J|yg> a+v$o6íj1M*KflU-2(ZŹ^\4 ۏ~D|c!aݹ`8RH۫v3M 4 .3"J)dZ?yB8;Y%<gT*@r'ODp;gyɣ6oc[5\@xǿE.G]uz10GTff?i@6\>)v wp#<<ƸwlA1.neU\^3 E`Fbf&);%C9z̮.~-f!.K<TLJ Agb?gf)Y^h &LQA@W1#Bơ${3t sBv1`XU"ѕƀ ˔Rv/)W!8 -C9{{F^8%uY9̇[h9`t'UFx mpNe(\P,-ְs9ۑ!'߿ꉐڂm L;2kSI<^NRN~|y/-K\taf\k_BaZc_в}=ۂ= l8j40rX,I3U9'צ'1G;"iG#^v;Z]$ں8FIoIh: rgCMmQxg3CSHܟEւ@*qf<h q.NsfF:N*<ܿ8vU~gq74Ҥ)M: ɃgrK n!қ7Z@Rs?|)($W|p"dip#lhE{008vӻ&_uy&7c)[e"3DMƙV:{i+Vgg0\]PMZr(B W@ILCNpBGȇQw0ߘGTdl}WG4U^7Aa ?ms~S%{?cK3=4\V! t.#MgOue6P $B@ȄdZ5_j}ԷWCG.&U.$k(Y"4cTlL]zglj7#aǍХu}b:\p<$C&!65|mj]72vg2~DE oˣ;GrV-_}M&닳zqY>Y$-&iͥ=c3_ƅ&J^4:L MewAhT}5K'eHN8 Vio{#Dh'Di*bXM7я$L,ԟZzqX]Wp9X[\eeE")Z'DYfàN6ZҊ10{|("MXySZIq9/8 p\){to'v w䨔yt |K(adݙCB@)b \}LwLgNXzLs4y#+3m3驝 @b(!chC{`;sYH:6.Yf9K_*_/#torM/\Z]ԟwQ)^jRxD5kD'<vT8 L! nH )F[gV/ VN >%n>dڤny6w*|3vHGTbv$κ>吿 s5ÆCDW mVzFdLS9Fr5bKaZ-G6PHEjق E. nqQYs)bB%[0NQ&'봡Vb _ɮ *hTR!ÌNZ<(v]y hO-–Z*3xB+`Ժag,$oi3 B#.yƩ.!{!ǽ [Ac'cApIyXSNxLY'Ъ!Y!?v;P=۰i cc²akm^=U4r/|Je0v6sSdZ# G  "2ԼEj*`4 Q&wbqQÎoT>65+%{ !z}@_n<5(oMS>Y|n_e(%o95-?GQ5*n3F+}g-*5 r(⃄]9YqRnmU<$:Hoˆ`)8ljDq寭ǸʍpMz֪ItGDר5_SugG(_4XЈ1@D@܄{2Ҍjf1K9KH2ÃAk4%®LTEA Q4QS}S0t^wGif s`[j8UBA=cnw͊¶x>jɑBE\,0\ M9P_NDq퇻]DBp5,dnqj 9xQWjˀf? !j:D(Tp&[q]9P9觬+n9=1ҽ~,@dd l]U EY\~I]k9ͷS0G_vSvYp nZl=_fvW$ݺ\zbbd!7;M3Ϥɔ-$PwT_)m(/:bfܘڰC<ONe{c?nW~&o;M~lb`fAԥfdk$I =a 4|k US#b22vj_7rhVHy{7rs;!mD?޺Fis."=ₚ^0%##@]PTRum u$78U7pOˤdPP@jh|ء׏G+$gZ]{;J*|VLJv!2l/ 7y8{j!`'d+\!@ϮpA EKsnaj)[,Vƨ+Ut+7^̄:sWNFhW.gۉg_(TN$+wrPiR"1E _IP"HI`/ɾJYF g0z}3 \bxad~Vo y0JPM(=I0WD*YQ?ģelK4#_q8{'b2F?75OnopQ;'`jN)N-od£)19{&_W_s~=g\ϭlC@DH@kd)qZVWm ֲڗ-""C Mň 4u}GORb8AFqaUEojщ&g!GOgt&@I ~*гDZd!< -H0:ʌv,S=`FJ {zK}Ҽ{d9^ fi((F l|]c0^/Eoeuˋ6o^ꑶ<,+kŅW+m<3ѳQ\lk&giΰ0KU{cȪ}_ZviF̄2½ق /$ Ue)WqN RAo2?,ˁ=}E5fh3Q,]Kg5qp*!#Bxkb~ܾTq,MtU7~fZb;箍X\@|VzҔ庭0܎GS+hhnJLkbsUO}XۥN7p Z2v:O7ۣ}e5tgo#wmE]^&`*;hTYp@Oq`<2GB1wE~F{hpi0^'Wb vʹ^K],CC6H6Ϡ/AX Uĝh، !,JxxWdWCO3`tg<9M7GGX%EӪ^B_DcA-Ⱥ~+l?q aY1hT2HE2Em$Ǔ:z <\1 m.Wdn'uʻ~21- #mז\(aoTkѢ-ϹsO S"#kK4-㨊rח :dl ʺ&S5r+_7~zD2r˅zb2KTr8u`yK \9;Q&X|a϶::{<ċp" D %NZ.A?ѹEo 5JKL霞Jk"*!O*kc-+gbeEhzPcIٝA^! <]wc1k.uںuGz=\Xo䣟}{VEjzDo~u:IeDi.i@[k0TMI,:t[¾PD