python3-rrdtool-1.7.0-6.3.1 >  A a]p9|o:r'N<0JG mE@L#Ck<;-B%HC:U@G<m!NA2 .͑~EyvU>?qgҖߙsf,"h@4=.;fÖ@5x0z_eQKU2Yh02Btu22"11(w4lݱIC;0- BB9ȵlK7E}8<@0)|(r>>08a279617869ca7cf839b75588575a806b7d340ab86262246c59b6087e5c8696901d71e7c76dc1bdcc248cf3f1eabd504c22241e4ha]p9|yeԺ`pZDy^h1 qӴ1 ;f! H>W|2hDzx0F7^hx2kSh9KgL)d#l,`3!SC>jA㑱LʴoV]1l/QRJzJ6L/{@lt5$.)b"kWFe{|N|QCc<KAFj^=|Zs.VDѰ ^+ Ua%rˈv?s+>p>.?.d  :TXdh   @  R  d    Q  \    H(89D:F)G) H* I*@ X*LY*T\*l ]* ^+1b+c,d,e-f-l-u- v-@w- x. y.0z.P.`.d.j.Cpython3-rrdtool1.7.06.3.1Python bindings for RRDtoolPython RRDtool bindings.a&ibs-arm-5SUSE Linux Enterprise 15SUSE LLC GPL-2.0+ AND LGPL-2.0+https://www.suse.com/Development/Languages/Pythonhttp://oss.oetiker.ch/rrdtool/linuxaarch64%g>*A큤A큤aaaaaaa%PN4X_0256c0a6b9624a9f742c347f09e91761e0dda8bcaaee67a5550f7087a4d219395939693cf87668ab42bec77f96c0284ec80ff0dec23cdbc83f8972a97139360701ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546baa0dc8e5984ea4ea1773281463207a99b07a628e1e47f3ddaf884932b25eb495f1899a7d94e10c887c7d09a1250a7e30f4e16b96756dcc11c227033b526923f2a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee71ca2551bb59535cf2c651758fa1131d4a8b8503565e429ab221b4735bdbe85bfrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrrdtool-1.7.0-6.3.1.src.rpmpython3-rrdtoolpython3-rrdtool(aarch-64)@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.ibs-arm-5 1642467366 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-aarch64-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_Updatecpioxz5aarch64-suse-linuxdirectoryASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=baeb4a11a7cda5c240e389f2108a5c4a8dc4b928, strippedRRRRRRRRV~]DDutf-8ffa76bad12b050589ad5c6a751d811e5587b5fe74e0ffadd4390722720c084cb? 7zXZ !t/ᛏM`] crt:bLL_X-K AF*c½aΒq< @O~MDar.j'2YM$ !{dlg>j@N@PC{ TG 7FzzWA]8?>'-l ;` ( wrScP.nB$\ih~er ɰE^N=>SEU>mTOUS8lI5zm*U`ᤸ$y'/*II[  RQ̀ǣM0ēLE4L* {H϶qஂ N#h3U(x;Kuf VG;;.۩~+۳'$R"t1OfQ'/c^ёBg-ńDAo<<)joj84h1$nFďMS'l]9"G- ui(Ko_`a{s%xC3 +4;y$O.SV$ْ;X.u-[;꼉xe@wL6%~O#$92ӣk~Jtz(b-`]|> XI݈0⩔JyP/.Xq\2(` "lE2Kr(hIy(7 (\ap{OQ8p bZ]!k=,^tos6G 3ɐJc,Kb& jQaL+@^ljEܓ|VL#nC.Z2Ymp%(bǭJeMcwݰ=g4VK="8nWjvÎ)1 l,pt0HZX =hCP5WAj 'їӇ>l2Dtŭ}3c׳Ns3y׸S 3uyj57e &r.`4Aҙno^}Bھq'Ȝ%)瓛 BVپw# *,QɉP7S}?|''2"gA>v41ig[3ԗFcJ/go'⌇4o`B)#^0J8z9Fܾf1ޜw:!RxlF{vuOF[cf/L8^AK{/҂bk@_J~/IɁITmڬy`ZW9X=jr9m>\Б}(V\0Yfoubo-VmtMqDXuaWTR6%},}#ݯqJ .i k"*>!5C-pP_iyi`6hJJb ;^&G ~U_>gu|ѭ)Py}E/+A.ĂQQA!MI줫P/tYZ@Ыu?`6bGtbYYWHEY2/BnaH߲ԇ|Εn‘!H=DO̳DC:$ͷ`ze൶EvHYmVp`?Rv7.!yJ}dW`8\NP|U򆆟f$.s7X ܢ^Q7NgmS s^A'clJL#A]f5"]?s=*[eAiMC(¹1`m+IDVr}(ߊI$M]좀<#گ9@Z>6gWIO!/iߠPÑhʲhDŵM-i(*mGTK }"z+4td3X8ϔ Rz(h"s;QX,I e(5)%tfH Hq6\NEل'molFEluO .6w X֞s+o4\ɤ:tlRrI"*(-/"?@֒9@h2奶_Ȧ"?}4su+AL؇Z$% x^b}䐑(!R!wjTzaO1˵"It' 2q8WƦƹ !7/r *`;()@ 8眶yU [&UEތ3o~pjQ+XCbܷeVzQ(raZu*}Ju ]! Ew]"|һ(K`b|l|5@OJ/EˇJ7fea/#~{Ob},1dֻ2Eq1Rwҹaf0Ĺ5nRV?0&1e(8Y dY ;.Ìhٙ⛐D 9LSפY)9TSJL+-czwx/FKMRHWεxi6r`#'keWb/L$67xmx "8F#&V"C0"\kFtU8l甈݀]4r+%BsJÖҽR x~Yh}1@jt9N7'ٮYwrC 6EjI7}s6X5nmOMC>JN"F\ūoPZOL 7l^WyH]SjU~K#|3UO;wH(CHWfn. \r$tZQ-[CV"& `?R4&.tQ5N]9NȲlQbpF(+3"@wo^-Z§Nw!Lև&F`ZuNX ]΃sPKfY]թ g0O[ kDjk+: gb6П\WGK8M*YAH*١NܭN.>\4v[,o7Pe.b;CW?>W#.]035b$!Uh~陖IkK67ƞ55*vu:v{bi]$ћw,BMz_.ĞB5y'*D/ZkAD3ͤ Ҽ~Y ŗXJi ^]R5HVk%Ɏo_oco$_kh^QpDn{3%ԽLSdZoW\`Ml; &\(?rv`Wws?l]~zLqjfk |/z^b'?QK)M~E 붠.Ei6V3 Dz}+;R4À+5Vg}Skw|& B>:1c%d0ǚy  3ߝm01AXlW {X=AOd!*Xba.gDmmJWQ}zpDAÄ`3jҊ IKMy@6e(kp7]M%?2J1ID׋'{jkr .i6jC*%`eycbeW%\C-H4 Y$Ly#eYX4G+A[v&jN_ z,>\"MhocUm]c\nav"j PLjE߳KvѤf;m^OcRn&j D2.^FKEsMZ6|R95:B:mh̊VJ,OUFm IaX) lZﴚ>Jk@U>8 {~KU $fcH";c略7o% };Pw)بJBg o)jp!V~1flM!z!N 1MDxSyJ`M1}{wxf[ =sSRO6޶aY=qDYAyty#E2(V>G8Ld9ת)xmТr}Ֆ"RfTh3 RavV~ bTb -ENׯY6ƒF;B9Jfs2Ops<__'JqQj:_{% fyRApRD{C<F_a$8Ӑ&:RSY.|GHʠ]kԉ.Fj7 O=5jܤL.M9_YbD"JJ5M JB~{[uvFN[H2υAZ*a[7&5бMl 4~ëŶ3qL]ڝt$0 ʐ t2 eR=5iYiH|ǯIۜ2֫($VVٯ@x6M/>A ufIiK_$\ iŽt=ݖihI![D>VcMgYm0\̭i ]H8f QHHt7!Aqn؅IDHIEc󥝁OX}7wC;,yG:h+\[`DІ:T$&( YNXK/?,39ElN2Vzy63 eY5;_hN!4kc74wI 6m4*ԻR3H#n{&p\aDvrF'?H`L.hg2FK}*U~$PB 2ps n>})uvoTFޗ "vDj46IA)@pvDŭ'?Kil}FgRWuzdm[/Զn@  4&Z.Qc$AS'wPo,d=<#nPU}!3Śx b=G>HV{Dkp 9}corb!ll_ T璹&ISZ&51dRL"11u:b\9?WR\sY_0MdP[@aL/8o2oRԽwRoXKV5%٭)Nq*uY A : Д/v1򱨆ǀ!lo;uʳO59=M*=\Y]6T%_CDJ 8瑎EHɴأLx/Z|b/C ݥkh8ۢD,i&İ >$2eֺ+qד./\n02l(IVEVEd Hϡ@!I(5S}qu]xw ^WƸp䎱4t{+' .E'z,Lt1l!18T[?X$!sD7ŷ  ݎ/a(=ֳ|~\ T[KIz~VYOi?Sm,`Z'f$}/oBX[F^QV( L9~`,7o48:N ~tlj mЉ=~b2^8bJT=&QZbX\\nT}F]Њ, GY#/X~IÖL1~un ~\4#F.f5DV{Nֺ'l Ny *YI\HH#GyqVг`rWݠՊ:-a*um_י?Q I/2,HڌL"r0%bh& ;$mp>L;=D jFe (B$49.>yim벑HQҮ=09Q6|? 츾l 1Ω5;Oč)?ٞCM,O!E+Nh|F}##,6Kuڜ78`Bà_H,$l@!׾PX%$ћ5rBWVsUABwU>yY {v"&轉Đ$"U0G ) ,$yÐ~ݫtTT8{ 1Q 9.r}U!+lN?muD@u /ƷǢ$ ?O!~fMTnorޘŪt ,Gn\*D`/5lUCjK2gP 1 [ + rٜ9L¶lzr6:ZJ)t[ և(k{CrGv,vlL\nZ6mHvXۻ_^~A@ļq IvTS)wp\úۃS[ֶZ6)YB1yz=7K0OA9ow'_:o @oB SµjKiMl 'MP;AԚ֒u*h"AaP颏To_D-K(#qnতJՉD0F6i!%̄TFc7KJd|D"?bj#.# av6VZxN^alIXAASuC.|DԜ[ƶEǸ*FهՄ rE?\$6H:8I=t8| H$J@2q_ܕw{47Jd x3%ldyފPbmj}BƤ"K;ig*N3Yli&T)FB^g# -zqs(g՟9\> 2[D{8z0myi)+dT(!2v< n>?9wr759QIC8PTp((9ڞJA-L1$ Uo}F/+:ncfCwBa2%hA[(il`N$!'=n^C𠥣 |[=x6dǗ.qj$[*p3s60bMlÒ1a.Lz\IÄ0ʂ&"wh\LCLs`5pCZٗ?ȻB"4QH@߭ځ^M.qҮ7ƶMمY nc~N`-7$@% 魒UHaxl$R(1i7j CA5l*{JuGi&P CeɬRWA 1b| t?fPD z0uz@ op׷jOL*/BSLa&m|cĄwѻTjІ5ͤ}ڹE~yCH+Sr QM&8i}Λes͘..8?׃!S}-Q鷏A ޅ"v}m$8mԡŪ3e{Jm.M|/.m:8U(%:ypo\ G~'_MAL5HRCrT]{t/7 kEؓyItU(>2[Hk2Ei੪ŒT;,'fÉLy$&t.(@C*vڣ؊FHM mIi XN8dy2t9^RTK~sKI"%,#W2ܩSgrxT=;L-w aD|)>}W[6gqh.Ϟqe, Sb\YenVMƉנ &/vޓi ΍X"rE1{ؽs S's͉&K2yr++`2w_U9]6H<)-~VrD3?3P,hdU'׷ݠ21 Dޢj!SoAN3S S:\*֣Fퟻ*g[M:$q[U!I#;xoXIw$ 1#Jsl~~6xOZ;<8룆3wc;:EZ!C):4MbUD9`]{:v>*6Af¢sw~L(x `bva2- pl^~&9c+Bj_ȳw~^-" vQy( LKlޞJAĉ$˿Z>@_TZ~ѸUi}<Y A5-6~߇Qn1I͛UĄ\'-X@)f{R޾t9s`-,nYWͳl%SBc=&_tG1g*gp Y8zҳ҈ɏu{pZNZ&%ed B<ӵh'%U&1 Vq'\Ahu / Zy#/tMLsDpz9fqؑiIi*RxJfH!]shLAŃio{del~.{ 2.au{cM*kEThdСVDTvm: }UIUOЦIIˌh4e0ƹD[e(! ~Xc<-՗_ʂ.jrb]B;?k|+\]`jWK}|tQg ?7kxdK-2A,xkT:D.44&rVln)7Gl}x%1/lSL}I A(uV~?g0`J~3ϩ [r]Zx(Y|%eae- PiEBXOᣊyȕMO4L#/CVfdև;۵V0G - `^p 1_ 8%,ˆ4RL\KcM*《hZw'A/a6 ^ȨSQsmB <l ]Gwqwg:x3w?rF/rcX(: 9ʆ<N~Iwh(:Ùs|JoH;`BQwDA'! |5e,5YhʍCD\ ,62_ĿI9iHcNvxDq<#ƒI΃ rռ{)A:/,(]j&,Ҷҵ*`-Kǔ|E$ _s]iJ6{uLÇ c=\"ErAVI$)d$, Ѹx%3t:t n+=R۳%Q"hR FisL`HUNNO k2{h`]AF?%!2LA59*`Cn381g% e>)]Ix"ZPۖ"kb xgpAz/K;t314IHff焳sq7qB̊\\6jEEhM #%o[eߎ*Xs B: %"&}0omY[fuf>{}blÅg$2ud9څ:4E5*HL,] AN_uΧkmBc;hsS_9QG_rؚ[q5M_+VtwkdQL_f@KؙWsq1SRo'agڢ6Il?ǻQߐaJNzɠ%A%'~ƘZ]R0hb,q)0'@ƫ#{avq(%/ 7;=ZS_I}e.wQpcGC( GNbGͥ6N/7bVzz= B-Q&"+贘tptFD#_<8XdBDףP#7ܶa Oy,xظ i)>鑕Iϴ_4)ʑq$cC88;ENmș`]Xpwr%?{,NmDڣ^E4ިlğJ~mG*Qܥ~֞ dx(D.-wmHR.hT{ v1[dWGhUȅZQPY_9EB#فlLܒ8Y;A|GkO5^G Lqrj̷ݺ n%$1fUygFH9? >6`RIM|>'22} lCI_\x{l)=Bx[_oe,PBޜ@z PEP,yb$yÏI<qϵo|U|&oJ\H/X@iaFZWW9kߏ8MU ,$vw^q;7uQMJe:(74RCUeJ 1|7ey7՘Tv -}lvSFBH2™sCgE" pM~[BV$޹&9HHnzNp.E 'yHX.6^ŪQU|a89D0V2k1tjƙ]Z݄6Z]ڂfMj$T%u9[yF.aܫm- oav'E@֬8d5| gd=ч4fhXu{W)頟v3:hNN6 J'yo;dQpy5ޞ3MC>ϥ3D*_}; YB$$E|'Vt>hAdL>kunڡXXI[8lz1h(JHmv"B,ߦ ZFbZᝲ+)s+˶B~0z(}oja,͋{b7rS(~=';K*1ۙa [?Џh&˰&1'{熫*Яo,e`ky=nߺKfm(()6B9]ZO-gBy"}c tOwMG Ց-ZuvNɚvw2DL2_ʕW>xfVE;8L,6y5ਜ5J§ 23>DX9N3(it_mnkWd&(CW-i]zJq'[P;|_;}K ^5k(lZEe,ri2 NZX\/F+\>F&'"[}׸64X});>eoB9JOfiT,0/Ri֨yڬ+/M%Tt~1l9g >)Lb*Ckr|) [@ l? %p"zTH͒#zFE7ՏgVOLbZ >T?+ Э_1M_@57Zن^hd $ dn2G)yί*Yԇݛ͕0|!/8w>#8 '%@'b늻OUH } AJ.Q|p-R-`66r55n)2_bf`{z M $)G< AYL|!2->Vr*4}fPvəiu e^6N7O gN0e_]$jWLV䲍(9WA U ?lz!n@HN&ˆUbm1XqRic1?g:/@'@^WoG}[m{r?Ótu K6 t%bդn5+,ώ]P&Ei06*֝W]}{yr]na16NXm%?%HeKL~: xY}ְm  m~Irʦ=)1IxRnLl(fBؤ?.1oT?z3 6{6|4 i2s=k#% %z{6E.5 TҘJNR% wPU * +}g֎ͦ"<'H'GJSvtb {=?/$IDcEv^Gw"Ux2pPC2 bdamA6׾8eg+zZXiDm=>)1&!~[3Cj2´c X-0 QzQk ;tŒ_])ݜÏ5I)~o IНő,2FGt 7B\_5f{,zZ XYGI"2qvEdG\o+&5fZy lV:jv`x?{cϥS+ts%Xg%8> 1ڧߑ)pu};ň * 7Fͽ hYk) !srF#v.7 P-QK:1IEH[VoI CMlnU4&9꫶ U!Y/TUoEfuOp)/O>$R%CH <%2-10iԊOŎVC ;Tp?3eg eׯ{{ɘopw؃fFfQQ `(zANzIoy}3UQ_Z1NR]).>DV,^WہX2S{" sOH+1϶\NxE07ʯlҎޮ8H_kR,.Vg]j{p0Ib HS߮\38,{Ag.:w}V9aTh kPtOA&%raawz6q͎B.&Ѷ\@CBsI {Jl3$R#35naSv_[ᙢbAL^\0R<.5U{TIȼQJ*IDz@&Άbl}-'Sl E> ]ܐ5p%޸OaFi~=0ؘ@-x2e/x.wҾ5cf۵.FQj.BA4W 鯤B:zƍָ_7g<#{]>8b`M9": :6eJ/\d+CJcl$]a!ȹPïtIȠ=D]c>j0ag.p&wm- C ]bXS 3!9}~0T%@v[JIL[I ywKm %Pc,Wn/C5z8\ʟTál0 G5tx_v[lw (Ӑ}vRr#E Jwy m(1…R^k~+6Om2vMeP:; P13יs Bo2B^HV< YZ