Commit Graph

67 Commits

Author SHA256 Message Date
Lars Müller
9a65658bbe PreReq /sbin/ldconfig from python-tevent.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=26
2013-08-29 12:14:20 +00:00
Lars Müller
86ae1e1311 Add python-tevent to baselibs.conf.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=25
2013-08-29 10:54:35 +00:00
Lars Müller
b66051b63f Add tevent.pyc and pyo to the file list of python-tevent for post Centos and
RHEL 5 and Fedora 11 builds.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=23
2013-07-02 12:06:40 +00:00
Lars Müller
0b36926388 Add tevent.pyc and pyo to the file list of python-tevent for Centos and RHEL
6 builds.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=22
2013-07-02 11:53:40 +00:00
Lars Müller
9482903fda - 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.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=17
2013-04-09 14:50:21 +00:00
Lars Müller
1ac067d559 - 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

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=15
2012-08-30 16:34:25 +00:00
Lars Müller
22629b5d2a Tag GPLv3 due to tevent_util.h license; (bnc#765270).
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=13
2012-08-15 17:18:18 +00:00
Lars Müller
49cb23e953 - Update to 0.9.16.
+ Adds tevent_*_trace_*() and tevent_context_init_ops().
  + Move tevent.py to the arch-specific directory.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=12
2012-08-07 22:05:33 +00:00
Lars Müller
651524297b Disable rpath while configure.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=11
2012-06-28 16:49:42 +00:00
Lars Müller
57dc7244f9 Define library name and use it instead of libtevent0.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=9
2012-06-03 21:54:41 +00:00
Lars Müller
bc37eb6120 - Rename package to tevent and add an independent libtevent0 subpackage.
- Enhance and polish the package descriptions and summaries.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=8
2012-06-02 15:48:07 +00:00
Lars Müller
dad2fb6535 Define and use talloc version macro.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=7
2012-06-02 00:08:16 +00:00
Lars Müller
e0c311b199 BuildIgnore libtalloc to prevent a package conflict on Fedora systems.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=6
2012-06-01 15:42:13 +00:00
Lars Müller
b51356fbdd Define python_sitelib and python_sitearch if undefined.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=5
2012-05-31 21:34:50 +00:00
Lars Müller
764d29290b - BuildRequire libtalloc-devel instead of libtalloc2-devel.
- Rename libtevent2-devel to libtevent-devel.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=4
2012-05-31 12:05:52 +00:00
Lars Müller
d6ec97028d Remove superfluous AutoReqProv on line.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=3
2012-05-30 15:31:23 +00:00
Lars Müller
03dfc638ab Rename libtevent0 to tevent on request from Coolo.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=2
2012-05-25 09:07:09 +00:00