libtevent-devel-0.10.2-1.40 >  A `1p9|#l'ܰhm$\CeAR!{fuYꎗ0iw'!ۦW `=¸7Fp!ӃM/ n- jSb.')8ReI 1 XNcz{IuN(̜ PrS;lx,3\~Rԍ1hj-F,9(7.y0# ܤVB$ 5A7KqnS)j7rXuv'(J9=r #c?Nv+NS6+lZJV1dCǫOY0,}3\ # íS/ ݊g$*2`EӨECS'tl oK+s{ΙakA/G(/<;Qs oU*~}6>pAD?4d  b  9Zl     o  <  (8 9:FGHIXY\]^ bPcdQeVfYl[ulvxwxyz0Clibtevent-devel0.10.21.40Libraries 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.`1s390zp374SUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://tevent.samba.org/linuxs390x3]{ `1`196c4f6c717dbcf4f5d17db749d2138d9a73ebd253210ec554ebf6730030928103f4882469e395e13db39642c05aea5933408658ee22479343fff30f11fdad309libtevent.so.0.10.2rootrootrootrootrootroottevent-0.10.2-1.40.src.rpmlibtevent-devellibtevent-devel(s390-64)pkgconfig(tevent)@ @    /usr/bin/pkg-configlibtalloc-devellibtevent0pkg-configpkgconfig(talloc)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.2.00.10.23.0.4-14.6.0-14.0-15.2-14.14.1^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.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.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.s390zp37 16138736060.10.2-1.400.10.2-1.400.10.2tevent.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:SLE-15-SP3:GA/standard/ca770db7b07956479efadca749d8ff3a-teventcpioxz5s390x-suse-linuxC source, ASCII textpkgconfig filePRR^ Y-Gtevent-manutf-8ad08445ea9ed2f71ee3d409c9881ef433e7d9e66db144e95e3f0ac820f49ee99?7zXZ !t/6>*] crv(vX0~a'X|䡾W|N.i[N$;vs%O$WC e2lD1տ0TF}wrpV{u q*_i8ĊP7F5D0!BJ\T }PTb 柡!jΘS>OKvbZ\'w0[c'Bu2&-)de#ftͺЛ]dUWPZ W(D{\rŀ:7 /;.ԩ|%^Fp;ѡՒ_0ޘj"* bP6ۙ̔Ӿ}PA`n_S^cH3QRF@P^'-M6P )>_ahZƪ=z[޳ "0D̼(򷌞\qS2-Wz_"<'SUFRS*[S>+as^P)=75@2eOCz#VՇzC2YD&;(<5뗍- 扺fL̚Yc9~LRWp[~u3^.,=[rBě*''A:kp0R{(#a^O羚b{>ƾsɖLg k+Nws]yi+)U#ӝMlA@R%^=x6o -xuuVKc&vZioF)e b)y IMw|^%~w:BkЋ|@2ZG!CdöP:.NU:(8ݜ<[_ (heSdM]MEVw.m+"͛Ds1Z)f b-i]bYC%68L <BSrI:/ݘ6R bD{zY) Waװ(7Q!kӫƊCXnP$^cRͤDf9nGa(恹AH}b ̈́xH=~LvT>e "c xcB75mzFE)h-! =z}[LOxu;] N8U=-^`B1}lHB{|d{ŋ[:eXpWƾ[77+vb&oiQ6Ke{lq%ajQqA}"ȹ/F~[_mPL&d )|2P%waV +H0;=٘2 bh?.3 S>lT% P`)D0 E/[ų 3=/|I-k!1@ õ nYbtG>doH$؛'$ձEwH<XY ao^:!볌mY]dҒ3.UvC,X|J:X 3 F X EOJ,Zߤ y(=N̉`ٙ+PHQfͮ}z1!ލForЩKjEb v1fr-'=. )7q=F^ao{Z-F^׳0Lts/? @lo%Y?ԏ!8 [A1W##n$P\AĊ駐#gzq-lq2蠒;:%MpY5Vͱ*t<62D %o* Wa1|7="a <`td34d<9"|2lDu*RP'tOgM"k GJ'1Z l3Bz!ݞv1 %@:AŹR_6~CY_ 5vP4#5tpOoE!=뮔tAo͍Mo;z5f03dÄ'-F1 Qk pR'D ]`lTia}zǯL~ Mwc@ ):;46v0gp|" Q AaF {FćDfV<v%z@$vO}/X] ʿy&y&Փc[`uܡS+*/-Srkj9][8'M?4x:Y#f)fCpJׇtk BILȍxVkR 9DH9b=MA 2TmhVD.^\zvkө_ŇN߯O, Rףl,XQoGx_"+lLi|wNG-z"iUQX =MT¾H93d'/,48FcI MB[IgOZ߂2~5(9*hpoEQI{xL墀H\G> CYIK:Ӻh'=E4*Œ/ e´L~sP[3v[L7O6H_rp*}ґ7DL*!{ QP v'I wG1[_u^θ{eEhCO'JDBe4G!g\*,x,X4H-v ]=)C?Ͱ9 6݈X/ \y7_`P69(ܹy?K&mxϵñ6_y?ngRPpYݾLT42fI>Td9j͍o*#247TϸI:,׭>hz~L͹^iI0 LD5-z=#0M_bz0QssHWfs0H$F+Hy r=,#$|7*1,!-q G2Mґmf|7t'D!, U&qy pv2'7"?F̿qG3jQq뤊[Uȡ#O-L&` vѕ" vӑ~g BW&$x#Qc_ &[8ea[.T=%lQǏvQT9mm$a PX sK4 S[훒k /VP3zЌWl 4QCNFA/N\#U ގ-Ց*jl S T|䷀J*_^~_ϧV4 K4vjK #pQoY F%(r $J4 cW <5& 5Z!-(yYj/mJ4&aQtS;sGl޷7?G/Ojj S(&:ᔫcpH|WB5|t|ߪދevFS^E-fG@qq O&+BԼ;?h- ;dU!7YEI}F,'|/Z JcY|Q[ +rpϸͻ. ՚%גc&kx{JPE (ٙ*NMu*2J)t rO`& `[C6b\1OZN Dtoġ3G9Z˿-'>%o{:_i/:xI)`#Ռ,iDp֙R]$tg\GZ NNy^Cjj>NibfWԠJi_$/*_FFF`-w0*KJ!  8MZql6̔93{l;f5V61 ezsVA=omp++%(n_q?rRx6'mTy'ye *AiXK˽WΙS?a7E^TJpm&N oh ^MBbZofq <ߞh FgrxYT(Pml3G<[0L^oVzRK/T#70ǿAɻ[(TTK0˺d`#Ί& ګ*RD`Z  yIR[$m?W\=klrF]쩹DŽ4Ĉ ]#ib˕}M{IU™LS Sۊ(>m, GO ~Gbo`ft( G=W6uݮIa\g$ *2{%Q{{+&uT\3"&H1z׊=D}G]OZԇF :nSDĽeTF=U9dzZ ,*IMAj=8zp2 Aox3z[]x\:A {:_jd4TY,W3uЉį(oQrC Z'D4ɜѵ.ՏvvLulԝql7J1az)ycGqbwż:ڟqeh*{(Λޒ=P71Ć?=]"+̗ZF3څ_gϡ@fO!1}n];6 -pJ1ZN-],(Xցe-b j'3 vUg:n҃)yd6ﭴ{0 i#}jyxNǾM'!= 4l&harQ>b9w{-D>9DNHνV PzqÍF)YPn?P{s_|&\f$-Of'U-:&'I}OGuoۯdb9ymȼ0lե9(uS:{E׏}_)I z/ e)KƼqjn(s (ݨ}( 4CItX-!H9tGzB3+hCd$ܢ-e] <'OTP:5bfוv{v4+FERSns=#jKK_k,5oݵ(#@ċc&x$}\8DVdӏUCEw(Fg--UYm=-@:;U˴9ppxB_dsRfh]xډRCM%gg%rnB&*h `"ZK]ez=5Y%!.X6s!f!.Jq?rs$E`ؼ0X L>}<N 9I2fy bt^kdS~>kcőXVTClW& eK%S ҮWK(yȿʳ{ Ҁ0JfYc[w7?f:H{F';XOvP+N=G<'_`xE~UXc7Q&~_!I2Bs%e MJ76qK̥az&С1 Z-8brJ E~mRfNטdNh旇f .{@ut *ki9!6cʽ]r"d>(^_@N t 2ZᑽҢ))1UehߖN $)GR#@TT.<8/a.˿!c ݵ2.rYKpu[o4Ud[txF'+MQ]f0Pr%O`sJIuYo{#IJ;=ɞBŬ6>U[Z0O9vKz[Q^)>NۉXD!i?!F;Q)q-c:x cϰM5Ck_$9#J^P(( 4u)(,zSfqy'=۳*~ԶSDÇˣ"@)L|f/bs H#ll(Qxd ٬* 2+*GUOU3qIC<~OUXLJN JOX{g 6v"byeYEj~OCEWVKx©`_/dƥ}a&V 8U4VH7N i$fΜ5&wlu65kV/O+5[!sd>z0`;2wr7Fq:4{/JǷ#l Hf[,"Bx(S0͠[oTDQe+_=A}SAzA||EREE:8$f f?K8%Ȭ T;< ޞMd Vǵ_c@U N+HR8  SEO+o0`M i*r6"8Y܇R8TBZk ¡cS:#)'γ%4r \B_dL8f(lEO6[J3tnE&O1xӳf%fMTIs@+3]}+`Ӝt]af{ ?H 1 xx'&&L#ԧמ{GWn{z`e@ (DoMoQ38P ts KFhL3ؚo3!g[>G%oO{!j %>ka b6)5T8.%liŝz4,?}/E`VPVSWML`7N&OKp rUGC\m*w֪HJ7@ DClLyۊm 5tSiOs@=5ӞfU"?ITZ(6D*ʢ$2z't;:u[m٠$5Yz'be]-cgf%]skW"bަKsI`N! MޗtO{$Jfgә#2^CnK/;nA6 ^9 ,NОTPǒ3 ˺W#Tӣ#T68%BqJJګF(ѝ-ܛ0Ӊg9Ȥ, x_rC~}l_!|S0ܿ)_SS~xsLLϕLiegԻ=GS~02ccJMLpuqȑ}>c_+59e?h)_iB@#8 4?);+vY4Xٴr'&IdBpC0Z #FV̌#A9>+bJϾnN"/[X5DK9C@g }rvtAzT7޲Y{_~%(ryc7ZMp5W⌈$D~r} #x5- {Zυ}N&YMꁲF4Ɔ ;Q-^ы@Y|ӣ<{Ml@z2;v¯+(J^h y$H_c_W @.zWIw 3~C?Yk\9p0z:ں#*J3e?i$bjŹIRSɑq]5$z D'^He XM]e0!* eE Y KUj[T?/&k90׳ƛ6?Zl[b̒?3z֤s O@—2!l'x71~ZcnaC7p8h5Xz2pݥ*,/m0Y+:ݕ [ @3$KbR=w;u05̜eczh(ok5?RrWP]Ke)j"yTǬ4b,}'f,jrz0xk$ }Z}ȉV?b}u)h*^/CHpݳڜ%!8k0 Ëd[W0kt6۳i7V;51/%+8/*ú#>}'ZQp Hȍ r?8GJ]8RkxOGI]oj!)FK; で9|E02?0S (|$Uo \ۧ]|1<%g]=rOø>!o VEd42I7ӓwMw9|[ pr>b3糕HI:pH5V (Q)h9>?ojs@?rJ/PvĠ_J!j*6RX[kS'Sf$ zBHėyx~GcO'dkޅڔ]6i*Oai-v7C:WC6+RDWMrCg}#:#Ϟ(ej3v OaQ b>~O_o]c,AВoṛG&ȉ[.H6W$̚_ג. ^t+YgRV8DuzLOΌu8srXpJ=aJş.GfQ=~XY=l#c24Q]׈pj%T:ُ;f?9F Q "@(, URctv N\E[iԨず/2]X6v;J/PsG"5XڄptȮNZZ2zA=oUnBJ}0%6 D$/--00qHP…,>Щ?y e[)2ׂp{Jf|3Vc2@a"KWYgȝRmƁCLEӲuC;w#R?2ӈ_?1!րkp4]N4wr 7 /CDh.ع*"ڇg`gq\wHC(8 Go@^FSmR/eְa6c7c5-|YŊC )X&W@ 'o7ERZzW9N^K/ZGVi0AShM6T? `o9 ,cG6 `@KRNog`dXOzUm1Mx qa5yz[O- Ufn%|=F0:e=I뮖;V9 )T+0pC6&)!u\ Tglf5 etq*WrӜhVY}OEP4Aα:q) rrE1)h@gmQK Ηճ|(2 X~ Gᢹl(L!, $ߌnKæi?SSDࠝL|Q!䆪cjf惜5:h4.g(_c/*ßb+MFc[h_KDƆb%(K@(~ҍަBvvq:2-Lcv9݃!D%ɘ!=zs ͔7YZ?>aF0W43 =Ia,ClC*omU9)H6 |O3 /^M8|2Zw858,N 6x