tevent-man-0.9.34-2.7.1>t  DH`p[b/=„˻ 3ư}],l]Srܿ_'̢&R"}"E]}I/'2"%q&gkAb&R)gl;Wg;ے'kJ[`KMy խ ;y@"3yA$0xl&18(b7F.1s~e5W;z~h5[wu+JFnQ A[p -'r0S!ɆKnɕwY97aecd6294ad4a5f95f3d69594be31b25b0806cb҉[b/=„TjTTŠjJ.&(LGڭC$VpgxQjV eDj--qy5Ф]dDgۈ7 Z>;w*!񸣝YznH]ËPtV>dF=̃jpy2,vDːW6O^ò>q lY>dcO{-$%,k>9/?.d   X /IOX         t     (H x( 8191: ,1F))G)< H)l I) X)Y)\) ]) ^*b*c+d,*e,/f,4l,6u,H v,xw. x. z.Ctevent-man0.9.342.7.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.[\build72dopenSUSE Leap 42.3openSUSELGPL-3.0-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++https://tevent.samba.org/linuxx86_64aOg}> \ J[[[[[[[[[[[[[[[[[[[[[[[[2a132f3c56bada38d382f30d70bd71184e71082feabdac4d8bd9978491602b9774f3d359b08e471e0e5bc3bbe44089324307e72da36350287d2f0ded7ab6bd6e193d7322ee5a3808a017b39e3e3e3f2e7c2a0eec7d19c31dbf5fbd4a48a68e73138fc2aeb3cdad0524556a35057fc30217c039e16c05436eab4bb20980bf870fc0c839963e4b3e12b0006ce1185b39062b6a29b488ef2b0323e91cbfb58bbf2e7ec4dc72e7b1ad44fcd346115037a0e088b8ac9b7fdca35f085664865fa6cfc2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottevent-man-0.9.34-2.7.1.src.rpmtevent-mantevent-man(x86-64)   rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2[#@ZOYx@YV=@Xe@X@XAW;V@VɦVVC-V3[V,@V(U|@U|@U|@U@U@TE@T\@T[bTO@T12T!`SR@R@R7R7QQdP?UP!@OG@O؀OQO@O@OȮO]@O]@O Ot@OOONg\Samuel Cabrero scabrero@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.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlars@samba.org- Update license to LGPL 3.0 or later; (bsc#1109571);- 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.- Update to 0.9.22. + remove unused exit_code in tevent_select.c + remove unused exit_code in tevent_poll.c + build: improve detection of srcdir + lib: tevent: make TEVENT_SIG_INCREMENT atomic. + Update flags in tevent pkgconfig file- Utilize doxygen to generate the API documentation and package it.- Update to 0.9.21. + add tevent_req_set_cleanup_fn() + add/use tevent_req_destructor + add doxygen comments for tevent_num_signals() and tevent_sa_info_queue_count() + Add prototypes + Only build "std_fallback_to_poll" when epoll is around + fix crash bug in tevent_queue_immediate_trigger() + Fix CID 1138326 Unchecked return value - Update to 0.9.20. + give the user the chance to ask for TEVENT_NUM_SIGNALS and TEVENT_SA_INFO_QUEUE_COUNT + change TEVENT_SA_INFO_QUEUE_COUNT from 64 to 256 + tevent_epoll_set_panic_fallback() can be a void function + make use of talloc_get_type_abort() in tevent_epoll.c, tevent_signal.c, tevent_select.c, and tevent_queue.c + use talloc_get_type_abort() in the documentation examples + add tevent_queue_wait_send/recv() + tevent_req_create() already uses ZERO_STRUCT(req) + let tevent_req_received() clear the private_cancel function + cancel the timeout timer when the request is finished + Use talloc_pooled_object for tevent_req_create + Remove a pointless goto + Add tevent_received to tevent_req_simple_recv_ntstatus + Fix tutorial reference + Add echo server sample code + Sync to tevent 0.9.18 from upstream + expose tevent_context_init_ops- Update to 0.9.19. + Remove the signal pipe if no signal events are around + document tevent_req_create state zeroing + Fix Coverity ID 989236 Operands don't affect result + Add tevent tutorial files and link it on the mainpage + Only set poll_ev->delete=false if it was true- Verify source tar ball gpg signature.- PreReq /sbin/ldconfig from python-tevent.- Add python-tevent to baselibs.conf.- Add tevent.pyc and pyo to the file list of python-tevent for post Centos and RHEL 5 and Fedora 11 builds.- Update to 0.9.18. + Adding new timer events is now faster, if there's a large number of timer events. + sigprocmask does not work on FreeBSD to stop further signals in a signal handler. + TEVENT_NUM_SIGNALS is calculated by configure in order to support realtime signals on freebsd. + ./configure --disable-python was fixed for the standalone build. + Several crash bugs in the poll backend are fixed. + The poll backend removes deleted events from the cached pollfd array now. + The poll doesn't pass pollfd.events == 0 to poll() and maintains a list of disabled events, instead of consuming 100% cpu and/or triggering the callers handler. + The poll backend detects POLLNVAL and reports EBADF instead of consuming 100% cpu. + The select backend supports separate handlers for TEVENT_FD_READ and TEVENT_FD_WRITE. + The poll and select backends are now doing fair queuing of fd events. + The epoll has better error checking and supports separate handlers for TEVENT_FD_READ and TEVENT_FD_WRITE. + The standard backend was rewritten to be a tiny wrapper on top of epoll with a fallback to poll, which means that it doesn't use select directly anymore. + TEVENT_TRACE_BEFORE_LOOP_ONCE and TEVENT_TRACE_AFTER_LOOP_ONCE are added in order to allow the application to hook in before and after the loop_once() backend function is called. The TEVENT_HAS_LOOP_ONCE_TRACE_POINTS define can be used to detect the new feature.- Update to 0.9.17. + Add threaded poll_mt testcase + tevent_poll: Decouple poll_ev->fds handling from adding/removing fds + tevent: Refer to the correct header in testsuite.c- Update to 0.9.16. + Adds tevent_*_trace_*() and tevent_context_init_ops(). + Move tevent.py to the arch-specific directory.- Disable rpath while configure.- Tag GPLv3 due to tevent_util.h license; (bnc#765270).- Define library name and use it instead of libtevent0.- Rename package to tevent and add an independent libtevent0 subpackage. - Enhance and polish the package descriptions and summaries.- Define and use talloc version macro.- BuildIgnore libtalloc to prevent a package conflict on Fedora systems.- Define python_sitelib and python_sitearch if undefined.- BuildRequire libtalloc-devel instead of libtalloc2-devel. - Rename libtevent2-devel to libtevent-devel.- Remove superfluous AutoReqProv on line.- BuildRequire pkg-config. - Move _tevent.so to the python-tevent package.- Cleanup BuildRequires and spec file in general. - BuildRequire doxygen, libtalloc2-devel >= 2.0.7, python-devel, and pytalloc-devel >= 2.0.7. - Require libtalloc2-devel >= 2.0.7 and pkg-config from the devel package. - Move python files to an independent python-tevent package.- Adjust licence. - Require libtevent0 = %{version} from the devel package. - Extend the description of the devel package.- BuildRequire libtalloc2-devel. - Remove superfluous BuildRequires to talloc libraries.- Initial independent libtevent0 package.build72 1540217436 0.9.34-2.7.10.9.34-2.7.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 -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:8991/openSUSE_Leap_42.3_Update/a0a7bf84d225899442e278b0c155071c-tevent-man.openSUSE_Leap_42.3_Updatecpiolzma5x86_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)troff or preprocessor input, UTF-8 Unicode 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)Sl"Iү"aب|j?p] crv(vX0|CJQZe`RĤcOG=Xh^A%It7ۣN)!JN%mc1Z2q}'"&"9]MmE@:6sv_IMNz!*C@! Vt=oRP;A9fYSW1Sw5d܊ XUqe"ҰaLPzz#!q r [M ZO kv$7@)a-W(,j.ݸ[(F/ p#38Uur*00ѰZ1rW1(|9D_^4ޗP⇎46Ŏja'(5U ht(ㄘ-/Ϫjؼ+0DLHDuT!!:=G_1+c;$o<:J`WU`Vx]SbNdQI|(U:&idZ2{0s<蒊м-*z(ԏyԔ)\0oIፉ6PЉ4ZN=\=c(wvҩ.^7UT8ds>r''kmS cvlC C.͍xo38*$4 Һi( ,)ЮbZ̲'D֣{i󙹗bUzt{s@3TèA=P *L!P>tu҃'s]e,UvipD,l]#mg@(~E(l;3!Վl@LqzUSƯ([-z"[1ZyqC,D#]$_t9`h*^V1hdO"m&]`7$d ~$ љu}sw맮uO=phOQI&<CBN0=iwX. )Χ֨GSOuS ,-:Tt=@!˃!0p :{ڢ G2)`aYL!GG+R3D$Ru+h8j &\K y UxT\_9`ŧ@޴L) 4|ZzolS8LtIRV7u+bÏ^r+O.B]Hy nɏ(!*^HHlm7? 8rsF v%#Its3pc:Ui:b!g/O4D0E aRD~' ^vD~rRsn@\^z?~+>`@5VO )U6˛% 351{ Lqߧ"|gve0q:8aGz1S 52K%>Ix^YGz"Qs] lۗZm2C2(n\5'"e )F`0K\{[6$amzK$ yGRD| t _LCuTq+,Ǿ9@B- qAGsyfiK1N@-Ī~S| ~=s1pCRڰ:y[-]MjUzШ Ώ&t@h*Ͱp?7 u["pGtm]1FYۻt (yinR6;E /QS?\k?$_4hPb!&5a2Ջz)+-,'0'̮z1>]c"Xh>74nC=;B|tDHZa; ܪe.r5-$V`u,Tdw#yʿŗdjˋ4A"#|c57|On%G V*EFas)fR)wti`l_j|*a$<ɢ|!zIP2qNX:4!ֻ5cz9Blu- aL׊sQS2<#[~F+v^r~3$}i+͚k=%4yG1ŅY#x|-*=I!Gc]u!bk " ; gΞ#E6|xլ ћ"D&ELzxd&윀y[] ME]vxDejF _ƐK9,G="sd؉u_eU3;BÐJB<;b `OJ'h)zf\ZlBTmd}8߽ 2̕+es4M>մPOp>f7W?6&"ZR_{s`X 7ڴv&å-+zU)M.%GJO^q#4I8y%&9/&gs`)rG]K/7^dQ.?αq_yk3 ?05gl\4sT3\axޭ͢<.(G;#nDǗ̜DDҜՄWwbM9XdAbs23@XT>^⡍j^ bEQmSD@?60ѐz *OZ !^<=&\0o=]d(¨\u>@~;.ܥQzIe mCd9Ș~ia` ԕLK~P#@^-5M!'T #]pbN۸8ㅋ?u"I=zo(%ą4N6ݷW\h;Hw*\0ctW馽}4V,"2qD{ͱ3,dc!}~Dp6`Vb ߖ dF(蟹\aE"0@ά~6AJ*No;yp뚆oŐ(w(2PbFc2E`/~ lZ > nBtVOoBD20}i]l"&웶H)g2޶ . c)ӏ?k30:JC( uHZF B!L;v`vOs,xOGM8]յݨHԒ`[LJ<&-V#aNK(d䒐6%"Ȗc+S)]ݕ9X -ml-^uҮ`f~r2a9,t';?(l28$5iXf.QT]4'2;8(V8QlOK27qzRw=sa6sѥMe(3'bZ٣dՆG<3cWݤ:sEY 7(Ug"D]V[R ]lD𾂗]Pg:ę7Ehn?ӓ%>q%gz|+ ʰ;P*G9 9ECO|Vtء$с~(v "B o83_[ެ A݋p]jH^2+_n7^1,}!xepnRӰ<p !>J1;K2uU*}lڣ{e qesQZM$%jlb)`'~xl;CGnw~qu_(ktG4wa#E[082۱0 tW>$J78›6I&O*X`GK/ c7ٛqW`ߊʚ/ ѿ\) ߚ DQd޽9$ǿ۳N]:#ؔ?hW[Η[l\p1.?gG#H'ĥ?F<{jTVsiG[:? [/,e.[BS;r|Bew5P кQQwFB2@T^V Ϻ9U}R^JBd1 {hH4W&?^iJŏ +\$zXLTY$կ5*pH@$r-q3YݐbU;Sg%(&kVAw)PW:˞ZX"~P#9Yz>#?9!ij$ :Wtd0~Jiap9` 9I$7OW.FdS!\GЙ0αDook {"gȉUºokH+yf2r-񄩳$qtm3 X߻f9`׶BKk*VhVjPI7B&' 1CӔ}&8C0D..ȏp'#?:b{7A85ۥb]KIU)B:`P mXxwbxBSSZG+qaEJ13=_jxr0.^6b}c BR+w"V;(ۈTeE6 r*;&L٦ $_SKdy_1l^ 3ؔap*o0lJeßʸŧmOU r6+Ok\)a@ocսZJuRPVEHwr[@,Qt;W^0cBݩ/V~23UO)5sANtrӠJ|SoCL=SX{L&G;4*D͎~2@rs7v0U,gzşoǤDHByUZZqtr٫ LCAˢ#Ǩ=dcnw\);N?6=b\'.9{AO.֑uׅTDPx?a)WAqM1w6 Nl?KbBYd Gc9x^d@JNBi]{AmdaoGr.VLWemGi%ѾC58 DdQcgDrQ{4e]K6dbjйl(Jp92.l^mFZDZ$u%l*WF ǵ]YMhy%i(8"BD+:CV&CΤs)yJUkY9P;/Z&+<(alhDvy m=jnjm?{ 2:@(d_b'ʼ3p~deX`:Βx̭u 4Qz) લu̳W|Y >* `Bw9Rj Ϧ4 ŋUNji)zْ\\Byq]#s d/l@0lv3t\6K#Vn2Qc3hǢL%'Eθ[/o^oFI[aHIk[ 8%E^}l7+\ԯ>,Gd*hhlmp5[oJbr7axj 6\pl}LÊ?$Nplz#]nV8nD#'ɥ(:c4))EqIΎe\;aHZՌm3kЩk$-[›X [G7RKڳmp,eSEE#_RUnP-$ӕ13<*ha}ĆR%k2CRjNX1"ssj,$cdv*]on\[+o{oI !bK-wIH줢L]wmG.6-d5Jd!p/al/}tn^]{.D;7U/9C Nо7)+mF8j !H&EW=9Zk~"F_KLj[0j'eid(Oah8<*eFn't۴@Ptn7 }bDTAR:ջ1uiYTфAԏLNC{V]iX=R h+Kk?͸]I?6[&57+IFlbsjpoxB!cQWHGwjQIswA>Mݜ-)rmZ¸fڧs&:4'Rv=u2fX7 0(A#k)RF"}-ؤ;QXO#~#AP]y:S˚u n$ЏB+ka߳~ o0=@hm͸vx2Dp5=Wm|lTiv0o>- zy%<6G8,.( JjГZ.!HjkJñk;nau^+{JQ C8 | 32|,W_@BwxU&uW7\ؙw|3* B((8L,Ty?&Oug~ma *Fdpq>QA8M>0 *hpH^5bH.)^ Nj~KGlZ2HLx99ONu1v?ù}w(l礏۲fnD33hc`7vĀR2דyt(ݧ\p@/s9Ox113?{?꫎~fh¹>d@4@ \w捎_,UfIڧil*lGVP>Σ{(]X 9'<z;HCVp4!pաI j %t DyWpľt-~=F;xC3|i<}}ӛeb,!INKYМH㙪V_/FS'GbFD. p}ctK@_Q?_|NYG>AP`Q}6[a3};//G'+R$b̜@Of)6>pF\bӢ{WK0  g7U:xx}B/;HS!PŁ^CsjVD n_ 9)VaaOy .9C; wvKkFUXa3wH'=hTGoV;cr">B{|u@goCAVTYoۮJB䒑ѝ&zelpKՎ OQg?U.Q2faiyxzJ4/rXKHzAYloT{X njPeσ9̔+erbs!U7}^3;!802/K!NÿxZ.Gv84iUsA"iU9G|W4ۂY^4\d'Q> #߬e*Zoă_ (JP_0ebJY1WsjYLrVj>85];(. ޸ag0 Rۤlt_Ipvˢ^W5o|$JtrF׫y%N^h=JV,X'NBzuT 9K%9ҰR;Q. יP;Kg3Nzm"Qۯ5=L UlΆK2ZFNڟ ǫ (?bǾda62aAmhSޣs .]ϴx63LÛ| .a/,R=e4%V1r#¬oY! ^6X ?Cz)OfMTī!:E\ F t2zM2gklD@=Vg'έil 0kt2鄠)'Ĝ2x() h^<&}帻I+WTـ ؃`?0&FS^ڭ]c"7](ROgbYa ݷ2&{%udq\z7)b-mR \DK0X icw>TMC~J?qj8ZN,aS c) 7A '9Ha@ .8ߍpt+Oq_+u8y"rؿQ(s*I! L3m[ a { ;SI b`ȡ q6:rYukv)d1%gd`dt3I! zy:MC_,p$"KiWr"ƦjX^['>+ g 3ׁ #H;!/WJ`n獩vOxnF0/oޘ7AғG?1\HK onKj_9TrBϜn=!2i_7-n0`)|цһ]_ /1jFo Tl~ <)S2f>ɗtV?fwHc1+\Qg!t1 +#/aFиnG%kq "ozjPS4"؅%̚kUBC'P@)%YoH UIOhC 4KH\ΓȂ'ʬ蘝}iŽeL)v6eL?}&L2!$ETor/ӌju)w40Lʉ3Y(:p*_@^n~wmDXnꓨ}kn۲Z^0J0hIG2{fP[ij6CϔC t'=ԍ׆] LtKDyY͗QijҝM@[❗(#`WYvwHlИFf>{m  u9aV.`?A۱ʝ=Dh ˟8z%0GV(J,ÀOG,Abtwk1z*sw;QP{ٜֈ]Z0x_|^l"Z_ @ '}JմqYl`~ Chdi{HEG^iocӾƜJ@O[3#ť'@ZEyᩞc3 PP{/knx݄]G711o8q,:{v^.^9}ma-#R;"0Qn GRyЁŽ:H\qMo:&7^8M@5.7 %8b"XϵW zd5DI(z !O\ x{r[-,Pq{/5ĨlεsB!+ <$㡹T}CO.R۲&RR KyIr<(5ua?B`Sq2-Y>7^qw)q9٣Zzȫ1~6S'!:: I\)!ʝ"Jt=,ݪ*EC߇^L aʖ([07 v=Lf+vr9eaJ{rh;(X] X&GmVVGtGOCeLyt qQq>8qSO(9 +?}\!CVtFD姓d)ݚ ϥR`桝l?/l ]c8yفvOKAuCvZ?8k-ꉩSJ&U *m.1ʼn%85RQEaKPE;X+S4BG]Naa1UK SCM~([S ̏4ig:`蒾kY Bcpfy6xl Ǜ=k19s/+S N*^?Ak퓌RwO)+~j 1\>Hr b3 ?x7sL#koctF I^ijmJ^.T1<{wHBhzw8FU) }= 4YW[΀8tm֋'4 ) erW,oL>wB)VUҏ\@%1GyLL99 F s}q24$ $H=›PGQyO,6|?[) _q8\F ׭kuDqEyn%k~ hy&$2 {/bBF.?hи>e_Aԛj#~'b]7<o$ߋV9Y -"=_I"&S}?%;:^YDz1ToR00"Q`ɕ,B]lH9\vtJ. ,δ=dTB6/~=E0R%&%dԬemj5-[Gb+D6e]A<6R%{xd&Aխ<2vVĵu4m{Q;RC%"qKƇ ۦ5tç^C:J͠R6O qhFHqhLBɤQ @DZʥO3bdϲCXƢX?+lFp!A!"A Q/dEzXGku5|M2d*1eQSJ TAş7W*ɩGKԋ 'iy˷M.;3*>lJ=ySkR}Z4(cAHđ\bn6_;t lZK;o V&$y~8ICf+nk Et[yqI5|R:$НUSpO B)G jSҨۉv@u&i 3ATu`C2鮋?bl&LO-3aiV uBtv`f d$댾cy;k>W59֢/ 廗|OH^Ij3 #p?]rto65%@N>͵ GErzTfZݮyR!ei9w&bΐ헥oόBX`bX}|+=A/,~m=ziɂ럂#A^px`'&}mۍFݥf*{l`(@ ;U'z l=ƅ Xq% G]^K]/MݫAϓ xz-|vj.DhĤf6K̺#OJ=2'Y D R!֕wcHe֍؉=pVu^NW*쭆y$U||w}@E"&.#,zi4CJ P˷qHz͘/-lNE2IM?E|((^@,%6xƍ+c,b:ףT\8cs#3jιAJENA7n&ѢJHnm42OTSb +ys=6&nox}i8lhĖe}4J{QUL|D!WspyWiGꀼכ c6Pzژtxhv!""LWGh'Ny4 aZF#+؟>:vR!x6(CI0pH>в%[YQZ yӓşS3_kSc;+sH~[{´`EsPA]_50T0tV\zm:ul&ϲIl/P➬ܧ&!'`E vhnnW7eƓì4 tnj8ZoFr>, !vy,W{ಽQmp UΊq\08U7TFijҶy^4MHO]@0@$,C)`s oEQr g ~OdUufY3Рu Y~`{2NlSӠE>'HHQx]w@7H"ZOzQC\$w& REIrC}"4]vU!6C/PBxe&^I)MDe~{4vW~[U`n\Z}B0pP.+ߚTC1'\c?DNd j 6\{d;>8X2KD)`ϙ{$v cb"~={M(Cc<&[O8}5JLeZ$Sj>|"!bA^Zb +W$CzM;*(*9ʢPMUiiw RAw8rOUT;jOOv{ B>U >UAǗk9:b) o.֮rDB]v|n{t> ) ˒y؃z ,;ksTd3bYdNYIT]Ns \\=1f@q%jm-[˜H"T>MyYE+KLV'M,eߡgkƉdlzb[I=F {ԗJpm~}_k4hs *k2==ENbpW}w"Rے7nubrEe+֐x%'ٺMSYP ^LcL1{6S[ ߝ?טHdе2Khې`/IvE&oFX_\Mi*UaOލGtp7CEAʮBp5+NȕV$neQQ`+lc!Ѓ+Ȏ +NTYi: V-VK-}3(8];l>o5& ?Vx_5 7` 3,d{zC=4z7In%8({+Ћw#Q"gRo,.ʪa67:5ZV07..\haCJ6rc)Bķ{I_o[4bDDnF[xL6c",0D0h $[*5/S4 uv6Ts1B ٗU=heh)sK +`6pYZ0Õ>9{.RgGYd*>"RRL6l&@Ț##Yb:%H~Vq^NJ1W۔&ҽQ[}YrԌXpV-, =Od.aAхP DSqVZKBYᱚ;hP`<.u4z/1G`_ `HEl尵c⻝}TY&osZD ! >%]F=,^1~9pݔ҈EɎF+;+=!5 #X Z$@b†q#s+sQ'pf7|,U9aZ;>壮o xS@'^dU)rCtO.&Lw].c.D"1GkZ2F\bf)`٠x[&C:jkiYh{z B9[\6 0G"4Pt/0zݡz l]=5@vW.a"-C7]I#o2,ҮD~ rlJzCŁhOTl{$XGϥVPpWF =ֻ1S_ЦEc>ܧuI26d}X,yg)Ys2wq-V쐝z<$€O:jPN53o}g8Rq/\8,Lt b^җy4ﻒ""5[$K0,MJEjb"w_W]TDO<^<=A9 #:W33j^sI:yQ Տͳ*o\GEbňc,GXٜͧƜ lSz1fa(D  7Dt`crx% l^(#0^JCYNp9a/VR!-u\V`?}wtK7pJ">5P[ M _t$$"` !T dT5?XSc"Mf9߂g!N_43 At7 F/{ZH9^/ZMu/]Qb:}Œ? wQ;%+fiF$ $PRy,r_?<Ѓ԰bko\ؘ]$h!5( XTԎ01YsZd\.mD*׻ڶmY dˊ5b%J⫷aaq1m1 d-hP~m*iɘN" ӑY>[?{'LYin)2M,&cݾ/%x! }†྄TS|s"pHӉ焄gUk\X:PS2ّb\JTp2rAx C_4#h`tlowzș)4_.n0WRJ*SzEY-͚7ވX ;u$c3PXLd21e#7;)pEo3扤9_Mx ~{hlצcxk_c@^<#s񞍹'ƒ<ak^ W )4xokv*';؄)ۃ8ҹE猲DW1Sb9,4<{J 9Jt1AxyO2]aA=ΈoUn:J He6LWDZ(ZAJ4^Vr"=K{;+?Z{b7)S?5R#t`rG =.3#:]Ln  sz3 hۜ1Եx`?f[FՋ2[W?/}[O'|*Vyc$`' 2 X s/0o'*W%ӎ;p8QrYޛj7U׵mI9K:$L{}t& g T\erojT s}C;^鋓~$ڹ3Tņ Pw[k5qsK8ϳE' [ޯl-Gɏ[.>>O.-rBs>V칑ȼIXLa#qQڛDƈ _[]~ gqd"s#)@ Eω\8 2T@8 `cYe!ɬN$9i`#L7e'$_G~ %^\ 3iMD?2uH/3W)xeV~dنzZc3j4zU|{⃼1%)3+ [#!eZagw0]]\I& f&} g VxRf[Q1%;!tnդQ!!pN|cD^8\1JYqnwbiHqrD ɍQ!P._j,FU53]֘+=Sw qb`_X Q+7fW9~(:S`Dz"8H'!T4e ϫyGm'^ KD:C? ݯ@Q(lӿWfF$uȼQc'ܵʶp5.w>dB)c]Nxj0Ar1$kn)$M W%y;?*iRJƯWE|-Z*yЕU$-ԩjaFVŐݐ_N 1At*Fgso.FN`hBaX-ڡO;7Tx*hb,~G(1-'XLK=:%Q scQ]%֢' 'lyHxrn9!x{*{#+$5?&`Y3U ?ok|714h\xSX=!)M{Y; #x t旃Y'/uG5ɆNO ;,;؃s ? ϭ4̜*z#0Тq|p|ΟMi G]aĜV02frz^eRD더ˍjzc{ '"Nw7DBy+y6LUlW{4ו(WQ7mn Xzm8'*rDTQ|K`}}w }3^ں۝0wYw(EJ8fhŧBjn#Ko84 M8בmӯߨ+2YڪY}K9/AL {:qѴ9sWgy} z}57MTqBӽqRVHk[T \r0W8_o34-yuhjԡFa `{PJ"e-c[~u_©++5tIF'3jf:"`2ϊEE hՙ7TاBURxn(wjHk6yۍz#߳ 42I?] * Du9O9T5\`_{S8} JQ܉)3}G7TpíJ0HbG n $zMuXn+`H Ӭhc-w" }a \ 8P-9>ݠ6 \Vz  7ߓ}dBQZɰO٩ 8|x|ys"۽dXdR$;"O껜@\"7h~]"*&fjWrx0=. PH0K{}@I TYMU7n#o&GG gKF.zb+. {#ZXoB ]Ժ/i!h;4S;>fT{,qˇV|uyFjcd&|^wbd#9=SMoWn`m`?=M*GCOzņe t9{JCq㻦"G=#r@jk<P ?% 槹:nt׻ =٬SԖ~bh@lp7}&Zx)]Ƹ)peƌLԿqh %!1,A])cY|َd5P?Ge=yѳ[Yo*13 ٝF!`ZGDޣ[["?a-&"vAK*v,>n|b*eynd$5\-^;GKZq?sKAhm}ˊe2O֡T{ҖwxY:}4`s7+()\ փ@| T: 97:F,},`fZ~ufi|v6AMu>S i{% ;ROҥ9խv?S!-x6g)t)S=!n@zx΃T4ll֍\qt(:zX|'TO ;CP#r%Fr2 dr^v^~!0ώ4$ix6F#JG JzB@-is-z2m̸F)X3`g|#ޙC lS