tevent/tevent.changes
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

96 lines
3.3 KiB
Plaintext

-------------------------------------------------------------------
Thu Aug 30 16:25:22 UTC 2012 - lmuelle@suse.com
- 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
-------------------------------------------------------------------
Tue Aug 7 21:49:07 UTC 2012 - lmuelle@suse.com
- Update to 0.9.16.
+ Adds tevent_*_trace_*() and tevent_context_init_ops().
+ Move tevent.py to the arch-specific directory.
-------------------------------------------------------------------
Thu Jun 28 16:29:25 UTC 2012 - lmuelle@suse.com
- Disable rpath while configure.
-------------------------------------------------------------------
Wed Jun 13 16:09:22 UTC 2012 - ddiss@suse.com
- Tag GPLv3 due to tevent_util.h license; (bnc#765270).
-------------------------------------------------------------------
Sun Jun 3 21:52:07 UTC 2012 - lmuelle@suse.com
- Define library name and use it instead of libtevent0.
-------------------------------------------------------------------
Sat Jun 2 15:46:14 UTC 2012 - lmuelle@suse.com
- Rename package to tevent and add an independent libtevent0 subpackage.
- Enhance and polish the package descriptions and summaries.
-------------------------------------------------------------------
Sat Jun 2 00:04:43 UTC 2012 - lmuelle@suse.com
- Define and use talloc version macro.
-------------------------------------------------------------------
Fri Jun 1 15:41:27 UTC 2012 - lmuelle@suse.com
- BuildIgnore libtalloc to prevent a package conflict on Fedora systems.
-------------------------------------------------------------------
Thu May 31 21:33:31 UTC 2012 - lmuelle@suse.com
- Define python_sitelib and python_sitearch if undefined.
-------------------------------------------------------------------
Thu May 31 12:01:45 UTC 2012 - lmuelle@suse.com
- BuildRequire libtalloc-devel instead of libtalloc2-devel.
- Rename libtevent2-devel to libtevent-devel.
-------------------------------------------------------------------
Wed May 30 15:30:59 UTC 2012 - lmuelle@suse.com
- Remove superfluous AutoReqProv on line.
-------------------------------------------------------------------
Fri May 25 08:10:05 UTC 2012 - lmuelle@suse.com
- BuildRequire pkg-config.
- Move _tevent.so to the python-tevent package.
-------------------------------------------------------------------
Wed May 16 13:28:23 UTC 2012 - lmuelle@suse.com
- 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.
-------------------------------------------------------------------
Mon May 14 14:56:44 UTC 2012 - lmuelle@suse.com
- Adjust licence.
- Require libtevent0 = %{version} from the devel package.
- Extend the description of the devel package.
-------------------------------------------------------------------
Mon May 14 14:26:10 UTC 2012 - lmuelle@suse.com
- BuildRequire libtalloc2-devel.
- Remove superfluous BuildRequires to talloc libraries.
-------------------------------------------------------------------
Wed Sep 7 17:52:30 UTC 2011 - lars@samba.org
- Initial independent libtevent0 package.