Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

tevent-man-0.10.2-1.40 RPM for aarch64

From OpenSuSE Leap 15.3 for aarch64

Name: tevent-man Distribution: SUSE Linux Enterprise 15
Version: 0.10.2 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.40 Build date: Sun Feb 21 05:27:57 2021
Group: Development/Libraries/C and C++ Build host: ibs-arm-1
Size: 27333 Source RPM: tevent-man-0.10.2-1.40.src.rpm
Packager: https://www.suse.com/
Url: https://tevent.samba.org/
Summary: An event system based on the talloc memory management library
Tevent 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.

Provides

Requires

License

LGPL-3.0-or-later

Changelog

* Sat Mar 07 2020 nopower@suse.com
  - Update to version 0.10.2
    + Upgrade waf to version 2.0.18 to fix a cross-compilation issue;
      (bso#13846).
* Tue Nov 26 2019 mcepl@suse.com
  - Update to 0.10.1 ... make build with Python 3.8 working again
    (new waf).
* Thu Oct 03 2019 jmcdonough@suse.com
  - 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
* Tue Mar 05 2019 dmulder@suse.com
  - Update to version 0.9.39
    + py_tevent: add_timer takes float argument
    + C99 build fixes.
    + Fix standalone build of tevent.
* Wed Feb 06 2019 dmulder@suse.com
  - 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
* Tue Sep 25 2018 scabrero@suse.de
  - Update license to LGPL-3.0
* Wed Aug 08 2018 dmulder@suse.com
  - 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
* Fri Mar 16 2018 jmcdonough@suse.com
  - 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
* Tue Nov 28 2017 scabrero@suse.com
  - Update to version 0.9.34; (bsc#1069666);
    + Remove unused select backend
    + Fix a race condition in tevent_threaded_schedule_immediate();
      (bso#13130);
* Wed Jul 26 2017 scabrero@suse.com
  - Update to version 0.9.33
    + make tevent_req_print() more robust against crashes
* Fri Jun 30 2017 scabrero@suse.com
  - 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().
* Mon Feb 06 2017 jengelh@inai.de
  - Drop redundant PreReq for ldconfig; this is autodetected.
    Set RPM group right.
* Thu Feb 02 2017 aaptel@suse.com
  - Use https urls.
* Tue Jan 24 2017 ddiss@suse.com
  - 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
* Wed Sep 14 2016 jmcdonough@suse.com
  - Update to version 0.9.29.
    + performance improvements.
* Tue Mar 15 2016 lmuelle@suse.com
  - Require talloc 2.1.6 at build-time; (bsc#954658).
* Sun Feb 21 2016 lmuelle@suse.com
  - Avoid a file collision for non SUSE build targets; (bsc#966174).
* Fri Feb 19 2016 lmuelle@suse.com
  - 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).
* Wed Nov 11 2015 lmuelle@suse.com
  - Update to 0.9.26; (bsc#954658).
    + New tevent_thread_proxy API
    + Minor build fixes
* Fri Oct 30 2015 lmuelle@suse.com
  - Disable rpath-install and silent-rules while configure.
* Sun Oct 25 2015 lmuelle@suse.com
  - Add python3-tevent; (bsc#951911).
* Thu Oct 22 2015 lmuelle@suse.com
  - Require python-talloc-devel instead of pytalloc-devel.
* Mon Sep 07 2015 lmuelle@suse.com
  - Recommend to install tevent-man from libtevent-devel on post-10.3 systems.
* Mon Sep 07 2015 lmuelle@suse.com
  - Remove superfluous _name define.
* Mon Sep 07 2015 lmuelle@suse.com
  - Update the Samba Library Distribution Key file 'tevent.keyring';
    (bso#945116).
* Thu Aug 20 2015 dimstar@opensuse.org
  - 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.
* Sat Jun 27 2015 lmuelle@suse.com
  - 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).
* Thu Mar 05 2015 lmuelle@suse.com
  - Update to 0.9.24.
    + Ignore unexpected signal events in the same way the epoll backend does.
* Fri Feb 27 2015 lmuelle@suse.com
  - 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.
* Thu Nov 06 2014 lmuelle@suse.com
  - Use the upstream tar ball, as signature verification is now able to handle
    compressed archives.
* Tue Oct 28 2014 lmuelle@suse.com
  - Remove dependency on gpg-offline as signature checking is implemented in the
    source validator.

Files

/usr/share/man/man3/tevent.3.gz
/usr/share/man/man3/tevent_compat.3.gz
/usr/share/man/man3/tevent_context.3.gz
/usr/share/man/man3/tevent_data.3.gz
/usr/share/man/man3/tevent_events.3.gz
/usr/share/man/man3/tevent_helpers.3.gz
/usr/share/man/man3/tevent_ops.3.gz
/usr/share/man/man3/tevent_queue.3.gz
/usr/share/man/man3/tevent_queue_tutorial.3.gz
/usr/share/man/man3/tevent_request.3.gz
/usr/share/man/man3/tevent_thread.3.gz
/usr/share/man/man3/tevent_tutorial.3.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 14:48:48 2024