python-tevent-32bit-0.9.36-lp150.2.3.1 4>$  Ap[d/=„4:?@zc@ӥRa ֢fHT/F6,"V=>*loHzʎ ,ōqȜڨoS5TUP{B1?bTE}ZN).7ڴCn%swGJr^,bsQنҧ /./ǕA#_.6`<6XzԳjwON4MTÂ?1V/U;>P>p>*?*d ) P &8D J P \  , ` d (819X1:1>'G'H'I'X'Y'\']'^(b(Oc) d)e)f)l)u)v)w*`x*ly*x****Cpython-tevent-32bit0.9.36lp150.2.3.1Python bindings for the Tevent libraryThis package contains the python bindings for the Tevent library.[dbuild82NhopenSUSE Leap 15.0openSUSEGPL-3.0+http://bugs.opensuse.orgDevelopment/Libraries/Pythonhttps://tevent.samba.org/linuxx86_64/sbin/ldconfigNhAA[d[d[de9be480f693d0eb38ebb4594ceae9d4beaa2badddc57133d86647dab6c584677rootrootrootrootrootroottevent-0.9.36-lp150.2.3.1.src.rpmpython-tevent-32bitpython-tevent-32bit(x86-32)@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.1.3)libpython2.7.so.1.0libtalloc.so.2libtalloc.so.2(TALLOC_2.0.2)libtevent.so.0libtevent.so.0(TEVENT_0.9.9)python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.73.0.4-14.6.0-14.0-15.2-14.14.1ZZOYx@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\jmcdonough@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.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 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.- 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./bin/sh0.9.36-lp150.2.3.10.9.36-lp150.2.3.1python2.7site-packages_tevent.so/usr/lib//usr/lib/python2.7//usr/lib/python2.7/site-packages/-fomit-frame-pointer -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.opensuse.org/openSUSE:Maintenance:8543/openSUSE_Leap_15.0_Update/0bbb66dc68adaffe8f4d78750c2f008c-tevent.openSUSE_Leap_15.0_Updatecpioxz5x86_64-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=cb55e32ea8e569b585527b386ec0f8993b67d6dd, strippedRRRRRRRRutf-88fd0c7469d590e23a672e51231b764a4e49d1e65cc1ffdcaeaeba1389ca995bc? 7zXZ !t/P] crt:bLL i:Dh_hq9S a2. ޜ"f| ~Y?W&̚ɽmMDU1EoX#gD値(Cbԍ&[Ԟ"SmQ i椓\>nZn^oP54\-jCSd 9! ]T`赌Ō[4ěc,FV|Ğ9k{.`COF#E[H(nՕbٿ_HEk,!ex Z8dĺSzt+8tDx%#w$W1rkE_+JɰxMo,/GG1 UUZ@@QY KNΌ$E5E3Oဋzrp\\ȕj~3ޅCr rX:E*9ZB t5UvřUI|!-I3I!qX#Ƈ)I5q7fB1pNN5JbtL6 =`31NL2>RBG/؍䍭$B׷Ԥ"]@^Z;-߬\3K!tQ9/ʽݩ A]d}l|n<;&d|ҫc1"~vِ>}c  `ۓvKc&]-ͩ opY-~7DZ f,lkτ%$ dwL1IYX*Fy E -t[wTh|&Pąr\Jd&=z r3Ǧs|JVYo#nK(, 'TGC<>5UP 9apA~! eCy\ d2s}һ_4تZi" y8JTЮoL$Jg_JZq\Dls*'*i09i[XAS h6fzة*P\'c\RW+/w\% !$쵟xEZyZTf6`I*" % e8:KlyaU-~qLNajY S£)=}g!H,RL/8H:*%$Zz#"4;!EH/qUCY8Ϩtx(CWQ'm>ɉ KӐ#1I:`ӛ!S%활4%.0+DU.{?b݈`meܹf9Y,X /PÚJ_ l7?B*kIyF7Y X%*4#7>?AQ/[ a[n U6u&YT0(<2N8Z@S+q})N Ԣl`c<XYS"4gW uNPO1w#2Sq3Qu$vzbS Q3M֧6&30>qKh&M>R|ٟ׍k>Bb|ԱV;N0.\nrw5u$04iGsErIpu׶@T۽Cɋ:a$eO<soMخ ͰS0kU\ gP֝͜YtQip SQ.xE3642ǸG5Ԕ30~~zs:fT]O'pʕI(n2> ima ظ*"(lJE{fŠUK_+{RtO:exeVAEL pflL|\'pN@:R|e0\wᔆ8 8V艹߉zq#pؙJG[_5n\B澜{Jpǎ`{SH<[ xG&{Z#JK9ETVa[{RX t|E یV[IdBc&֪,IIV /+v5.⎛c4Έ Þ0QI7j 죱oVPlІΒ LTLy>{ h5RCM`:~?8n D0(çqc%+?Kmo]t̨9`g jdxDf0K_EN뼘2zFNu21@Wp9}t%?4w۬e"z{fF-952L0\*Fr=.Y$v.v>ɺaAV0>ӘMg"%)j> g} HUr 1\  ݸ1*44/nr>Cp2k78cbn.@N&kδk_ZЄsh*(jצ?+{ڑ g WIYxEXVk brU ڒ,M8eɏ>h;fP[XjWP FG#_xs#N#m1I/|m׌rQTQ霧CB]Ft4F$dhv Y8#Țp:Ԝk(#UBAWzFǰSqF+)zoD*:@98%hG\ x0nVfݤhEJ(/]C fɄK}o^(wOK P]pLK7:x*%ה}ڢNui?<{7@w / Km.ԬYPkh?KHj# je5av9+bm [bu[Ol: *x^ɬ}H|,Vҧ pP?Ʃԛjqғe lWRTev=~?%VBYtU`I9[:"ˠ[Ve~Ueɭ۫!QAÆWusPϯ{k!(E)M&pT ##&6\ 򽩡P)i+W{BZ/ǀҹKD@an({͑MظɥQN<X%MD\RoHy fGP3-_/!U CDTI$Ffeر],E:IAh#1/ 2uY tWϧ%˭U+UᷘT!KS|LLuI{N0gsCmV/=.T %UO]=4+ex5@}@R~wt$ U#eڷY[.6Z<ڝ X]L]'x]_6Y²8\Q8cY:ӼioT dB ŻtM7"c[2АlղmW q n9YLD^ %DQ]xe%M`w/Ng}_]c~fn W"-*R:j9`Tu v\eh_6 *1E5Q={S=0|d[c]wؕw< wLiA!G= ,p6*ha}giy=ҥi BղAŜ+Zw.ͦ'V=80ց0!k4ԓGTΪJOɻ_F_Hu%B_%XRfwHHXR5u- <6g{j0RW_8 ͝t1HnKAHΖS7d8NտzATfZߛI<7wnî׌ )fZ0X;]Rf ܑŻ_ji@C\HK^4*}WrbU.~d xA{@QZ}sbB͝GⰫHC0fP< :Jύc7'CZ,f٢ns*jjZvw1'͍&N '& mͨfk 5N eU& Gs#c[{`d>Ct}>/116k3ɴ$L*ep ji-U"yp T8ažOsu{r 6#N_$#Fk}$P >b5}EoРI+͂ogGOL0{~ʪ(zT=Q'K(}YY>1Aͻ6~h"!~n> k%h弉_~EkqY +e()w,/t;Fy*!P͇WӱQ7NX3 b:+]bhM{0V_UXHS }GDZN[?+N+`^Ⴍܰ"UQ:fQ58 o?';2FkV-Il0a+&tbp Ⱦ'Z{gAĥ] AШ?U ?:WKǻS`|Hѐm<8 r$ =*@$8fKYꕜ˭<\8~O3qhB͕ OƘ/ieG:g#2rDUa@7eg7YIoqؒ+ŷ(@i$P*1ҧN8QPCE/jOeY~9-6Bz/ʬ9,pHe .-[l)2 mP*Wk7CyEnXN.j>6k_& 0FZ%|va!;&X&fI:^9k]pdfS{{{.'@pXR4=3e\|mv}+ȍɉ[T] :~`Դ;7pI\w V|TCOXfIj̍!$[ bFjʼnZە]m?Caqk8rzJ]`Πӫ ?D!G ['k~{\9qXZ< {zW+OԶ",jϩL7 krsR|3l; }M':x&mhğ1ݚz1‡mWpa[&<֮QnQnG%(ʗlN̩Bnu1Nikq>t:23+p YZ