tevent-man-0.13.0-150500.1.1 >  A cp9|]X#Uw(Q d~(s7>rS-0̐V(@j9ܺl|*jL{C@y9vBh?̵z̝?E,\SHs<Ͳ4n#[i^&ózLD MMoBEGn=a7}T(l ve_PZ1mؔe z^,k `~I!]tIn > wrmOUcc9139e1571e87948ff32d5b912b6bd80909800245bded9e5f066e1fc5c0b3bb45b055abab77554769c7580a1bec177d54454b51cp9|ؓSG"}K:c=5t*m4] `ctPƹ0͘N=¸Vg(HqF)[Ru~j'29^r%q ){qp;"X?"Hd   ]  6Vpv|           $ 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.cs390zl37oZSUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://tevent.samba.org/linuxs390xajA  Lcccccccccccc83e9aa6692831fd3e8c0d051c792b338642dfe1e3c5ed48b09c9ebf17faa117bc61a7a6cafc8cf2925a182798558403897564044d72f59e6a3fec673ac0a50be93997590acd034f4498d00e14e7397127b8cea6f98a017acf6b3e8e3dea492414417424eaba8d1c1d9ecfe3cc4f0581be93f4434d5d124b8f476874458f4ca23f668b4393041144ca2647bee9bc3d061c9db11c431c1677912388f71c27609e7f7686624b2936d0973857ac9f389bb6ac4509d67b123f87b41e7d5707f21f1e5332168251b0410d36ac5b7bc2336b969b4d8c6c2edea2c64b8216e76386f0aa529134ec7b86e69064b42318ab4a93cbd89eab829f9c32dc2ecfb1301144234e92e43077ac83829e9f2fcea8faa5b15918f82f097ef05fa12b25c1d1748c11da8d633b0a947d1c08c2b737656c87821d3aeac5c30dd601a1503863510b8c246d7107401281b51d2bb9c2914e3fc546b08748110187046c7d2fbe6cf12385f9d35d9080b978b3b18ac900dbf8aac1101c2ac394c039feecaeb679de866089983dfrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottevent-man-0.13.0-150500.1.1.src.rpmtevent-mantevent-man(s390-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.s390zl37 1671474609 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-mancpioxz5s390x-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)+U]d倆Putf-8a4fe2292f3247f0cd66c0e64579e364a7f64d5ef62dcf8916a4712d4363e9ad3?P7zXZ !t/vq] crv(vX0ʠO/| =9tX f9IyImzDP]D 5PG9xX\5&ѕlڹ_a/ ߑM#fk^g࿎;91;-f9Fa pn2V֞Y1]L :TBb-pީy#]qu%4 &-0#z- E5Us/ed؋#2N*@)l3}%}TX+{MkMo.A&#.L'pcM@UA][ٸ) gz@LrbXwB`Y~'RlB6ҜD.k\RuaF"C~_1L.,ݞL\1ʼʫ SJ* IvUhT `d_w# }9Wjb:֤Y,wEaNss,Xƾk_:I.dQ77$NZw[/" PUyf}Zt j[wO>{jx=dZnڕ餇d_ycy$GVx}3tQrZcZ-!N9й~+;6y*k񚇖aJZ 5%ʣ} ˃y8oр\nbLTo#b)C4r=4?hi_4~/HOb{#]p)%y#Ch| D:D;zLmYnrϩm*9+q!}u(1*]4u-uWXrۥZ2/jF<dy{P8Is@De]/yw xF9 U$>OlqRE>+]UZ^f+\< $9PFsT^wݷ5G3'AMnn |tovKűb)K*oU/E(@C 0,f r5,'i G4viAB3!O)̊[Dm(艓zKBvqPnz %!I="S9J!N yu}˭<~ Q+d *QjhUv$ӽ+ś9JM T~<ϘӺlϭP<'6dUGR7Ln*d DK1XO.@跇?Va(R*G_,.dt7wBc&hqlS;fg SBP׹AG"ґy/HrJN'߂+8H0P椁(ޱ7RFm{5HޟpLl|;ʢmF)ܨ~dT[(w#n"49. t;Hk4rz`-4R'SI6hR YgNy2L|HƓB$OmB)޽ ~o&]p^Ŵ$ vg8#P9=G1qs.\ǡZH"jMI&m"^CiPc(pF|%ۈ_{Id|M sP8U#@]Q|ۧ{fL.U#q`Goam%[e</&<^VxIEΝG|Y}n`$Թ#mg-+lj@ɞ fsvaHLY6&R|>CYfrIk#6BSXWR!Z%,`L1J _*T䗮j|wF+r@U# *7 ؎?TFfc@g|QƏ1X(ÞW]}<7W~b|Tn!,v__<&9YF Ң,X=oVw[f:ZH7M+`d&uu30{Å;TjHA/تBri5扌xqq}AJ 8FPra0v ʕx,nmE`b3waxϥb ]f[W/OZ1 PҚʃ]ba&a8P&^5 :DV DǨR~B>aG5X4ŪkD[l)w@.ß0$n"ꕾ)RM{)#GO~8WE@{9Ј)0au5WX_G֑dh8?'|~S\ Lg`ݪnF$:y[m[߻S 3MxP FH'IcJXv0➉/ KH~})6kRAx\rwju3ўؙW|)-կYo<~ 'N pjlӗ|c6߭ Z=J?y }[ĺ@R&@~tP,zU'mm\\ءFLt6mՖ#%fk^Jdq$j{ 'o!]8YFQS9,m2 -r-bՊ -!A/1$qoزPA?U]W ^׸3ߐ_ʔv1I4(tggwLA[Ox}Lv^yȈgM&0jD̔+W_MGjkq5(9C\w`)J\1@J*U!;MT B,%@k/aFmwe܂@BYܥջ2sN r#CtT o𫱂<$!!Rr~‹֛AUI?]X{,Mޢ^LS%4E]F)?^ s( gWUj&`Ь*!,@zCXZW6wT%ή[(ښۇ.v EKe46ߤ ~~#!2b5I xC[L)ZQHp/xO+-,NpsTVN? G[>iꄦ3x~=׳8| 8 UM<S`_7^n5BvdI.>bF&.8K/~ Xpa1$6T* `~th,nңR!M'T2J\7^ίD5.V0酓-2bbo/~Ǚrϐ lѵW%l͏G`DDC(:Y|1&HD}9z:|ӷbU{2L$=pr3冬U|_mf/F{my6آ9¯sUn}*_TYеMLLqhO[h@\oVE=Bs]jrܳ%w>LY=z,Gh%^5um?Z/d.tbW峭E+N|6%<U چֹͦ,"C55wzd0`ݶnqcMo8EEO>Ù}GB3/: Vl`SO{tG$AZ4ENLIӇi^{A`CԶ''@iB.\]T}.SA ?zf}GDa>mkjF h9nx^;d(,7du9uj6~R 2*z6Q|Qxc~4 6}nO*,[3Դ~-5,#lG*{ ~gY9׫[L׶w\;wj|VvjG+3tFXޥo{ߖsp1teywΩ v$k[iaa|cbH z)6w3qh 2+4|H@izGciɩ0l Z' w\^Kl"Jpz4H"2sg\b%F^]:ksJ/v5g[1XΧ@ ^\`P=q!u˙}YD%rg !9dB}ޗ>K(婍_(s&RF$7kDi1%xhd0L#cK1 CL_{M2Eŭ#-Gڙפ9FwX1>_O#EtJݧA62Dm LmJS>06 'R$CBRttywn$~7u3ʷZ gb BIqa;p͏FpsL. aH U>u.+ϊOLnT&6.GܣL< tY8YZ1e[셌pA*!ߺUo5YR譔lf |=h~"0=ÓntͭvK޶IPH"I  55(#s[% Rs}wfkbxs67BʻKK*Ou]-Wm?j68 E=5$@RXo]d;ֵ!Nd<գ]E5L9pr]8@7^,]Ug*CZQV+PM3c/HZܣ3`}֭" kÓf1iVYȚ^1 \tP"=QEVZ+6s`458Ϸ[OOIV)ʮĖ;9 /^Fh2U:|p~ǃݰ{a?RZ^;Qm%chbOim <3mҺtBC*rd2X62$a !:4RrEýTLzzor)>[f)nz+}45?oN| nkr/%P+`kO6w]R ;c$Mv)O7ept-3A=,76IBYBGfgŷo˕i j h_6z#HSmoy/؇K)ѷn9gnLv)JX `@l%T8,D1p!}u1X;['1"} Oܻہ8 1)dݙp4.>OyJ#SB `x{ 38\G"gAnNE_?*"ԮPT8 gKfGSm3l҇y(jU_Dfvu$A@p$cV఩M/]>?&l[gҹ|kp4B,c?a~eM܁A\+kRhXT ]pcބSyYZ3irSHM~̀zh5aBeۘw> T&p`On3C LL.rt& K]8MҞ/e`ȏq[tϢ8}i %dVlCW`Ǧ4Ѡ-@7 ە I\+%b_1w!#aFGW Wgn }De2:+ԅ%gw8$MdF+0@>K%A9f݄߄j~7! zSzG .Us6F!U{ަZYjՊͳ<,%c;dAW$ \i8jѐDnʰ 5A󬤷ó|@ZXOХ*=__y^-1hc W?g^cLJԈK?h@YtgbyzF|ɠͺ8xNǴ*럈vrEaΦU{fBVNI&Wʍ̵w$dJ|W2fǁ7\w:cYDҼD3_Yxtm8'"f,4^-!N*i7!CI'@nGybKI ޸/ pȖOR„G#qV8^3![6=>AÙιO ;g@Ḱv`HeUDncD4-PG0I>>u怎A.h{1bdURufh!}u>Om!1*4Ixl Qu= wfO*/2rWIMU8s& zzw@M-״isof<בNqJUx]la V*sRq*m Dg>Uls+*oO lEgm~VUl ։מo*?y[A@/n봴Q^?Mx :F@Hܪ fS. S￱ ,@k_M`G_{Z&"PMRK^&L+RYfu|OyXhیn$G¬!w ^h-"}ۊ}sj2/zf=[l!T攅r_BQk-3']f HbEOI$A^m!S;o#! #).Ȇ[a)~˴u# vIkPȑY3R*4|I$94Yk(j '{<˽/]zw?i-;frʇM0#7X!  OS1OPHR3y8k4C%}Bz=z\ʍC?,a L:0i N- "lm]hdJd\( s$9p]I$ڣW ,I+sk\U$ф2Qi$~FKxd LpLb@qnhHJT^gk\3z 04\kg?Ʃ G4XH?l#)&CCnk[-FgחRھ,wQ^۳&m.U^PZLKZ bAmpUu#G rҾɍl4\9ZwtqD_4W?s.M-ZT6 IOisԖ0.7P.33/V_f\PW {GE0oRjdgø53E-"1~a 2<:cfȳü)޳CNFC%#(x;]Ǘ{a|g]UlL((ɵcq@Df>Fed$V4rR P|]0cnN\O! ZT'=n*e׳7ٮxIlB(Sú+|5IQ6wWcMJ9% }аf"`$Gc{] e홑 ?~ENjn8⫆QŃGHGTcגJE7qp<i5b32V`Jr@u/;Oex&_Ur-qE}Lw%`]آZA7ĩ[8{F}?L%,s/BFeywH逬,"֕K,чZrU&ߢ]9'?T?OC |e#pg * h\Z@٘N_=|AMpcs-í%fVdՍXd۔j,%72G{lrvܗNO0ZQ ZɩQq?) t6k6Ju6#7FFNg!OsAEAqȝsDzrv_jZ 1)7wpTz _`SWj%fI!]K-vov_4gܒxg] _2~֗/.B*{2)=ȣ(2L³hُR:gqޙ?L#10.6!hSwy g=ٲO;ĴbC,vȲykmg>a;nc; ݨ >p ϫ|! u,7f P -7"#\ԓy+>/f`ڟ˓ؤVXtBEN8Q:iZ֟\Iƙ)!Y.P٫.}Һ2tO\ ȏ#)ORvk s`UUf"g9ѽ{s\E0IM<$x 1MĸpJGWO1:Z8-JlWB"0̧vFiJ?^#cS[4s O&3R4"}Öj&$%Q {]x5uZEUaK~]͸M0ĵH#ѣ9@xek`ޟt-wͰQZ7n?x Jmf/KsǴ3Ym5leF&6D`;{ N`_濔ӜJԛKA6;*֟H3}-%3C1FJ ԳtB>[,eJarJSR§ײڄxiWd $jU v'u։H_AcnC ninVoMB?!(FJ\G(r"3ʼn#މ_[ݖMԭ#]$s8g|EY@e{!o-89׺GrJaqύ3oZxZRQO^-hM6u uź@IuЂw?عXǀtGv \dcptw5gpϘ mGh48[ 4#_il"23QDY~,c=.^w{=xHV۲Л$܈7]$t@#dsxus'CT|Cϴyq{1SJ7>4{;13@>a٪lCڦj})/,y~VBֳ~B H3lA*n]:-%׼դ:?NZh00`nEt[ ҳkdfڟqH5G58,..~DySuJ]MGiOAsbFS/_fxd n=G5Մk1K}ʫM3t&{WUCWJWhNna[. 1‰m3,8^bvbpY)Wj_m4 c`'ʧK"na9\QD:J2H΀:6l+QgS.mY#- ]JVhZ f̨>}Ͽ<[PʠCM ۊ \DaN=2TbDݓiw_y㆔ (ufHk<40k$8ilĝ}Jc"0O UjI8eFWvTl:=hCmmjT={N4zpv65?f˵:'bnjzR=6"]V\xB* D=Qc^xlaD^;[8͢-rc'sx BsEI O? wR~o>yّqN.;3Rm›M$96X#z>oqVdHspUbbl0vHǿO$>LT`Uu:mJN RLZLa%7AtE",תVJǁN'g;Bپ܀TU0P'n UK6Xj>W(;y"217Ԙoш=c^DT(Y&[/DDBE'}"څ{g3dj1ac@# +lWm (zf""Om$ʊNACVb-%}RL0R,ށ_ɧӞܞ4+8ԚBy:X(}CzLIӴ\|﮷a+l=y1kK*&u%HRJ!Lyf(}1Yʇx0;u:`0  ^]U2RZUL}Iua })ߧ~B-?@]kXx"<#Kl ޹⺒ s )$7Ma%7>6O!FJ5٨Q~hP@Q~AK?)o&a]Ds'Ix堵E^yk%y]`U)!E"ח *Wi9,+cЯR]I7N4>Fv(@}1K*%U*/` ;6 sW~&0EHsvʼ\& g2Gdҹa(=O~GR`W '2O m'PYML+&ì0 `t6!?Lʉ#@t»> 4HqlH=FmA.ylX|U"n':q_ wt}m#^0D}ޱBAp%CR(HO ngTf?vB-O'0BcgnB3g.InvE=]G.uMYWBtkv[~0!LQmNH?$e)IeOdf^Eu{2t:G=&r:fi>[r'& 7e0-)T:‹TT5=Et[!C كm[Z` 0|';)uzSP/!ձC񯍩.̸ &36Dqx9s_.P$[TþC6 /-R_*-*Hgڀ2RŋzGEJL}G#4 `߾q}+>7 R9f"=: jbIr5GO~bb?)rދ]P'SrsS1 9Fdz"!'ƃU8bϣ;fvE;N Nl|C;;?{:FkH 'jBi*J9zL0KDP7";}kK}J`KVCXA7Webf.8Md;%hp!tiz.A̪L%lI=T#^iOzؤ) +'[\ܳ"4VkMN, 72mP8}`+W||wFWտEgeb%@:9`Eur')' ᯮy*7Y u7;!f9yG\Ѳ3'`-ZWe/t1n΅eev=MyhFqr:cl}hI}*\{pYx@7Xv&zQU~F5MƑ ;GfLcA)T2Mb,RpS34L8)U_ㅄMޑ o7mym"O!;uoL.(T][=Jᕃwy?#vrB#|*іѬfRE` BPP^*ֲڻ Y, zn閩f_I]ӑ%ݎg>~j%[j3ú֑a>q|=Vf5jJlЉQ&3`s3zl\gфo̸%_UC`sbRqǾԖO5F|1=Jt$&%^;#,`]|포/z:63q azV,~oHٯ #tlUe9X> $˨uV[oM(XwǍ5j)ͫY7PF艰VXjVe}92xl?].OU ͶEt]ڳ^Ye_!j*+tVBЉ!1 \c|B;j:67Md)S> 4:RGƲ%ջ{>`fdb&B.XG`9Aĵ7 =17+چ/zn6xRH?j@LeV *Ww2asz`Pe^pcf4r pY;ݬʎL-jl=RH jџKdx`Pc1!9=Y'Mhd>J,Lუ&Ճ8<ٱ VPP:ܻ34@6~hdcؼ1::t<:K"- IyImaĶJaPmALtIDH'-*imo6\hJ6ۨp.T \1jp9`m*-cPp|I%ڳdz4,SD:MFz0#9*1]L;ʠ@:|j2Ä%rСѓ[eZ?z^V<( 7Mij F* ݖ? *4[+$Ys=":Kz,/M$L]YUKeDZ:?@rcZCpqP7^8& "O%VMkՌ+U<Gf %#ԯ87/靴6!f>G_<&_XŴOص).k}sX(CҩfQD:u&B|4i=9 "w5դ8>Ҽ(h@n7K ޙr;'}(PMc#DRӕgI<vI=% 9qeәhGDF[[~5}p3v&:^NPɳH Y#i$[o 4d)>sT} E/`r}sAV0T.޺ͿlK״rW } \ݬI,Dך])A{-p6/cNdrlrդ>3~!ail㐦ȸ6'!n׹j 1e2.ԏ<[ BNn#/')1_T4Pj!hBQ$PDbU?e;[Q<β3`7O qḏ-/5{*Lt&<{nz/ BwSuXbnyRҬ҈8A^Z7\1%z 2A1 ')ȎدoJ,kM02Кlji|Q; = &jaoI`]$9XOXؘ!͟aΐ3XL,Ǻͨk̬0 W6g^@,xpMB[v2*$Lg-Gc `'a暖(usYjdm.(٩ _Fr=vDƒ(ad z6pR9st8Sh U!|]XT]zޛ41QzFRQ8O7 z~}jg%dv=Alz?L 1 w5o`]5t0p,ע[㒿Ȳ:1UdGYW%O"#mNo6 fxhV ܂Bb nȾ ]v}rD߱pk7օ <9`InrC~(\sc&mu e5I;!0/%ޠŅ~cg(+ %<4mj&T}{R{11%rP(%람=47x> cMQCVȲrS)pϻhrKvv4y E?pAmy-bD,4[szlB9ai +CkF0n㥔mƐKMޘ/f \Vwfư4R/&E|k6&Z8~KwVq=-@1";$ϪUc ʋ_q#\T}!,฀B|RP'IY}:ov"n$:V_ĄϮR|3P3Hk Yh0-" bfҢ&zju鿄6QqHMWlC#kW6^X8,#h9KmA)}c Ժ~ݲSBL+NB_=U`Qbr\; q+Rb}ad8E9,%%e$׍O hg}S|*fsU:S9EbDعy^l-ecT;PrŮ4b߷7vk)6#OZWo MI%l2~S{昒3Mݝ7斁. 䒷 fv_|i+U%cYi*HxA*9Y`Л}6OPkɷ@[?DIG;E+Ŏub&B#TgNai+8 =^ci<'eZq}!S>\)àlXMCJwIҝsj<tZEG|XÙ&Pl1g/1`]cT@ ^[#$O=gMgB"*b~LVV{46DXDT8,_o9jUfnMcH؜pY,&βS!6k;s+֋4ey#zU4TcvnX4\fwJM> ߲-bCP#[;abj?l?[+;U<D_rLy2T5SF1Tė3NzG;TC~/~uuo-T̛_2YaZZ)9HNJFT-˙xlۋď8^ 1`슒8ՙA;MrwiYxSEёMGVm%{)e瘁 ˘ tԣhH0ULn.Ua~V,YOqӠ`З4G>>SΛH?q1W!Zo!4 8 AWhGB3?ADY97eGޯ]hU4t$:tjΎxI[x  xNT.W}(b1ˈ# A ^]EmўILFA Yp_Ō)#p4WK2.PњXs ;, {P չ No3߀ $1O0R'xPPdzL&Xf23γ6T2{<0xCGV%%4Su<"mEQJqD<~ꬬ6O(J :$^XOʊ  g9 $AchGE;ܦGĝUϟVXnyPlbBq)e+Kt½=Ya"מN n7ޅ]aI #!UX{.tQ:(Ufu/N_S$F~+ZҟH'@;SE'zU{05.Fs>nHܫp+!|IDKRڰ6ZJqzůgR/ˍŞ]1G-Yo'j0Q ۧ/cNI ye[‰XLI*N׷'9R:E2WdMHu0AZJh& ė ~Y%~[D,`ꜩ]RgFE쇋mfN{~#&tʉo, դNoZx-jx2d)XYg\WF`>I[CM[(Ww֎>d0cQPiV5{$}5C۷" d(߿ S$r%7VUk5\Rr_ cT/ezyW ;.ؔP~Ɂ:}l1i-vRiu$<AyX1Bnh\|t Ks"r] 0i R1VN=U{T(z-뎓&PTr csWZKv8 ƦӶmG m[a\:h~6gՒ*B6t'z-@r\+9XPT|QbTpPyfl, B+$VȎmxs/ψɰMiԪ an4 ;jG,b)x-I6ؕ&BIc#CgX4GI5"kbd%