- 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

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=29
This commit is contained in:
Lars Müller 2013-12-06 13:57:24 +00:00 committed by Git OBS Bridge
parent 9ead174d0c
commit 2e1d826db9
6 changed files with 25 additions and 15 deletions

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAABAgAGBQJRMb9QAAoJEEeTkWETCEAlAgoH/312p05sV4iA6U3TlCwjFYBC
V/c9TD0thAm4Tc9KQUI6u+EYhvCjuTBWJsk/5wgRaekXyLkNdOQc/4jVO0fLjhUK
ct3/bMkldDQ0uLNkbhrjdoyK3FfolVBtS4lba6A3NkNSsIQokZztU6SVNFWXse8U
++O7Ojr4j3gcQqTU7n9IW1QHmU8U1AxyYV1LwypCefE7UF4Y++Nqi4MFwD5aQlhu
fezzk2/VUHn4iutuKpOeenI3WbO4Efw1y7wg7Iq/Pi64aCwLSwSEPV4hYdKN+K79
Q0oweUADs6xqbirnO8OTIabXKSNwnfjHJLLUl6IhFLdfwKMqIR9JZ5pXkdIuyhE=
=Q5U2
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c636a0c55a7b59745bae0d8ae3900b5ea8c09bfff6001dcd95f1db9cd06ea4f
size 505276

11
tevent-0.9.19.tar.asc Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAABAgAGBQJR+nq9AAoJEEeTkWETCEAlDLoH/jARq/h/7bXHSJTgsQ/ouQ5t
PnvtpQ37F9n2voCQalhqQ55m8W6z1lVzY+1+ZqVbdIG2riKcEQfxpu1qXCOB604P
IVzvLuo55HG+hXQZR6me22iBR+EgdAAjP6R9Uo+JCMmJRBYIytbxFcWafwR5LyrZ
UZh+1TBTyTItWF+a9r1tqf+beHRZcbLoXehDH42jR9xEWwA1gut1CadH614iFkF3
jeOExb99k0jPg3D0u6Zg51D1ONXpymFTPAaGWUZQHWI503FZMMkB0BB3rkhPMa5n
tz1q6l4R1z1Q2bT+UtaEu2xkeVkL56zYnQlxP5T0aBZqBByV4vB58xoLXwIZ/Ks=
=Vp1J
-----END PGP SIGNATURE-----

3
tevent-0.9.19.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9a1d079844ec0068804541ee2421d8ff34d7a4cdb93a6cc20d0edd5302e3fc9
size 543195

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Dec 6 13:51:45 UTC 2013 - lmuelle@suse.com
- 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
-------------------------------------------------------------------
Fri Dec 6 13:42:37 UTC 2013 - lmuelle@suse.com

View File

@ -40,7 +40,7 @@ BuildRequires: python-devel
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
Url: http://tevent.samba.org/
Version: 0.9.18
Version: 0.9.19
Release: 0
Summary: An event system based on the talloc memory management library
License: GPL-3.0+