python3-rrdtool-1.7.0-6.3.1 >  A afp9|fBCL_z셋垠9*27yw,cilʖ<ꄦdVOl p+)iG}Wh*WoB'rKN쌰=hfG95SK?qMȸZ5b @>eG䶶(5CMΧ5x%23pAa262f03655363402b0898ac8080128d644c95e7f71935836fab1f82eb1f9294786c7922ab599412114c595794ae963924d8f7b6fafp9|Td UkMxhc+k] b7j|rA8U [U2:9Cq^>nOQVhUF]=&:{2,/O@&d Jd =_mg~,N@S71.8R){ =L^@=˝!b6 ix%o$p,y j#ީbK6X7]c|dW. Xa/_1ӣGs$fl_8nD۞,`wGG#zU>p>.?.pd  :TXhl  D  V  h    U  `     H x s (89:0F)G) H) I) X)Y*\* ]*@ ^*b+c,6d,e,f,l,u, v,w- x- y-z.. .$.*.lCpython3-rrdtool1.7.06.3.1Python bindings for RRDtoolPython RRDtool bindings.a4ibs-power9-13SUSE Linux Enterprise 15SUSE LLC GPL-2.0+ AND LGPL-2.0+https://www.suse.com/Development/Languages/Pythonhttp://oss.oetiker.ch/rrdtool/linuxppc64le%g>*A큤A큤a'a'a'a'a'a(a3PN4X_0256c0a6b9624a9f742c347f09e91761e0dda8bcaaee67a5550f7087a4d219395939693cf87668ab42bec77f96c0284ec80ff0dec23cdbc83f8972a97139360701ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546baa0dc8e5984ea4ea1773281463207a99b07a628e1e47f3ddaf884932b25eb495ceeec749e6a55ae0063362266e823ec1c1d6019bf83cb20519fbe1fc90c86c01a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee71ca2551bb59535cf2c651758fa1131d4a8b8503565e429ab221b4735bdbe85bfrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrrdtool-1.7.0-6.3.1.src.rpmpython3-rrdtoolpython3-rrdtool(ppc-64)@@@@@@    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-power9-13 1642467380 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-powerpc64le-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_Updatecpioxz5ppc64le-suse-linuxdirectoryASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c0b698c15a08c35abe156cff5ae07f12bf036356, strippedRRRRRR^$V|m㨛_utf-874bf638c80a95ab626bfe187b82326b62232fb9614340f222fc99959d72c17c5? 7zXZ !t/᛻OS] crt:bLLW=yC/lr疷\iۑO/= aRO)VqYҚ!HJSCB$hkCz&X?uj%Ko]ҏ;,G"i7\% $$DB tɝ^0] 5>y]VrWzBy2r[&jN?m~3k U Υ} سE#wށ ]Q">Y5P\AXZj/yLU^a5>jbf!3rT8}:,NJ^y? ~rAOt:m# E߬nYCWi?F"b(׏]@!Ӿ{i'NJX.RחC.q!hrm[}&5~+u\nQ52QW=S޷ )Q>/xNVΪNC~OJǾp\va.̣U~ Df>|}%љ#՜9 Qn̜- 3}sJqެDmOXǽol1tY?tƒ/!́ Nt@|L8ˋgK벀TEpĔPOO2 5?^ʃW(,:XfqK5$~NŖ0vV1Ir ĕ ~SG+=hoIaC̵ۖW5Bh09RfF+",Nfu:XoNzeڠ @ |>BGh{ƃMDS~h&_fI9ZXkb\>`x͎X02[ }ipSï>LsAî3s!< ҉+<[7;_R8ƏKs)Suy 'LХK(#>[V,-֔cV4[zM~V8BG`x/&dKNycex\֥.:lQ.dK4SN&!!բ%h |N)[tZtvIGA.Jog\a.|?Cdҁ Ln.O@Wl 60SL\j;%Bg1]~a2 m>J:̽PTek;m=LY >qmr@*| NDIۃ׊w7*b'ɝzga7rRL9[,"s-$mI;{3eumkL֠oDnxwow^F +4|̈́:o! 1ӎNӓ /d -g(AS CC]ςF"_2=n-Bʟ[ew@=;l˨M835hՋ!>zH5P xRm.HvJ\'ጺڗDFv\I`C = 2 ,, rFś|2Ώ K|!||MMUm:N28,bͰ pY d`N.l,#E @r8!BE6M|j!ge߶@: &MN8)g'JDc9чBr4Wm]P2kDQ ׺Aw:I n(xӧ&!j#;DD [3trXh--WE:S~926҇LElDI\hv?XN'7#3PoQ6CV6 ACyEU*z*[%o]19p,uaTPLZoi3բN<7޷"d^6o&s6]Hq*Rr:ˣ-9Xp}mkUɳݽYnMͽQHNE5BH.no[A^b*[t)5YՓ~>@2-ͤy*G3#Z7(.NSP̉Ȑ{A6eALoJQMDo8*:D9"+>ښ(Q$ɰ~KhiĚ!5m,?2|[3l.#ri0WC?xۢJ>)Зȋ_s 5RjDd $c<\cQ޼(b"ڽ~ R$xzx|٩&VYLMeدޢ4' ׶%6L;e#Db=k=d̊eE-*ŕ)v:%x 踰0 E6zGM lu "&YBCQ[Q(meƿtP܄`GM&f/;A-!@+1QPĤ6&D&яӂvAQc9$Y+B Nl , ^|Պ?=p>3=QN"?P`"ʤA5Ή@A8'Nb{jԿ&~$ 5ҹRv&3gdY\"JjǗrGG{(-#[IwÅ1c3(WRhU$Xr|0 1|-;QY!ކ$}Dd9+``<# Y34k_UWO?sPڷw\; ʤaB%O+ ՝(W(DF_Rֻ9!P_`C/h]XG(e)Hd6EF͏T0ܬ[Lo]4=}r)xm#CΘt^."FM7uE|{oZߗΈ~=c< 3r4Y|ϬGqPGZ*+e8m)r=syWr܇Aha\-N^+G24 .>«ny,F8'ɾnf_7`$}Aڔ>\.Θ!9r M$͆g)nl=\Z EƑuʶAxehM#p{E'אN}k-&$@]%/rz\ ƞ =(V`Bs-ݗֆ=! 7Qn 0^9Y F> TF<]+ZA[.S4SտnaUvtORAv~; =~Fb x$kB&6L|>iu9߉*\x6]}ZWK5EʛoDqDX&h=ZR/DT@ƦPЩPr c d!_^)D1Cz&|8RPlG0c0FT6D_C'EZJpGji@%:L]M:Ce}xx:jq-ם1O45Þ;ɲXrA3P-B 4IvWnPkTDֹ 1&ssa>Բ۪JƱ_5[ׇFuϖ˹l m&ǷUYT"K785:b;3)3fiCX?[( _.v蜬?dfg7ɟG^) 41MNC}R}_0DdT\ZIhbs@fYgӬ6(a#ƊFVjQ(sw:BdT7siܱgm(m9أ-vBfQ|FJrYydĞ,v9R9rʱa3Hه$WmܐTa[ %ggP@^^@)xg`ΊصU0SVKk: Ej:[òC?*JkV eBjReS.EnJ[ $.}Mh!(׋,\Ot4vrrLDUyJ4_o j uv@gI,,ppfc6OZ,;AޒP-ۼgN9{{hHtW_MhsPl {#_JECܫ!% Ro,_V 3㒼(3AD"|e/F6n/0@Jj}%z)|8 ?#n@l###KK2~G[۩|Vv7oD)/DFV099F+@sp)g]NJΕpfy+ck;!,+3;XǂA`rxWN+|,Â1Ja33L| _q*^quEN/Z2d(iE%$n E/IZoƠ Q_el?mW{<1AFůuihG+ ׵AFIxfCh[M՛O"bۉzy'k+o ʧ~vgG |fQբ*>4YF01)S?Cc~KČop`_PBRI󰍮Ifj`4 Zxf)9 ۻ==!IV;ITr_3V0)4QUI37PsKv)[%*`oJK1#1Û% \;R)؊{ʼ -e-HTnbńk{›l++ VTJbC X>D8pKm !쾳`煰!L ] TNPvAq+PȁfXY1T)NrF͢Ϯ>3]p Tu {i4)~pnb4*Ij ௾C5}`nϚT* [ٖ[qO'\4lY^\X->h<;Z;J4E^Lj3Nrĩ+ݗW d-)bXo?]D̶ur#+.H0SJW)KS,4P"rBRGC+Z']8?B 0$gE:D+L~pՇΣAB4SK 3+]] )x׫:-.dO뱥~橯BG Jd]c>Ǘ;[>j0R}##D>XN-қSN5Rz9>3r(\$$1h5UvvrvD6JrO/_|[rXqpќ9%niF{ tw\ԩ?Q(~n;O&(t|ثg-fk4 2B 2{9 t$ j^ŷ0n"އNp)CR@駚TB2IE%*]v krȝ;rH=YA*yK01zaeVY`+.1'2MJR(<?٢Z|!gAt~Ccv51ϗO[P8_оD}N%LHuMKX7d*GYO?~7,dwMaŦZ7էH `{84`#$]Wl3\#f WPrK3\ ٔ$ǍwnB -6*kc /E Ss" EKd %N*N˰?B _"cZT[ !)x9 CgF4q -AO)=łꗨzRdW'J%JEp2Wܭڃt[QDNmTNjE ̔gLH3yPrxKsؿe*uAë^Vue׹mrR`nZUܶe׽>`<= & 9|]Cet>aA29N`Fd /Bq]a4dl4\lS-\1z VVC- M]9E\~xYY"Ɗͥ h0Zax͵FqU^r}e| O%Xt@kaĀSDK֮m)7Rݑ TPM:.TLmvWb@2r~vgL٫`*rS>`ɇWpQG(;Ф<1&b{ϦL(;DO8uנ_R哒;'5BoytTIMf87_j9kAhmwbAAD[Py;z5α\t7(7 )#>y*^_>nўKNpK`DI$ѱۤDx|[}'O^3?*Up}ȤItaLWf֚,=V5b{zϳEc H -aXN SR@PDPeWA~*Yn WҿFoN|vSB!+Ƿ{iL~zX'0e}lmL~Qꨃ3埁VI"QsaҿM{A-h(v{̀@>d8;Xv[N \Z[s1l^g^1h`O^E_t'P" $\'?@@9;vA{_ aɧ[_R\ %'To$P; o̝290Eƾ3k/) YƌŨ*Dev&*ށH{B>&B ҦT`7TUHdKv=QܭSaϘ|Y?2K^-HN""tP4€.}J9#KY܎i"+Qb`cW6j!3NySyW3᤽g<3=Ϟh.ڡvrńS?"Veb>5ts]IڙY{ò8Z~ګ} @3L+t׉I9Wkf;ɰ~>>sIpc69/]"D~*Upa| mӅ?b޾w4V¡Eդc C;l#3s2ߍeSfG ^]ʜ=|R Ƒj,3+-ABG,?ٷ] Nm,@T୼)k rzdТws7 0̾H 5{\]t<闪SŬsa̾9DeL9Y8SQN)MEz2՗XAMV˴z4U%@eʓ-6qqRixݨ= ЛT~::M% 2>zӂ{2O7Wfb. 8 1ˣ݉,gPTٴ!ˆe:lsG9BJ_{~HC ЏYja}Wri;+p-E8q<ʡ8.c j;T0=c:z~{S_9kl02e؃x)߄7 Ȃ y++K->fu*-˫V7yi.I"M\ӈU2;n!دQg49]}5Ŏ%Qo GE'v!+C㶰7E՘]e1igϛ- -w/Тn${ Tdg#F2J!}Ԛ lboyHi:}¼ XQz,h|#.7GmX̽ڏt9J_E-$T&'z>e--9;ڔ.4Bv$JYl='X\~<,gbI1VhY* @xGHk +'(oTtI{D5.Q)S\?󐙾}O5is1Nwi(;{R/p| S ;^j#]o N#a:PXXEDGCs?im=6=_DOE}h *Fl٦VLj&Fܠp'{U2{ lЗʱ~~|5g׻Ci\}z>2Uo5H\}{5<6ݬ1Ij ? vɏ ~fr] e*L>V; Mٷé4a8U[Ε,L%IZ։r0sEOZ|iGU1C2ϋO'O(žvsL'̀ʦ.1 ;za0sIxc9IڇASaǾL2XHк!c7>6}ݤ|L/?c&of=(.i7Xt xß_(8JP.*B֯Bԉg<ӴCW[oˤ;+eq Q+#@#e[q:^\6Pm RjS!v-HOf0Ax8zk=,YZZK-ISx((j 0<'Z>l&v=R ]BȀJm b4 1װ y< AmNoPfd)`av mRMǟ(6 B)w KZ?AF")dJ8ٸ⩘طUHԱK[]p42QU4yLbJ;qKQ4%C4k] D,s"A3~Y "|,r 19 zИ_$s^y? `=AEH0k!֬߂d룿t=IY{Ed$DlRͿł hE3`XPJXZ;B[Af㮨W@ib Gٓ,׻)z&qp ?KZJ",a|\CB?\$1lpݞG;}a?A8][~mE]痽6ik4fN_r>G#->3[`S܋! K=FEjκ,O[QV3|70~hdv(__8Bi\KJa]Xf;~`q䋎ß2GOBa!3rJW250l 'o+8+}Ncц'9TW e^m\ays8XL?0e4)>xHGeQLEKzŷ\!?_Od2}ogW ̉7};Iv|Vzefdd QDA;>LMZJeh#S^Fc/y:Ů#ސt)MyV,k4[\ #`i2dz&h/{fCM$ -9Ӈ-wb( L,\i >_2e$N\>VYT0w՛44jGoTmlowa\SȃV~+ڰ qq3y(p.GGGʴIH~6Tۿv}xSG" SʝǺFb l .8zKqb/"IC{1BUb8BkIG>2I4h/xQ}Ϗ)%5׽]x'i&mYS[5rO}pLI?#0`kX%1E dP%Fz՞'&ژ~("0ɐv vvǸUPP5ƯW2)n\ =zZx+522D6d">ry=ΠuƍYI*yKedk^HcW>ݙkaҚKL32^/H+-|砈j^M D8Ւ€0/.`(GplN#`gL.QrϳF CWYU<(\[NɱhORr}8lʹe8R͟ ;5ޛ:q]/\gx*QM Μ:*]/ pVb:^pwu;aZѪL:;9@+e܅o6a7ѥ! ~_rN0ko?S T?n&l6HWwD\]7[YFw.F*,bhFxaǚ!rc'`:ʖ<3ߛ}tҀ5t{;pxX_ BK$ҳ;w :\1'LWaSzZsul>+C,,6d0F-ZNb4dx2D1~^G[S*YSJWdzO񚟷8[ұ;ev32x]o ҩlg_wFr:Qo5{@ܫp,b{Bt ^8L_ѝF"$[gBjJpɹP~z]c םu[ExɵV{XKF (SB3P?f"X=_WC TN+A[i<{⼰J yE=٘ isddbp:Xf2IN,I@ٚ. 71SլDpl(h˩K<=VњaG+1Ԧ}A-C?71kvb*].*tꚢ58O6$ ܸx0juc WiY}x '7ծ˺_֖K'1R-;JzpRlhO%e!4,d0mH@$ܣh^.M<q')a,?MܧJN{A3M8nᲟF Dk{!9}s}ה"bM*& VhG 5VzItl'4jan&EY-i5W3W=vИԝ]Ȝm ˊ^D{]ea~^ ݩGg9 ]q~&8rj{K]U8K'T}J!CGaT9WAx f|c*ˌ/q`}`L&':ht%~vO:`͠Iw`YueD$xd"o;O(+$~7VFMlܻ:C02oz:aܳ 7;+/*E!=n%zwdiʵ髞zri2e]]sWӉMzdcKmع4`Uz0$^Y?杄ed4ODFnbs8B"ʚ ΢Q $Zlm_.uyJiz{mzwTcY߂npkWk-DzKt53.A굲 s84`o8?.Jsҷ4k! 1>fn޿3" ,>C(H !rX إ+NߪQ@kDb<ͨp? V1^̱9ya6c =0;+%}b۴%ZA=u[f~0?3/:+yjbk"`'a3<=˿֊xٗ!Ta({T -ൾCJRzFx]i//dQ7Hi?iK 1VRiEJUx-G'ɱ?kUv*.rOݞ-0?]?Si9D.~lYZ[><){١dZCpz3@w<˒%Bۦ0sg6_V73'ZӹVUe^C6K:m4Tg38 1>*),2g=z!8aE\7ёsJKc&>5"#Xߥ9^fi=VP&ڀ0R zr:CS.u7Oۦ#:Qc|i.hw}xsi5{І4a# fc+Y~`KT((YhBFy=hx>]4(VZGlؓ-\^Ӽb(lSNT1}wpH݇EPxWzS FH^hpTA'qbH%hzihȂO{wp&9OOF{ %`Q _2.j )eФ)&յ[P_XV PmZP#t̷7_ gqEwACs}.ёS=-̅A >[Ԙϔ.#`Iq'` H=s]&FOpQVL'7KŅ** \p: b+ѦyyM5N@z@L $Pä)_f𚫂Nhlp~q[ <^ĺELRfHEŠ?t2kS$(8VoJw!œh >,Idzn!&*X.;`u?։lXms͈Cqqfxa ȮVm(RV]mɲ!b3B//Dzʾ*۲ !Ekg`nBD'm2q}ϳd #eZto*u3:l)a6a0߲:QBJ&8Ϙ)%pJRN"ݍ\z\@Q VU};B3'ksۏI $dbi+it;/~+iH+.,} zBc=*BάPHH,߹@Fp]G$ ./1Ԅ a(<5t&YѢ|Ъen'g( ֤\8,B܁MRvHbq  %v-!`T8&q&{&eO97sL-^ģv;?=6M'LV]n+% 0\[M,Z/J%(.n[n^mFʡ{ rmb{}"䖣~K"'Y?ڵc-T+ DM4=YuZ/lbOE0HE1}@%-ӿ~9V+8ZRV~ᬀGEUM]MI 8`BX<1*`Dޯfja% _99!, {$؆Xm>e45yXw|f 7-OIz$K {zU$6-CJZyDA4n 3^Duiؽ y{=$Sx! Y0E4h'b$u|Uivo;CX=ǍRCqԤ,:9\P diw4i$ M((Qfia0hm/;i(8 z޷@WoliUW/ϻ\uG/(on\t[& hTBr6$?>4TC b"00qK?I_j2RŢ ;҂qL 'sZcAy= Ϲ#gvu[zfh@ň> +܁], Υv_ե uX[ nhƵԭNqunѪV}V Oĺ}ZV@˄كQHFH>%х5L>s!=04wC@BV@ v<=c;=?/`1a.&df'聓6׫-  S]8Yt~'cJTӢU _VvN/ r7n' -yq~V01 S_@zH$:>K<$!!(xv' @ mvz]MHG9ѽ29lGO#)(taev6 6GΆfZjdž_Lr}*avٳ&1jh"p9ri%?< gם+mFjhP h*KMG"R"5 ̵/@IXP2}eFN N$֬"T3t}4Q2@3$Ԏ:!#SœM7mɝ_]MM{xl̪(K@ ۯBL/4.L;-tR;v&t`Q)DHP4x>P{BA,zW te3 L VEd%Z>|7"C ħ{̤; y jK {_5iG)xe/&nIMK=:\{ܵka]e8 J\rBG)3}FIĔS(,zl H'J]͏B W"BqbԂ]۬BPO1vVhȴioQCq*Mj =k:F xNVm侸z+r@GS9jLnc{CxA Y@ϱa4{2W)UҋZ7jz>)_||U .+qarYJ.籜n3iU)<ٍarfbS(14K.὇Rog&^~7+)YO;̷ Soy)IZQ'zL'ۀ#ӭ1ToM'R 7iaտ@|'zM+D!\(/6K&y/dk\ KJ:;:(WlS(MϢb~aRP,ONJ\Wۮi?>Έ A{uk (>Gkl^\)lg˟YQ"vZ#i>$GZxW49Ϻɲ^0/RI8co#~ vv&&ې9d_$JV0v!J1Q%S_2Y[g-_1ꖮU^ )-`;0ռ9]'E' YZ