libtevent-devel-0.11.0-150300.3.3.2 >  A aEp9|%Hфtiz${5-|ü+KW2øjCoW붶}Pht#OӤT)HQMe\XjR8-*7r.\Tу6\+!t]T4kM8VM\Jێ߭utaE ESiz|2d9+`RRw^65's+bP挛S*w:AfozH~H iT] R]?W'BC]$ae7e6a3ef1e682d3e6bacc8de83d2f454b5a7717f001eb69781126e8fd6cbd1cec34599d3c704c1be783d16f7acb19c094852ecaa\aEp9|g "t,׷ H9+[틳SGvSGQB9&^#4-\AJ준-5\%Us˥irlqTGzߊC]iW(, {\Xm"s%Z z}vpx IC#*: fq5e31ୈ<51Jcu K&[2Uo0giM'}3},ġJ^aP'!5*!i黌ĕ8E2d')@c{.c @PgQ@>pA?|d & j$(Abt     w ( L  ('80!9!:!FGHIXY\]^<blcdefluvwxyz  +,06xClibtevent-devel0.11.0150300.3.3.2Libraries and Header Files to Develop Programs with tevent0 SupportTevent 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. This package contains libraries and header files need for development.as390zp34O SUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://tevent.samba.org/linuxs390xN`oaae722b77462ba97d682422fc5f38d3f74f03c035e3b78074a5c82924764ae0e9550e63c394739e06cf9f96128589282de38b1782eb111d2025c263ac1637c236flibtevent.so.0.11.0rootrootrootrootrootroottevent-0.11.0-150300.3.3.2.src.rpmlibtevent-devellibtevent-devel(s390-64)pkgconfig(tevent)@ @    /usr/bin/pkg-configlibtalloc-devellibtevent0pkg-configpkgconfig(talloc)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.3.30.11.03.0.4-14.6.0-14.0-15.2-14.14.3a6aD@^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.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- Adust tevent spec to export bundled libcmocka-tevent needed by ldb; (jsc#SLE-23329);- 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.s390zp34 16432969760.11.0-150300.3.3.20.11.0-150300.3.3.20.11.0tevent.hlibtevent.sotevent.pc/usr/include//usr/lib64//usr/lib64/pkgconfig/-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:22444/SUSE_SLE-15-SP3_Update/3cd01bbc68abf7d7ca9b4652a9298342-tevent.SUSE_SLE-15-SP3_Updatecpioxz5s390x-suse-linuxC source, ASCII textpkgconfig filePRR`e_h8։tevent-manutf-8856fa9b81a7a1e91ffa9898f22d11fd9ffbdcd83c093d6b28388d44cb26b03b3?7zXZ !t/Q?@W] crv(vX0;=[ d$(RF{=D/4  @9=x_o7=ΠFJUYenK4Rw}3YB9RrG#f1e:C{.E qeWW@m& HHo-40 /әddUuߖOLo<>kTT!\{rp­>:<fj%h'$Qmid|P#23#7VR޾{ Ƒ-EEx=Kp*Ou5Z\XMC^^ pKsy$ONp␝aل>9W Y aC!x)_(ݽ |B:<C+r%uSϼmu:\AL.`'+uw& \v,,UIc`@w d iI/VJZVvHa> =R)hBJZiHi%>^{_w< u>4Y 2Eg\6=T–e HrVn6x uGL2C\l0O @fTz"nB.O݉g Ď0@}N VU ᭧ٲdC*j0' > ٻU )ePw>F::j_!_-hr5p&sȈj *Q6sy樧@mvJσҠq}9h"E?tq8Q>z ُX5|aΡCD66uӝ$jAz"CqpvfetZΓ ZZ} 4</pcJvDDžR!}x E 98U9׶t>5d>"6xPI!cK, 98M*7+>ad?Y{_\k+!:iGQҜ\zBc-4FӨ=F$]&'aYp$E:#|b k(Ebsj ѴCPEb 8^i"SYi^G"\z XSQXP~g*_ ΠQl$ŸʣGP*$AVe .))W%9%6?0̕# 7PʮU_=3}}67:y5foD7 |'NydCYɿF[uOeK،+~Ho b1&%QUY q px~!ռk셱xzi͊7@ t~Rt05ʡa)`48ONa> '&ͳ]3v5 T3DV`v쳝JaGhJj={GzB"QWb*B0\xrfAS?#8]dKr#s<ބ`KKDg'~P t-y)jFP2hQRg; ]\~zmTM3@QyHf\Ԫq3|(${29nl("q}lZ Ӹ7|Br҇G Z )ҥZ8"z7ڋ-HR<0g/'E=M F}Bǽ^ޔAS7s2v< >/k1 T)$HVܙ~paZ]{':u腡꣗aAJeS%d-r*Өv4sxU=D,FXU7ߡB-T1)c!V]acR>?]ߚطC*k)R G,eI9{vqN*UƔQcg;CIJYsq =΁b$=`-CLJi`#/oNk 3kw"f󥧇Mf;K9 "lv#Xh(=O{)*|*XjswH_>-n)qxo]pS6>]jbHQ'7`D((zK)}s*aZ/*yn@(GڻVm^jȾpL NX6LJZMb:Hu&Gg!ݓIF HSM0Qa&=nKFciu =(I~3Q~(^b;i5q#ٔIL>,}IznfG 8EB*d^$Fp8@='`s\j6%(3rOfq)>qEdX<u~SM6dx0b^Nuv< /1OKpb* Ioj]`*jUBT)[B OݢqZ?Z϶g_Eb/_MfϖtCJ* {:KA`5rWDK5B/g% *URuҙ\#:.Rw3T5y%FENEWB;H[YV!R78N ҈~\D˦C큆5){HI#u;qyK)++5q46_g%xu3b>v+̐#Uݢ4BMLVdZ-WyLcϿmv.@;`ju'sq}x > YBә46/[C[7 /jPQL-\k,RHW"K8N6FQbdd>3p^AF$x Ws2r]7$WkGcqD$zQ}/y [Qs-ss)~ !PKvX ʔ#]3Q|8V8k۬szQHXDMBSl5>DRݛdgrg7~$hY'<{]~^Ş= vK]`Xæٯ:[@|g=*~z9'!ԅODC&9(7%@v1EolW "hO%~XV>R)+Ɛ GS_9ҬTʫ:e [AhfdmҶVC_eb7G|08h#P;5HYs&  t`s 1qVXҾPu܌s$F;;IjqM次\huZ6! .aTG5t.oˤQ?Mdžci)vq`-mC`p/"tsVfnCƥۇ Bz+1վC5/~=bҌ 3ڟmF #sF1גe#,A3J%i_VJ;2vq-뗥OϬȍd{`Z!^{*L=lrxr;qLWliJ Sb-}C5.qG}rkao >d) o(qE`Ec,bZ gm+yMo>_I SOy#(ZшHJyhlmm8&46iJd3Ԩ.f(]XR ǃ툂-} HQuYv7kf 8Bg Y{4T%KUg#@>3z>8oKV쒜r +ȍff:{p5p oP oC&SA^@-zݴ|⡓kPNbr֕Emaڞ*W=NxElF鞴bЎl~dୋ!){[- 1dL5~!̽4X&*C`ŴDv0 fEgw~Bv]Z'݇j^ XŏWC]W"oӵm2XWIi~ ՗;嗉 51C%_$T:X_A;WCVr$vxk$|lkE!lI⽹~]"*1،yfD<(.Mss;7P>\{ˣ8`b)gZf+[i@ѕH@=h)󐚒5Nbja#RA_;~Nàq)gu3*8^b"8eޅhinh.̆M"=nL7E3/\N}eR\?i~0=c3"|-S垆]493W  i(r/GA V'/Np?j9hs˂>i7$ђc߾~[klYNGvgզb|O9kiU yp1{ Ns]mE. CXe&Ixηc$e3;%R=/a?up?Ҫ Uw`kh4)&׵ ǥS. ?ne꧎BKfg\|d"0f =^EM1"chQo]|a$?.U7U x%qf׿:>jGE5sGٙDtZH<5PxzRsZADCfoBuyц 8[^nT7B_!з?tf(ip'K1c\'oJ}glB?Ü$`'$:*($s(:u$>˟u#8JWf5}/h^*:{Z?xl.y?Ӷos"h)ZI ;LM'HC:d3X ֙S+-ԅ͂F՝2*|?2:ו_qd"h$~ NQ6 XhI7K{1^}CvOk.:N֨$nn]ߌpNdD*܄[, |gf8޸c/pM+(^>u'=|hW3g}fmt /yܕ7,(^ջ#G:¡b˒07\KlZF⥰*B]c#*? `X%[jV8pTBT4yKkτwb_|T-ZՃ&f8N;&ĈGUgF @b., hqK$F̧NP҉`y4+# %eݖ)0u&M^(9|9DXE+|M ,70B^#HvӨZ} q|.">@mx -"Wh )BcrAһ?]f H4D1ÏY|5=tS(@.y%FE쿕 )zBfqdpXz,HHa}Oa0(Ѕyrx_kVODoL5 .UjݕP'e0d XGأ0KZPe=:Īj28 `NnX$ Irqp=?2fC.BU{۷" > bYs8!ٿ4L("P0`QZzR*E"c'"i(@ݶ;'SP3E+eRccBvC I 1bsT iucmxmC+p5~tU>WFO 8fWI$B^DU|E; IG* i>|(fU&.J]Ώ8B*fa25iRUb*-%_`VT9ii]CvbGL0B@&R :Y?t8Hkw> ,Ho'trx]+o*"=CuN>O}vgDZ+yJ27r ow!- 1Q7s֖܉&W{/7BG{hlWޒMvto.4\@[mFcK08d=${LzҭS?g%Ap^k$'ÙڊVB;#%[JAs:(&7[th|;desT1iOF_74<-b1i!Ti:*dK7La^mT`@GQZќ~‰>.#-qd#-zѮ8~V].zBG{-l$$g /dV;NT\*&Ab/,*q6 +1'R0( TJX [cI(BG jˣTX !͝sRҐg+;4vR !WʠҬhDLΏnb/hHis)Xv򮛅`%LߓyEbکA4*VȦů0՛*k[!]ŗv<1H+8kԂv3xY_lK<[7p v(nQӡSvd ǯ4"L_fT/!kcV3e,am !:ۜ`h肃4eUi=rhR;פ ?sAu`Ρ/Wm9.-YCg^mI52A0bvJL^{&*7׽hw!5rgozzW˿|ƦC6faY=נdݣJE+U (\_/v=bBs3 FHS>ࡀ|)㙕\a2&1}3VNR#ʵ@+e2-0똘r*$s{tṳ'M66"XӂՎ ѫJ2,H"rIR15 Â_MglA|!򑵳kBh s*L&hx.{^iL/WHN_YT aPbͅAH$.49A0x=`D&4R?HSI2Ǽsn5xsi})aPzT )iÑex^}B=sOz6p]e^ߪS:hɂ {V"GI̯9:bS"]2P)?R|*0H ~wkw'.%кo_ ʻK?9e"M-o> ƃet}o# O2 \!MەV N%9;Jx䟛WS ԗYl'{Z+#^aЙUߪq : HMyb Ef9RSzJXAm<>U{sY7LT(IƂyB Ӎ>{z{}S |ST橲2+IiKJN5ׯJui+dw C=K#M`״pĶI29gş#\Q(U9-i;PHx8`VX!3EWxXřBh݋ T%Jj4:l3_B)NI0 6k17Ѝ\S,A-XG'2'ܧH[N|_)]ux>q0TӮF,KTPǓ@`CCҎcyXBY}¾l+doo9,P$GES"ZQc{uHLTpeauαa VN oPX??#AE }.c}ւ#@z.ުbgG^!E+T7zJ40 DŦ)H` oA| ;(';ө(fp{շt\[e P?*kj@b!U~z.ȥge8{biE|*qy?fE.Th Ng rJ3V"7"ļ7Tƣ | ef={D7ؐ[g1O/G>L1 FjSz:g2TyA xi~~wj/kcs&P#糁hو+b `ӱf f5S]ܪ"5_`X>x*< z bsbw<ÊW%M 9h$ZpIL6PH [u\pmaj]҂\+?U+4 (@N$;9 Ė㱐S_ k7 ~; &ōרi_cW!~$ $) ZP-Άme/0]4W;$ LRʼy~8W@.yw(qS^Zvb0`uFs,=r^!S"!Iw;cl+*9} u__E.=ϊB)^}ܜ]P:A{`9k!I:;2.}*.019k<%.1 3ŲeS3(xƯc.^8x`([Ɔ-6)pP%<ސYko&աD{mUjx~O(~"23{M;G~WK+ aJsb |k7#C WxA= ۙ~b\M VLc?QKV)07En|<߃Ix4 E8n'Rf eR{$tRީM0BDDžU su>y}H\o 4ADx%DxTD:zQ fpe7UҲu`(<) biC{sJd8NnUF愿 9 rkө!@^ 2 [B!&Y A9/3"ps ?  v 0H蠚ZzR:SQ@N۾Ee֑ TIӢ| ϡŜHi# )ox&1F+:q Н?{ ܨ 72DlϘ@6fg!% z|Ubo7Cze5+MT6 B KaYBn Vm0ÑB@1IZZnWMq(weZ:?n:"aXњ[$+a*2ohӼFZwxt59"Kx rwF/ݏI,7v',{n~\}9'CC34.6%}?E.#NK~fnHx^ߕ8Tcid{ۼ9K e^K Hbb)%&J:>,eaQ1Ok",K)8_*E_F9eM|ìP_\sδ\"ȉ4OS~^-]vc[>e㨇I*cU<ckea@@%-OZTa>`O?lN0]t Soh^p"l8 ␻A\*I; & )iHAPcu(JuBCb#@Dou_m"9|q+9ftkJ Y0]Z 7-)l|7毿,D!s}aԷL$EJct'|C=qЬVKHu8+V|<!pxG; 43JוUG饝꩝Q-K>xuONgdFbص>ݪlH*/ۓ@w׾9T S˔ (mco( J`dPq/"=~Sfpl Fip෽ +'V ڴoV\1. 9<å6>G&=I .1lCNw1I+1\Ǡx)ԡ"K?ǡvFv?ET..cLs2kw7{aOX)S%8(slÙ:h{ZL)eoD@qa1)'`*xB. hK(> 6IysyUPʒsö7$:0>=xag, 42KG`$Rw "M;.BgVBgtJguc!OJ7xa]'aa$>< KXw`aB6b򴁀[v+CwЄDp4-Hv gqڗ\oRJbˡ2Ǟo_Cx$ <,D1xSQ˼i!m.oSvj-7N(avhTYAe2|r'V<Ó#)VƉPBP3Sm1D'ÎJ#ٹ~:ܒ;_Ya'2et:B 裿\_?'Ί5^tuvG`LOL]'+Q3ʱo.u3Za@3/ ff)GGWN5B=q.DW Ip`Zf5d@163Q&00uܰlW_L4Ϝn$23t8kڊM07AjEX̔L>%n|C*;lYCSPXIɇR,o[|DJ1sX}=HT=4ꅄ1R8kWnϕqoijڱ7\z!Ҥg:"4KjAqnaADž=]:A@ mX%~`Pcfr,dF{K3pR7&y:'RtI {k:ݪr$ DK7Prl U|qkڷ_(d);%!Twp[e}lc<,AVEf* fǝ3IcZ:.>%xfI/+*p Pǫ||r-Aat7U do5m٫@k2Ɵm3Ta6.f+{=ovW}>`ZKr CCy9m a u"ZM##of}CGD/p)R8*l&ݓ7&jObv25XS# H]c,g3%1Q6:n,Ag8 !7._\8"lnm1\98GbC_P 1-C/HEٻ|DY