tevent-man-0.13.0-150500.1.1 >  A chp9| sPNiۖxy"DizU{^K^}FEsy*UGB=CXap]Ġ?i%@H{CSy :QIS q. {C:JΕQrm _>t=w'KZXoj# \Sz]k%0oqmD,2ex:C5sc*+[cqbhLU麠]aW)}P84l@w>p;"X?"Hd   ]  2Rlr|           $ T   $DT(8"9d": "F/GD Ht I XY\ ] ^bcd e f l u ( v Xz!!!""DCtevent-man0.13.0150500.1.1An event system based on the talloc memory management libraryTevent is an event system based on the talloc memory management library. It is the core event system used in Samba. The low level tevent has support for many event types, including timers, signals, and the classic file descriptor events. Tevent also provide helpers to deal with asynchronous code providing the tevent_req (tevent request) functions.c:sheep65oZSUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://tevent.samba.org/linuxx86_64ajA  Lc9c9c8c8c8c9c9c9c9c9c8c983e9aa6692831fd3e8c0d051c792b338642dfe1e3c5ed48b09c9ebf17faa117bc61a7a6cafc8cf2925a182798558403897564044d72f59e6a3fec673ac0a50be93997590acd034f4498d00e14e7397127b8cea6f98a017acf6b3e8e3dea492414417424eaba8d1c1d9ecfe3cc4f0581be93f4434d5d124b8f476874458f4ca23f668b4393041144ca2647bee9bc3d061c9db11c431c1677912388f71c27609e7f7686624b2936d0973857ac9f389bb6ac4509d67b123f87b41e7d5707f21f1e5332168251b0410d36ac5b7bc2336b969b4d8c6c2edea2c64b8216e76386f0aa529134ec7b86e69064b42318ab4a93cbd89eab829f9c32dc2ecfb1301144234e92e43077ac83829e9f2fcea8faa5b15918f82f097ef05fa12b25c1d1748c11da8d633b0a947d1c08c2b737656c87821d3aeac5c30dd601a1503863510b8c246d7107401281b51d2bb9c2914e3fc546b08748110187046c7d2fbe6cf12385f9d35d9080b978b3b18ac900dbf8aac1101c2ac394c039feecaeb679de866089983dfrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottevent-man-0.13.0-150500.1.1.src.rpmtevent-mantevent-man(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3c#@ar@aD@^c]]\~d\Z@[#@[j@ZZOYx@YV=@Xe@X@XAW;V@VɦVVC-V3[V,@V(U|@U|@U|@U@U@TE@T\@T[bTO@nopower@suse.comdmulder@suse.comscabrero@suse.denopower@suse.commcepl@suse.comjmcdonough@suse.comdmulder@suse.comdmulder@suse.comscabrero@suse.dedmulder@suse.comjmcdonough@suse.comscabrero@suse.comscabrero@suse.comscabrero@suse.comjengelh@inai.deaaptel@suse.comddiss@suse.comjmcdonough@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comdimstar@opensuse.orglmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.com- Update to version 0.13.0 + tevent: add tevent_cached_getpid() helper - Update to version 0.12.0 + tevent: Add tevent queue tracing support + tevent: Use internally an empty trigger function for blocker requests- Fix build on 15.3 (for the heimdal addc build), by bundling cmocka.- Update to version 0.11.0 + Other minor build fixes; (bso#14526); + Add custom tag to events + Add event trace api- Update to version 0.10.2 + Upgrade waf to version 2.0.18 to fix a cross-compilation issue; (bso#13846).- Update to 0.10.1 ... make build with Python 3.8 working again (new waf).- Update to version 0.10.0 + Remove Python 2.x support except to build just the bare C library + Remove --extra-python (a build time mode to produce Python2 and Python3 bindings at the same time) + New minor version to allow Samba 4.10 to release a tevent if required from that branch- Update to version 0.9.39 + py_tevent: add_timer takes float argument + C99 build fixes. + Fix standalone build of tevent.- Update to version 0.9.38 + Deprecate tevent wrapper api again + Build fixes + The build uses python3 by default: + --extra-python would take python2 now + To build with python2 only use: PYTHON=python2 ./configure PYTHON=python2 make PYTHON=python2 make install- Update license to LGPL-3.0- Update to version 0.9.37 + simplify "poll" and "poll_mt" backends + make tevent_abort() reachable for backends + add tevent_common_invoke_*_handler() functions + add tevent_context_same_loop() function + add tevent_context_wrapper_create() infrastructure + add tevent_req_profile infrastructure- Update to version 0.9.36; (bso#13291); + improve documentation of tevent_queue_add_optimize_empty() + add tevent_queue_entry_untrigger() + Minor cleanup. wakeup_fd can always be gotten from the event context. + Use smb_set_close_on_exec() in example code. - Use tirpc on newer sytems- Update to version 0.9.34; (bsc#1069666); + Remove unused select backend + Fix a race condition in tevent_threaded_schedule_immediate(); (bso#13130);- Update to version 0.9.33 + make tevent_req_print() more robust against crashes- Update to version 0.9.32 + Fix mutex locking in tevent_threaded_context_destructor(). + Fix a memleak on FreeBSD. + Re-init threading in tevent_re_initialise(). + Include the finish location in tevent_req_default_print().- Drop redundant PreReq for ldconfig; this is autodetected. Set RPM group right.- Use https urls.- Update to version 0.9.31; (bsc#1032915). + Add tevent_req_reset_endtime + Make talloc_free safe when threaded_contexts exist + Add tevent_update_timer + Factor out tevent_common_insert_timer + Add threaded immediate activation- Update to version 0.9.29. + performance improvements.- Require talloc 2.1.6 at build-time; (bsc#954658).- Avoid a file collision for non SUSE build targets; (bsc#966174).- Update to 0.9.28; (bsc#954658). + Fix memory leak when old signal action restored (bso#11742). - Update to 0.9.27. + Fix bug in poll backend - poll_event_loop_poll() exits the for loop on POLLNVAL instead of continuing to find an event that is ready. + Fix ETIME handling for Solaris event ports (bso#11728).- Update to 0.9.26; (bsc#954658). + New tevent_thread_proxy API + Minor build fixes- Disable rpath-install and silent-rules while configure.- Add python3-tevent; (bsc#951911).- Require python-talloc-devel instead of pytalloc-devel.- Recommend to install tevent-man from libtevent-devel on post-10.3 systems.- Remove superfluous _name define.- Update the Samba Library Distribution Key file 'tevent.keyring'; (bso#945116).- Create 2nd spec-file tevent-man.spec: build the man pages in a separate cycle in order to avoid the follwing build cycle: doxygen -> curl -> krb5-mini -> libverto -> tevent -> doxygen. - Recommend tevent-man for installation.- Update to 0.9.25. + Fix compile error in Solaris ports backend. + Fix access after free in tevent_common_check_signal(); (bso#11308). + Improve pytevent bindings. + Testsuite fixes. + Improve the documentation of the tevent_add_fd() assumtions. It must be talloc_free'ed before closing the fd! (bso##11141); (bso#11316).- Update to 0.9.24. + Ignore unexpected signal events in the same way the epoll backend does.- Update to 0.9.23. + Update the tevent_data.dox tutrial stuff to fix some errors, including white space problems. + Use tevent_req_simple_recv_unix in a few places.- Use the upstream tar ball, as signature verification is now able to handle compressed archives.- Remove dependency on gpg-offline as signature checking is implemented in the source validator.sheep65 1671474746 0.13.0-150500.1.10.13.0-150500.1.1tevent.3.gztevent_compat.3.gztevent_context.3.gztevent_data.3.gztevent_events.3.gztevent_helpers.3.gztevent_ops.3.gztevent_queue.3.gztevent_queue_tutorial.3.gztevent_request.3.gztevent_thread.3.gztevent_tutorial.3.gz/usr/share/man/man3/-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:SLE-15-SP5:GA/standard/bffd02193ded81f91746cf263749d6f2-tevent-mancpioxz5x86_64-suse-linuxtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)C source, UTF-8 Unicode text, with very long lines (gzip compressed data, max compression, from Unix)C source, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)tnzapTۑ;Зutf-8ae2904be842e69eff22fdfea058510c2247a5dcedd93973d532001ad04123ffd?P7zXZ !t/vq] crv(vX0ʠOR70_EdnQ*ne`-Qk&`R!Œ5!UA≰VBh+ /eK"If^Aʙ9 7I[Ծ&Qrg,hb)& jdK g! 6(饡|4bo5R^!{m6$:zʆ8ɹjzŸdF ?tꆄ ljQز:|̯lf36=&zQkyIkVp5bXL mIA9Y s; [;Nϗ3KN閳!'@E 4_dDY9]u@hovE= /`/[JmhqqͪX:69~Ao8:]B{GCk7(7!ۭCx_P++*(b-ȊArc2(\k=O.LDdF"_mř`#`~(WѮ|~"u08nZI[ȟQNE~oꫪ+,J}6U9sPl!g9ZO*ݯre&+0><`8hK~tz ~zk'L2å|/,:S 巂LgY0QfhL) Һ͠إGu7B!% Ę`\i:Vqpq5?t9u< F7$Zl;xf\rCd!@pz/f\j9dbepR%F/EDl_kJAz|7ЀC7<בLR۬4O݄1b[֩ ;.P- ZA_nTalU&'Xc`86 )6 Ok n(cxoX%xk)=Y,޻l9wGL._oڣeZhԱc 8OGDnOKX`l(/.ݣHek\aHKxKZk޵=Z2b4@h ͒XgQe5T ߽ox8nI#Λe"Ջڲ148W)b:V x*1==d~E ΫQߊ -8/͑nY7ݢGĐ/#F,`-{Tn)?C‰ؖ!ȸH>|yc`/Y Xɸe0}S42|q1l]]߈#{ hb#>LͿvM},j*>mpӫ ~>4NQÿP09@FVnrU,sj 6 f0݃`}!S92pDG|[W`e5F8˖7Yv&$-muQ}F_  'Kz^4#2E$k|͟طF5*SqK*W,pWp$CQnuyDDcpއɥ5ӾjVୢP2nt E4FjkwE{Fcp/l6jrNQq2l`i΍gjBA\Fj[~bN+ Ou4cXitGO@%Ҿ[eeC :ߨrKl4Gӳ6 T$D<2 $[,C1A5c ;Hn12ǯp%h߻koҚS (yjG{<\fą W+{IG嶯>}SI_^qb׶`+=0hP?-a <[G E,)v`W~ɳm#Zo%|g(0O3P#%C'SS{Z|'@xGQ;)zHΫ*vWK֊ޚO7s,k< {RXKw=B26%JK. O5lm H""wǏ mds9!--y@K`NuVX7e~ ĻmHe*?1ps*:[Z:kbZCVL?&YvG862y8`&MwQl'ï(]]k'G?Nx@"HhЮj!{_JdIXhQh`M6UlA%3,зg),Ee8,ijxԎgc'k?ֽ +P.,u}J$}Y v~Ҧ%|RR 1uʧ Y D,/};M`}Y2Jܬ+ӎMxعtzbQb`4*h#-.>7brNdU tT1 KF8653s[lnuuM ੖lq5gi&5D*igK}q?|$un_Ut.ToӉbM+nکxO^~,zqUVǧWfuD"ҧ;Mi0X3g, uPf??oi+Q1oJ]\ũ*t^3*?nP/|CɯjpE&t٩%Gm[&" [`.՜FA|'Q>%꣠ oxw_O$̘ ѸW͢ՃTZ-{awM!̪ch`n >TM"%1a,0ga?" P,zҏ׹ !6($ OE._{Xݚ-n]-⿷ ź$VM~P)~K wc+\dΆSVJQFd.!4m(KBnW*\Zzahj75G6I%Gt9kuI<&_ز]LZ)r*bknJN6!M5cgp֩R"cp.8VP wx߄o4ݾpbfmf.U= r-SSo@e*H#8K_Q沶^s"T ԩl)e8vDXO>UjKObH"E*#1*M#\H|D8)6VfmG;R+{k v\ +ô[PHqQh*,hL^'*a)8t2[r$ޫ]g4\dLge|U|T4o YOye̷cGSFp/Rۛ&]x|"@MWAE{+h?mTr5Lk;Q3rF/vy1sS"|VR憫_:f.?K/ :(ih'"2 Mt)U?az$;cއF}{nD$<~e؛h,zL_2~AߔZf Ԇ(k5Yw52A=šK;;F'Qy÷QL,Ua8(\`#-G^Xׇ3+lůVt9IHVצAH:A5my8f^sjYIK G,%t nᕞlU|?\lW WZ < q(ؼHBJmǨJ mӥC!ҙ^J ^LϺ ^>$4"xaGש5ko#n+rѷw)(1sr.x”D.e6OZhCj=9oܷؽ|MO.%qy>Vy}f/ǒb%˻eEkȽ|lyӺ`u&θ͵`,u@U"!#DNEI`*z;8{4QGCË"T Ij8;תX_K_NlP"xOlj=f~GeqWgsDVVJD,YfXM xgQ50Ej$WtN~%=Ԥ򂞶tSd{2 Yy4J9,> ӏPӷ>[@X;%n}a#F\bNJ7Q{N{ J?~NVs !5+>7 l1x%& #\s=턁>馲r'bPaX+1K0lXxf%֤^NAvc=~5D^mN[[++QƠ. *14Y ,ң#DfB5<ZXj.#5ٺ=@̗m{?cf4߼a>Qnֺ gEEl.owہ&1y`SFKR@]bDgAfxjLb }?iݨ8bʬYp1#eN"̑14Ik|ŗ"Lw"9-E1x~F,io=wjݩgx_a _S~LRoY|i*ι%P,ϥDpj^RgK:u:CapV*v᫕ Y\/W"S^kP P&g}XN`O} :k*G3 zy|4X.p'*c\'YDcWj7~ vN(z%Hap'R4"BRz|/nrZ_Es+#s>Aoж s~[f:4?mWדlEt$`: eU,a n#/nπm$++DBurSHqڭt]=9nyK&wQ"Y0@1$,SX_٦uhص`PԈ4EdrT;{)+I8\Jhn aUU]4ߊDʝhQR⭸]L)u_ aD}1+9H]-.MM( }5dV> .5'$ZY rXiGdd?|]r%ur@[lje9+Vw[k` mpP\J3ƷLeNqbD n gQVUWf*[⧳*b-ln] jU 'ZnHψ"EDŽ.QeC \)eW,|]Ïeǜrxk蕬SxyW;d"-(VMn^'wU.~H{k=zݐ4fpBW%{vK+L}zVbA/9A@<-vƫpCոB5w:q#:Uwf?z<父ꉳGsű`yZ5wabhY2ޑn]@( -ڂ| 1̷$nkpHeUdQfn$j¯O열# !R Dx<4?rLkcڒ_iH_iA Fߵ-U 8k/MEtpYE\!aM5q2}<|6?CZc~=͎ez-^?Eޫ5Y|5ƿSgAowz߹n3摵Ņ}wHц#1T>F<)Io@ .ⳮ*RsKaZl#I"p37bpokl[; qg]=dɾtp!7ؙuIX{v+R`6x7v%h_5`8S .i=Z1, MgyN~¶@>}Zjn#`PP{=- oh3O Ofi+MڧepqRXTx)Aavlxtш~ 6ylpΆcjk W-Y}2ST N3rf~(Ӥ\;rtĆ_ @5WZ0b.Vkqҩ pAOz aL8CgqN Gs%KswZԇ`L"ʁ"<).VW`X'*CZ>1z'TD*-GT7YkyXM&LJ0Jif)Z@(W2)vP!@=@+iQ3Bk̊-*M{{qW_D!tTꝙ-cl0gY8 |O6(8{YOE&GkRHIJJ(Ko.ʯJ?*W*h=;syrIF4> '҄v]{a|sY? U0FK*?bɇgd|*~b:L20%w@Q^z;KG@RU KcRj)9{O4R^;JA<:ˬ7{gf&q$L/Et"z%/1 Eh9m׻nDnDZȪFTp|0r*d,k"bB:X-2 h2;|sVl4pvt 2QNUcQvbOi7kz %.oǿYi c`ŭ[煕+P1m݅p{%ٰW%" NWw&˛=JsTB 3qIo&9M0s3ӟ1QvV xsAĪM&m~l}jƷ:s ]s0i݇+i5 DMx *?.KoHyxoܗ,qĠU%Yi8UeV 俲?25R0BeG4sN3"" ߻X Zuвq4I(+bھ[m֚',AOv>d$9dX/ݙ)q5w%j$M4ܪq9*G̒ 5rՙb QpS%f%8j'JFx_P3s+#;:聃\+:87lJt\cۋﷆe2h4`0o~SB|άq殇# -T z8tW[`:Zʥ2%R>2yτrv2BOsWro 'YaRy;I;x[dzZWPNjVC/Av2\'ᥳ%1'qhk(烑\/@L8W&1tʷK{Q @K!*XAZ{1J4_YaTdgYqZE5b]w8{qMb[h-5N/duiHjlW61!q.Dakr7**EI'b-/ Rraj飈\5mGN%Zg,J>1<^O:3t*ц)j 6pqb FSZO`'ѿC~RJ#ow?zeF#ôQ,itgN$^ .R%؆I y9Hv<煈ذB .pANz"x53_(@L˚A˪#^ #ېˀ$_(D|=7Ӥw4.|Kۣ8$m)`̩>.|^Jm|oI*ps4#@P!@ttkgP֚#s.ա׀rA &~3g xu]y8f>Wenh?bJ@\ޓhN{2ya׷םr6oYxbF ܙe,=6] .&.5HEEV3z99Gu1wƽ[ t WfP5S<] p ^Әq½Xyi{|/U ! Et ~#9Ab'h2 #Ќ#lႢeV5-V{P9DYfQ,}_S9.'h1FriȄy3+ԯE < o= "DI@4Z/cсDYlZKBu\.SQ[k(̀C˺9 !%Y F2fWY冭tC}qVrte3h m"){+&*ȮOQ 5DK0ڕmi q/#Qۦu̗+j빬K2A@>"dc% *'87k䃹S2RWu<@iu,_D:#QFfJdL Zm`R{֡>KrPk$:\fd3.24yJg{aJqGsd=ysysQvF7^RWA  ~"Gyk(H%zTx{pi|]PkjNc>t^*oX9Q_ə}}XD~j2qߛ=R%j/-~Aj&ɟdUA}z`hW)yBZ2DLb'?Q]y?A,zvwYXpgIa_ak /UsLҮ_cu xkiKa?'}+hC |cAC9aGȰ7d!ߗ.PlnQwes B/A'I,ذ! ](0j,qvx=^;gTȍ k-~M[͈UZ|evBfZ@ CjRN)Dnmƴ WcQvP}Y:(f/ٛK[b<Ϝ!tMypw=R&0} y& ) H)l33~yÒ2qeKfR zo햪Q0 =.ϺN%KK*vCņlRjuȌ&n :Aӧ;KW6b q*w>`x29C2~op:u/$Qf[u}i}Ex;[0pĝ Niʜ5S=ls`Z+A<)!c/&k h v5PK ![7l(kyM2F+Ă?As鱺 Q V u{ۑ'<}ږCHTt2;%F!g͹ៃ8mumQ`>\?]T61:KU^tK.NP?L-C &dbmCܘZ_7¹7 UVt ~,9̓^ޯѲ@x5Q] k3vۻ]ktVs&̞C Oyzs[EH *tV 4x!#1mfQ7JP{+z?kAmpB'.jez-JjyC@luxY/qY)KI;S=@ JZT7Xw)BaϯE}o:Gb[<t ~>ejIo5擎U24+&]A讓"5@rOj:awf$j?'MlXX>>;] az}YNLw?:Vk$E\K꺮,uϓuX҂>XASJť8fBZkJUa]ݛ# ]F}vAa^Q喍=8حdz تB~1#?a֪`LmW}iB26ѬB_=UU5Sj>rzZ닉UOdJR~.pQR)*~9l~\`g( j%H0Uq'ڷ~П歴&KQ/ 2< dNk۫:+hIޏAlTpok{!,ѻU[ @\2S/K\+`ځ99ZF,h|oѣmvLD^G>> i%)2A/ijθ R/: H2{~Ae$XaW0 `eW=9=P`^"sjQ~su׾΂P29M XQWg`zW3?9 s,xg@07'Q5_M"x3%3F +Zw GjU{&3ŀFdZ9lQ_p0zLp2РkW""N noW<2x1}kk P^Qp{<"H},/] VnNSZ \kFqU-z/|hU+;K{3\@i&4d]vmG UϥdǾJ0_y:z.W-(:,g H]O]0mr͇s峵 AEI0V6Ju'^?v W7DY;")5VW>ڋVhas#ЅgZk!oiX\>ZɯE.! ު TIZCe&2C+Չ&YKrMUWL/о]pFK?SpӞ\/.Q;zs17sq8r+>F%N;-y?3UEN}l}CQ)iYVkyRAI)A<3pOY*\ǔ-tJ+\oި.1" Hx\z>)ίHnƼNVä@C$*(Ӡe1 vHŮ4~F^'۾GϤj"PMX1+BM- =S;[Dλtvު8]P23xj{u&3+o2&U+vWPyj.mΒ-Ҕ\،31i[Qi!k2GZWU\XR.D4]!v;3[g8 iF o3P_<''|CC)WJ!J0宺ؕZ*֜"uo7)60U 6#(P*QRAբܞ0ߘ-_w=.LGq.=-$fr~= OBg]F/>&IM~?cDUJJ0qtE"^~O`"}nCd,'x0l5 ^5 }س-b&)h~exPe2 (`G A%2'Ak(67'E!A8GJ |D6nVT6uڃ+ÐK4DU?)!3c9Ne7ȶ+hǖ3Zu7$$Q~gȤN 5͋vi6SPkg4X,C94^#~<$/G#ZEcF)"X6߄Fu0FqEjGH(D#UQMI[DXZubETTWFrά%7NM -s*}@L"?ӑ(ƣkb\k{NSʢlXr$l~$GVb1JՆ#ӝ/!3'lx.,@0rרD6/f-!j[f$~-g>‹,CMnf1܄Doha}/'S#2`Reowe!C|raDn3߫Q^;X>"] SN7{KsDUfPvɸ.R] ȼ no,?Aejٍ]FcRz-&*^3(5|eE-H9%<9 VZ[ [d&zjSΊƘ[:C1T!ݿ^)9hiwܙZ#Xa G* ^/Gli@_ 0ٴv=;΋,tFDt8qZ"y.hbC1Dnͥ X\ yN v t6mqmZW[ ;cM!}ഈ'UEQR$P3}|Ĉ3h=:6iCSpds~|!t L8D|QtKY_hW9A]A/`OIٶY&bJGNێup?d~P_؆@{yuZDv<UKhPc@fSWۢv(wFon^qC;y?ǔX`DC 19XMt?ڌIjףga `=zˆmcUb?rVcp<?2[u8mBwGl]Lz*EHafk+Q 䍔3j90,BvU#ݗ/|B%y@o-rώOr"m1oLb^ՙ@M̐5ld;gld=$5x$K }/4J(%1Wd"&881癛Jck=wB@JQJ،o}Bx9U˥bL~=$9J7dSwGo|f%rm=T0_,Z,VAX q{QlW\&qee~CڛХB=S} Q$"5b,{ӔgkH{Ylqq藨P=iΆ̳J? mSt[VP) _ڗȺ"ytFQFYy8%: @6`Xxnolah=Iyo]/ <1)_"JXV-w1!;ⵌh9*6,3CZT je^@ '6ҖMɊ#=j2YJfBǃ/;#$Lro=_@#v߳zhIP\Z<Ux(fb';ӤFei9E8+0/.Νu34/?w_bM}d E\q:ƟQf_za}N  isP 5GFӡAU6hn0NuJŬ^AySybxkeӍ0*i?8JZ{Y[ߒ&w±" k2F%O伳RipZ2z uT~}S,"QtKac(b,R^}4WM3&_>[,.6N7>[6Eߴ)Տ O\kN1f C x?M{+K\ݺ|ώtX៍tNI.R~"q-:V r1$qºKWSG"TS?^S$yg57NږjS#Y j)?pyV,#JKzAD]51<_gN7QVO+-.z Fh-Bk8is^{Z`dhЬ52_e F6۲߾F?'<2YDw)cakE' >]7MW(Cޏ!AcZi#lq S. GR=(r8.d?X5Y揷I/T\ v>V߫2x_1> W1WgX>WdpQ"p/U9qز»C#mi 3SgYW_\о +bul]**0OB"He^JЪWzxmCAscfl*ugiT#E՟29Sĸegـ PPѼK`"5?HUrKg{XR_tC77lT0vj侺*:ܨ‘!bS9"bqcU!RYO62ºO\u穲WSa fam0KG:tĂGVWU$B\Oi 8 )ED]T”g鯡iT鑳Ge`1N*Ū%76ʓn2^j&F,D B!րvV3!Q!zz)(2[[ƒUQnn0 .9Oh(]PuR՝O lD3eI~ccHѹW˰wvQ,^ljw3#o1U<Ւq?鶋Lq߯R/hƬ؛  ~aP:'ckD.tF>=F h6&VBmpeX%nH i*,kx/ܶ6v\D>b|Fc Oj%l=pϝ" {K=2k_]!63c62Î)Kc2Ú ;n|S nњ~UW?*;ApG쓖} e=mmu mȨ4s$j+~t%O:v m@Q\;O|ii/z Íu(?g^TH|sاE%i SjyUmݝ尓Sݦi]A$5$׳aU]G#s=se\%zud?:;5c- 8 g1%S0657 TS-8mzmΘ4lFThxnBbvmItKk\#6sbUFUR Et[-R}L۔Ws2tL 6< m* 0 TdͪS_97ks)d`r8+Tia?bb s1mnjMfK< ?jk'qTz| Ydu*\`3|8/4Xnj oc-a &?+JPkLz6q6KɷDj<wq+UiG\`9$NJc N˥-"Dmt9ck.qbĝQoN)Fy[J FleW[2ӷ^w[m( %Ȉ-XvY} B ¾qd&f)#Ref!d5JWjD5A85r|J8X%LHVyv;9Qa!?v[HoiSmrW>ba+tXy;Ν"(Df%@0x5isEN3׵ |- ]S!QPUUc{YX.;4'Nx[.8 (9,)R%> (R)A}ʨ iy;fC# xqj)`?5K*v%K޴|f}ʕla ~1EEroX% uYLk4TM80cw!B$*j< +ŕGP.Lw NVvu 6߆mUHv@qn&ASciN(a >=R^Yhda릗- c1cIqMM乼HEq1O(!$}nG7jF;sa8}PIۏ+5:V,uYqiS!l $7 ?JS^J?\aO-VI@5tZ;:} r9 aAO҆G΂-# ۹|3yG=ѷ wUEjXS>d>NԐ~ !v|\]co[oC̽\L:{'}VD<Bu;t *(xU̙ hOh5^g,0͐qͻcndip|?><p1z*=(iѼ#\Qd<>aT`xj{YRx6eAEu]Єnӥݠw!@NGSaΆlaLK>5#IqqR'ɵb27WhR)Yf4 _]ks3b>~KuHbHm= P3w`)د7}jF?A`R26 zo z9ͅFqYku?pazkJE;z?o&!ঽ@$e͈&>NP;?t]8=9lށۭm[ݴ1PL)pqJ_ś2=*$3E?Ic;Zc<ܖ((c`l0=3"wmd, x0n͑z),zoUխ)c6iyw,z|o<^T%nаT@Uur*bC؁@ᕛotHLssQNF]fc--3G"\N~3̌>_Fr)ٙ [JCS_F&\`-.1]&l$hx"~W4R O^e xdx)i 27qk @?/(s@9]2:q7ª|/4Gt0ԕ|MzB&T. %V=e!CBvjӠj2O#X~~3hyRQ AΟcuB7*<5=kO01Vb^oz Bu\/jmB! }$?Nf"S[9r k,4O0f@_&Ka9;:c]goh6#ؽJvEg^[ケa{5\GcÓurUgX+hߋ.( D{0f=MvEUdpp^6ʄT'60τ>2#3zPZA$YL"ZA!i& (Z2_2lƖz)Rd?>.vg]F4A~c~XKR]{g\.LzyJOҺW-E1 7 UYb(C 㒩 rKbX0VZcY5HxvWm/et-Ľ?F^t9BxN7o=j_эpF4 ,/ @q-_Ju8w ~tvi+cAD\/5|N`#c1V/K=rTtlc[y9"{~Zo@jڢ!ͨx3qV>>:džbIMQ۲a8!5O:CX+cX .XOM %qOz)D 5<%`TjDj8\],Uv6@NY'<:=F,,qTԆ>D_sͦ}Zԛ!# !ё80zCGX" I%H͟cb-p'5O{#E -ENuA>L!VA-~;Hvb{kd>$スޔ_󮼹hk[G/rus^ك[(02if411?60 MD fоg"A`HV}O:{Akp5!(Egs=U (d^K OzҢF.8@` bi5o:)( n"r o0ʳQd+Ohtbƙ?53K W\UU.Xl]"jTEdA\# cូn\r}g1ۋa<+U%[t$k(C9L =yEw'Vy,%_]a=ׇk tcV{uPEcx,1&*E'x7\L#obGw.T? De+eI4CTa!"؃l6j鳵*Kuîl(A}V^ʻ~C9?wlE3|k$Ⱦ -]:P@;?7eB0_)]+eFE!]<{.>Sywg ) %ӂſQ(c+X+fpPJxtw YZ