Accepting request 452421 from home:dmdiss:samba-ceph-ctdb
- Update to version 0.9.31. + 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 OBS-URL: https://build.opensuse.org/request/show/452421 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=82
This commit is contained in:
parent
ddb24364f5
commit
b6430c7b20
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABAgAGBQJXmbIjAAoJEEeTkWETCEAlSY0H/2xUUT2t6eA33iwd4tIBUAJI
|
||||
hF/RF+3eSt6B+A3Uz3dIWYow5zyAJxUklZwmepJF2Fda7yHzclC/ZoPHpwsQ/mmz
|
||||
RLERp8EcVdqpmGAwntMykFxV2ZmmCBuW7vQUOdVdATLtelc7gBYQ4BYrE7LUa7tb
|
||||
GCxzIrFfy/3AVLS1HBZVbZUrueshb6MDDE/mLVK4dfe7eefMjzTU+wiislOvev4P
|
||||
cYCSfqYWsT32OtMHWT95RHZ+XUVBPXCbhIso03kpyJXKKouykX8Xrx9p+hHnmGtX
|
||||
wenOHTRwvUyoYQ7EtSHomS8qNskfhHjGIV18DRIH+iiY8ZMoQE3hlRbAUrcdlSg=
|
||||
=bRYi
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4f519b0bbb718fe2175bee9011ee4d199675f28c2ef80531be38e7bbaa1c42b
|
||||
size 584544
|
11
tevent-0.9.31.tar.asc
Normal file
11
tevent-0.9.31.tar.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABAgAGBQJX9yi8AAoJEEeTkWETCEAl4gcIAMZe4GP8udzKoS4BRB+tmNvm
|
||||
LDFJ9wTeYwVp5/9OPNw/v1abVk2Z/PL5j3bB4MQfPSudlfZG5fGWyvZUepGA7i3n
|
||||
KkbDCUo4x9bfI8pSbq8u8R0sgAJPwAy2sHQaDepIf7jtqfNEeloFNfEn419a1Psx
|
||||
eHMqulMgMwRdemUOdjUPjNW/yJM8HW4eoEZAJamhMI2nChxDid77R0Kg/gdzaK/R
|
||||
gV7U40ptgJ8yJKE70LowpJa9whusAA+S0yxDU0vVDBDIj90MxDUqsc9ijw5XtzE+
|
||||
bHI2Glj/H5BrAo+TEE5yKNzgnw78E1Pb38T4IwZQLl/xydEwDYgT+Hyz97U04BA=
|
||||
=lhmS
|
||||
-----END PGP SIGNATURE-----
|
3
tevent-0.9.31.tar.gz
Normal file
3
tevent-0.9.31.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a13f2256ad804c860e84068258bd0f8be31cf0c79aa8f3019fa32f6928c2bfc
|
||||
size 587784
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 24 17:21:20 UTC 2017 - ddiss@suse.com
|
||||
|
||||
- Update to version 0.9.31.
|
||||
+ 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 08:49:43 UTC 2016 - jmcdonough@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tevent-man
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -50,7 +50,7 @@ BuildRequires: python-talloc-devel >= %{talloc_version}
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Url: http://tevent.samba.org/
|
||||
Version: 0.9.29
|
||||
Version: 0.9.31
|
||||
Release: 0
|
||||
Summary: An event system based on the talloc memory management library
|
||||
License: GPL-3.0+
|
||||
@ -95,8 +95,8 @@ This package contains the tevent0 library.
|
||||
|
||||
%package -n libtevent-devel
|
||||
Summary: Libraries and Header Files to Develop Programs with tevent0 Support
|
||||
# Man pages are built in a 2nd spec file in order to break a build cycle with doxygen->cmake->krb5->libtevent
|
||||
Group: Development/Libraries/C and C++
|
||||
# Man pages are built in a 2nd spec file in order to break a build cycle with doxygen->cmake->krb5->libtevent
|
||||
%if 0%{?suse_version} > 1030
|
||||
Recommends: %{name}-man
|
||||
%endif
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 24 17:21:20 UTC 2017 - ddiss@suse.com
|
||||
|
||||
- Update to version 0.9.31.
|
||||
+ 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 08:49:43 UTC 2016 - jmcdonough@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tevent-man
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -50,7 +50,7 @@ BuildRequires: python-talloc-devel >= %{talloc_version}
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Url: http://tevent.samba.org/
|
||||
Version: 0.9.29
|
||||
Version: 0.9.31
|
||||
Release: 0
|
||||
Summary: An event system based on the talloc memory management library
|
||||
License: GPL-3.0+
|
||||
@ -95,8 +95,8 @@ This package contains the tevent0 library.
|
||||
|
||||
%package -n libtevent-devel
|
||||
Summary: Libraries and Header Files to Develop Programs with tevent0 Support
|
||||
# Man pages are built in a 2nd spec file in order to break a build cycle with doxygen->cmake->krb5->libtevent
|
||||
Group: Development/Libraries/C and C++
|
||||
# Man pages are built in a 2nd spec file in order to break a build cycle with doxygen->cmake->krb5->libtevent
|
||||
%if 0%{?suse_version} > 1030
|
||||
Recommends: %{name}-man
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user