python3-rrdtool-1.7.0-6.3.1 >  A ap9|==3pgw#>#^ }5X9]\ xyzW-rd?[9,(ↂ-V~eP~R̐(T!#h%vbʁtZ!%쳀&޿Y0.q D @C0p֠l1C=W2auS=׿igE#vmB1xLt !AN*`9TM7o$L㿬Hh8j@K KNX${} ^đ X^W2(O ba6fcd6a76b52b1daafc9b64e4ea507ed31102c218cef5fdd71a29f905398d56322b3c8184d0a2f3d8710e2fe21bed95b5c09509~Tap9|)mp>.?.pd  :TXdh   <  N  `    M  X |   D x  (89 :LF)G) H) I* X*Y*\*4 ]*X ^*b+c,Hd,e,f,l,u, v-w- x- y-z.. .$.*.lCpython3-rrdtool1.7.06.3.1Python bindings for RRDtoolPython RRDtool bindings.a4s390zp3aYSUSE Linux Enterprise 15SUSE LLC GPL-2.0+ AND LGPL-2.0+https://www.suse.com/Development/Languages/Pythonhttp://oss.oetiker.ch/rrdtool/linuxs390x`g>*A큤A큤a%a%a%a%a%a&a4PN4X_0256c0a6b9624a9f742c347f09e91761e0dda8bcaaee67a5550f7087a4d219395939693cf87668ab42bec77f96c0284ec80ff0dec23cdbc83f8972a97139360701ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546baa0dc8e5984ea4ea1773281463207a99b07a628e1e47f3ddaf884932b25eb4959c204371a10ff3c6b46105068a41f61f80d6caea232052671dec3674e6955ffea190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee71ca2551bb59535cf2c651758fa1131d4a8b8503565e429ab221b4735bdbe85bfrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrrdtool-1.7.0-6.3.1.src.rpmpython3-rrdtoolpython3-rrdtool(s390-64)@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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.s390zp3a 1642467636 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-s390x-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_Updatecpioxz5s390x-suse-linuxdirectoryASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=39612cc920232a9dd751ae5bc61a6f0204bc87ef, strippedRRRRRRRV РnXN7g5!:-G?Ð}a.3>Bj|!1yc{>Fg!˩Rb߮mLhgjH ,^aԤxdNf#=%/򪹥xƋtye,SN3*`LO'V'9+l {(yA_5.ۼI%=Vz zNѥ'>51=KxW`Ԫ`1w,22^D0jQb=@+s.XbĤlj{la*YN7&5AA M!RsS8bne(t:=/?U8F<_Fߙʨ2Aʊdw<GƱ NҊw^έve͋=⿿Cg?נ(|{-J 嫟piIfLoɪO-L ȩ-CŲw=ԸARfWD-uAuW>,GZ7,<~K,TZ+?rcLK}^Y/̖գ&H WH|kmDϭ&ΫҊ4FZ>qwrrNk  CdIзD~6MAzIzjf&iBV}˴B邎,Ab/&Y*6QZ"D4ev'wxBOTWt<}<$96tK=yD/oap$|| _A[bhgqP<ܸ!70 Bv]9 $)`aWָoB>9 Rv}J`Q__h@ y JӠ!.1u\5{0bOk\v ITOM2UIepsgewzNlsRd}ߙ8l>M<F8_*I5?OkSAlC~G{u4bj"=ĺ^}(XFvR4?z/pP|٧{:&~9$`P)xA_EK ژ<3rEleA@6"䢮z|ͤI,[ @2b|xQgH9o>K;l<~c$z)Qz=ո'tyAka 0ZVrOg&1AHh1::HXmh>TAVZUИ' InV(1X%lJ=CCG AiѹSrg}ZA=Kgq!Bj^Ϡ'R|OλW@6)Nd~ds/Vd堿|#myArc<u0w5K!/)ntGNZ˷~7vZI}D-ݳLݤOICV[jpAAL=~!rI=3zn| iiJDP!.o$ tB1[wo뫚dRY5>sBܯ{pe1EeX40 \c3y 3:@,Gd )ڍg8L,T"Q^ !6KxGjj7f Hu~O~Ҁ$ "&x|.1 s1r Y5Ph !lh>ytM(~q+Md ZW}.I;F`˖PA]]+[b20X ?ȸc"!(! @hfǹ؟ BD)iT&?Hܮ̠bz]LL +F_ȁ}A%ևgo*tLY7 w Z:S1,C ̽hNSc^qQ9^2c"Ȯ$yڷk0$͔G3-!2GWK-z$U&8-!zt%J!mgdUMDD^]1az pFɃ!>MTHzU@oo銔m Cj*&Z6rdW#rݥeUG/rTrOeyc uz9$X\1XiҜ"潃UV΀1|J|@\_Uhh6?k~kDwP\}لX(- WȤ@f _C1~a {s] 2D)@]WOhV)Tfςx!M̥dGgLM ^];f6E>}h ηlT]*{AB1h5pLk򰓴1[Մ2)1gzȱŷ&4uԠ4=S:/cI,Ҿw~Mja]Fk7]dr[!!ҮZL|_ 20truٙ#.cWMk%?%P(/!~ 2в1Q/Y@Mu xV!pLи߿狡zH"#$k,[pޓIW -U%6 =֜i"ɖ9ni_>&@!kt]+E? )/\(C3r\Fצ㈞l;ϛ{?JSv /h;jW C# 7N)wh83&:2pǍQ 0Q--/׿)yLscJWc],yX='LeCĠ}`ˌ9 Zʃb)Q|lͮVIӃCu^VWV>h@u*Kf^O۔"/J\ Ưa }5rVLoQ0% p7c;w6B,S*I湿Qv(Wys1oo/ϋ,52]>22:fo3CΔYEEbw0v=Ь(;9՚b~" caR@NĤiy!;=)}bdG9dlڢ{ kg.ЯsĘ =̀ђv|mL/f;{k3P--IA*vu+~l bFl&Gվ}SLNz5%;@D2WR/a +M?d_#j+^QX5Zοr2+_G9g*RUG GOBOH|D-{D$IRb1C)bɬ hAlX>وxwIFbv)͵L^Evw|l@K~n,ŏ}_*W3P-3]A'>m Mz(>)Kd Ra&z~Nx_+e3'A&2F}:}=ZNb{ :Ze.oY~ i(#fY|](rG ii{ه[ϻa㦺:@s 4Qa6mĆܴAP4X.'N Z nx(Rr\)A|? r9ՖoP=5N/Ԙp%_zi#xQF`\<{Gz"WɁWNm> (vN*QDT Ҵ4}`/P{7 4uI=.(`xV+2E\ Xaq 0-DlW83#4%❍NLU&Ј8]xƯ^,;? sm.JRjTZ[?A%>&f, KqcT3'r΃9d&}1}]~G%3@%3WU􄵨#IBQ,B4Bo91x 5xpsʾW Am0+iMVJu`)wF3Ft(JQQN#S읿 uT83uu(?Xp!by/L:Ci$$H}ٌ()hJ,N.V)9 ѤOmV^H*k[ŵaL*FNkWNb _{PS^,P򆩲}׭iV t>2tt?Hؐ5ҮW}=]Y2mAmqQMglѴ4538 ,mV~4~`kCH]͡>m} /#2(9T |m tE.98<䯻9s_z ;buF~- /uPz#j#ri;^no+)w۩󘯆?j(-_]2v!"צX y/1'ъn@:ԿSuea3UO8|uruzysE%Md#>=WF mIkY4`^T¡* #$,2MܟIyL.\̱ 5/gKeiFcB`e ȉA[&u_9*(O! y"k{0drPmK?&G`N=Sbĸ(zu/r2 D yrޢE[>zoҼ؏`e+c3neMFMɚyuueaKl Vx717nBvQ@&pŶ%K\[>ϩ.n:fZ[ƐyLAJoP,{\;9B9 55DhyvM;V<iNBjkIX}X%tԦcz*o5ﱺ;ry ?5MO@0V&䜶G 'Ϯ/j`#&Jı*Ɵ/B!m7j =Xe,O*'VC JމGDK,AIT=|g.7git@kY+Z:͏uPsU YKrlWW>#x]*^-5Us u2q@gYv)EdEW|9>;<њ~I]q"Do*?GYr]b0Fj^فc$//[%oiJS/ $n?&z ewPսuVi}kCzw+(f$]iZD)Kһwڗ*,ifY՜2ELJMCT~ԓ2*1؟;!#߯Tg8 93A b*hН?ṜtҿTWS*[i>NJh1a\gl\jI[I= `pJc{:{}¾:@?ez哝@*Q4<2uj `SF@ڀ;*ѻR$VT{O婧v!TD[u1Y~ RRǸgM(8NqtP!O۟"ӧm򌄥Jђ<"P0Дkf0?+a4=馻7j' DgXti 6rfm3lČϤQi e UcMo2õ\Uٵ6p~e`m/:3*fMa "3P CYD+W2ɑ`:nB,'ڍYUjb.yuka8wʑ* ;;yH=KXpe}}T* 4 buX9xM? {UPsR}P9;LRֲG&#_ݟLWO5ۑ_eb1TrjQ 6c':YP\5cZ(Iw _Zъ. r fF0Dx5sapTswVD~M/m95bϪ^@I=o+y `~ N4~Z|-F _u©B@,owPo"KV+8XzYu,q(׭Z\[ArDNcd͜j8RKMqy,ZJ7^MՆҁSO=Ǽ.oS X_i_;o4?V(`o3 VKKf#8: Oؒ<ڮ~"1`[DKse*1` 5rZL1 55{1ÈdX}b o!v5I2+$cr BhV[Rr:H"FԬTe3j P $wxaCa_Լ k4NR0y<@%oG`b Ik~BҢgH)jQs vS]Erw{4(HIt-)߹X!#T&iiֶg<`$ZVGsZ ;;? .2A:"BiPRJ!5m b.oC#ʪpd%+*S.s&zv i#cGVy`F]FQYkayqf(N"~~-y9Хܼh!_t z7@@'C&DĦQllY(7#*'[dYj;sͶ Rf; Q ': _{X-*y6r;6جLk@h}^%MUKpթ5ZX>H٥Եc ܷ W.MslpQ/OrT*@Ǧ:v'}t Jie?ƓjŋaN`oO_@¼5MEiL{jن+SAO-(G'B =֖) lm#ߒ+5A$˩ Ĭ5/${XI 4WALD0O #9,;FǍxĩͽK@sǝw'nx'5ef.a7-%RIo.s^~d]bXW_xʁm8tLc4xg@Վr\G،Ò{J}޹Z' qa? g)kA VV«O"G:f^%|RWiSHإT)wvq{8}剿SOʙt78TK^ +>`^Rzw`6Z;[ێ={gtoK}۔!T"Ry>INU1>}.@ e1ӹCVi @GZ4k$a`Mm;])Mk[In)+PAcn l/}G˹ٜ;E27˪BbEm'>sNFMۆk-j&v %NI9  tr?cNo{dZSz(}}֤O1T%+>{ hbGFimo5B&ܺ670֫Ŷ0Z.4xړ8J\9cO{qnՊ<;L5W44<x$ۡ?ËaUtBҍa<7*y/ʍf6*ɮ5hAL,$.)ߨvq ahV˕ܽj>P(*1D|TSE:66 OFvJ\t8kS5tDٽr2+?q~u ]Hp41 <rFiJB kj(}./Ni7\`D*-Tc[F 0`NRkrm6pq7=k%{Eyz} &<[hG3Ȣ8xTz=ArSq o;h4|Em{+O]6SQ׹K(oSʮ8frNVɰ Gk5pIKgN#r`9G)N\ᵶ}]>[sT򭺄AP 8l$@_jCT~ ot7jN0:QG@OpY O+ cF@r{WL(ɢ~Hڪɨ}g@)ʜ,{}uȴ9*=F8z4Cf2EU-O $Tpo)XpoMm<5Xs0:X'.ٯ^:\U@8^ *.oRI i ,4cF\ u6 OhsκBpшN 2uaĕN\Re̷<{ܖafXFŷUS<µ_eĦA ?,BDZ.Tq%;rSR;\Ljr3AOM3р.4;p6{>JO$$@TC1}"e s NwWzcbawyK 2\q:mhڕoѷfXXSߕ%GMDΔe>ڱdy(i&4?$\89趃uAfbCq؇?+*[׋nK MՀ\*7N<\>)QY!R<}ä9 rwF:zZ(E:7a?L: &<"Tg}CS6ǂKVË rxQ5Dd8J6;+b95 z;%czP.spgX}Bk’­'TBfb0.;v;(?&7m3p'n~ιűfMR'+ ͖%)mp5]!D=!zPXSm#_6m@-010H~G!Fog;ēX;$Dkp$'@g`pZߩ}w1ݲ'u[WeV8'Lk>Ω[G0uY󀐁w-hZ'B9dv%օOVq1:E/ۺPQW4\$ɵX4!b^,qx%`)]̣\ڇI.vI2t|QG[ wt:bsL[`Ԓȗ=MdJ20%CuMг.>ZY(S!6/Ț1NRsux 6ZVD Wr?U%p?Y(AS7ќsu\z0uyG]b M}傫w>u ~ϲ 0D:*8,0gQ_i\dBokAJf? 58tɶQؘྃa(6599*R A(@'`TwboXwe {0E\Mΰ-<؆c_[ PR{<+cp56:됄w|fO} a:M< V3X= tӠ.ךh74g1.4_lk'Vis Q<܄V 0"id|Ї#RVֵrX%6aN}[m V=ٯ13AIrE;53nM |AKۢK.%ee&ƶ߀o=:Buz y1Ѳg+s'2M})@/L+{8Zo;ՐZľk^FON$*4%SJt_QVX0rj!^*#Az9( 8sqwuDY\o u:ؙRW*(:BcvXSSs^eï v:$Q[InhWc/b>,JDC^=,;|{>LºKY9 *2Ik`L$%T|~S^.I:W5â +|Й <9K'~,qqܜ7VP?ĉlİFnwOyPLp Az}U!LErvz\F擏QaOdvqIdxEljL"bܷPrNtK!"02м|n:׍Lqn!lMd7zc=x&7[]6cypMǥQ$וi8X0BC#/5OHa3$xQx+500Y 2R֡(J(G H괶 @s@)mTޥwoŻC*IS{m3zHœ>ܢٵ-ƳrȷNS)X(/5eI#x+*8k>u/iqhUd0#e]ӡF]{DQYgp^ fL4Yzff"~ŬUI 鳞eIUyQSsxTv }<(i\' GО%gYk$:zPN e0د*!|M5xS37T(`МlM*\e5=peDM܇>eٵ$'wDGlMG%C͊ph'640x6mQ)@K4_Z òt]uŢ5ƨq-Ѭ{l6g%=,ypw{m4V7l{nQ潈NM1iǍMpZom<mUʧ \]LyΩ?kԌ<ےiHEKs<gE2ԑsuaj6v!ˤXnU~TL ׵onDpck'bK2]#FL4bܡ=gEf-tT!-rRx7RH"<5SJ/v-jlQӨvnӂk\$ !.zHx?{h/x_V\*ʋO̲]jў[~թ[*RWVr>wKT^Hx¸VstYטkKû+yC .LcM/WN(5bN6MDЛ5U6؀[`}$w͔T ߁/1ڶǢ \ ~|o;,7Vz'LRqJ#h 4C >=7KDYCMJ zүn+.yP4%^S)XLrZ>s$%s8]9M)Q|ry6oVDhdnGxĠuZ>b芻:8M7|">~M#_0@}]/1q #|E?Bv>[h?l9SsvEwy#`MG{$lQa#+*;H}Q@ܔ\J#3h6VYUblr8րu!H7w*wYck35|Ms0^^EQ hyf~{ۦ\g5+J=\dw!e%.Xq8τ-;c$@UQd=2!gEcZa׾M#-73JR$x ŴruTM~_H$|6]ζ@1ڣ˲iHQ~LԱh$Egso"cS YƗ;oFML^`ןwXg]U+RօƄ TYA`9%O ؗ?cj#fOj劬m!Z8}1u/oj< -=z@晲&̈5Ћw%ԢiqO,]L_K*zRXQGz[p7îY153ib/| [!@NT }\ zqT) )ܜ'IDscQڹT3a`K:7D-ejʢՔ%wIWǠ7 v f٣=0nSb ɢxHD ϥ=+FDzy᧠dOU[??+0 y$ ws^r|n8IƗ*^K wǐ_)Da+(TBfDRN7pD$t9ڸ2O_;=Zeߝy?3DxЊ$02 ddh ˆP,6ߴPy >ټoMKuvFC,N8 HC-/Z.Zd\tRGݵ{ 6]R3V*tS52ϝ FHy]ww3Fљk&RDͽD. >ܱ<̈́}|WQ %ٹ~{Nn1I:OM ۄinVy-q o6q?'֠N%b?w/BI7H{7xѿsD)lD.{o/%)0QgBiAUBvm2^: P<C>UPg'P jҹӐa›A+ CMV5_vd} _e9{Që9yϧPkWaO CV[$Rd uX~5n,\gE0qRaP) \fvvz谹 = DLJ:\7ub^br)UBaѨn0:. KpC"YœdlЪ 9yJfDWlq\ga*{8fޫƄAnn%Bqh,ÐR"i/F}{9N/V&(8}ו{%oQg8슢>TzȽY'!D92Ϗ7Tz:cc4~[L/+^ i#3nZ8Ű/>űz1@/[a5JTe1!&uIJHJC\[wA.124p%W;>9qUDGjnx/Na|朥_}'1df׊/oZٝ3M!œe1 x9 |櫷/Km5c޽a"*iǎV&~O-K!h+pb+r%>JlKun$_-Ws ?2w{k mL9Zܮ޸F#˻MwmU+0YeFy;k٠O]=66ߒRTs SES#]ňMo44),Rmmgy1,s<)Y Æ: DWZ\GgˋY gh&hޝĠY͝@eNI YZ