Accepting request 529901 from network:samba:TESTING
1 OBS-URL: https://build.opensuse.org/request/show/529901 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=90
This commit is contained in:
parent
87926ebc0d
commit
c802f9625b
@ -1,11 +0,0 @@
|
||||
-----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-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a13f2256ad804c860e84068258bd0f8be31cf0c79aa8f3019fa32f6928c2bfc
|
||||
size 587784
|
11
tevent-0.9.33.tar.asc
Normal file
11
tevent-0.9.33.tar.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABAgAGBQJZc9DeAAoJEEeTkWETCEAlJkMH+wcqp25H2vicaWHGJlQYX981
|
||||
WStUUgxtsnGMFSjD6MuORKK+srgnlAwSRBVcqBTcPQJLAxjIiMS/AmdGmEZg/pNg
|
||||
pFjN9EGDMm13Z1xQvxZNuNRQpfNSa8aXKDPny9eNboV69xfdEm82b670XgNYnkSG
|
||||
3A2jsjHWqFQMloh6/mP/9vuukAMtQIaSNhhbsKOa6IjiDokAvzmqAal5iQgS+BjI
|
||||
JyLwBTio4QB+JEdr2/N5tAb41Gb/xN5qMuoWmINLqlwvvTsMx28ZM+O1UJxqmaFJ
|
||||
tCAr32h8YXGlBADac6KrVw9UUIje0l//+E7ZVonvy0+L3jJur7ST0xTFy/jd/xY=
|
||||
=Rw92
|
||||
-----END PGP SIGNATURE-----
|
3
tevent-0.9.33.tar.gz
Normal file
3
tevent-0.9.33.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22712ee981fd4298fcd5f3afb27d87a72257cebad37812cfbd3da5d968ed1bdc
|
||||
size 590611
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 26 08:50:23 UTC 2017 - scabrero@suse.com
|
||||
|
||||
- Update to version 0.9.33
|
||||
+ make tevent_req_print() more robust against crashes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 30 12:05:41 UTC 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().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 2 14:57:25 UTC 2017 - aaptel@suse.com
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%define with_python3 0
|
||||
%endif
|
||||
|
||||
%define talloc_version 2.1.8
|
||||
%define talloc_version 2.1.10
|
||||
%define build_man 1
|
||||
|
||||
%if %{build_man}
|
||||
@ -41,16 +41,19 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: python-devel
|
||||
%if %{with_python3}
|
||||
BuildRequires: python3-devel
|
||||
%endif
|
||||
BuildRequires: python3-talloc >= %{talloc_version}
|
||||
BuildRequires: python3-talloc-devel >= %{talloc_version}
|
||||
%else
|
||||
BuildRequires: python-talloc-devel >= %{talloc_version}
|
||||
%endif # with_python3
|
||||
%endif # build_man
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
|
||||
%define build_make_smp_mflags %{?_smp_mflags}
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Url: http://tevent.samba.org/
|
||||
Version: 0.9.31
|
||||
Url: https://tevent.samba.org/
|
||||
Version: 0.9.33
|
||||
Release: 0
|
||||
Summary: An event system based on the talloc memory management library
|
||||
License: GPL-3.0+
|
||||
@ -73,16 +76,12 @@ tevent_req (tevent request) functions.
|
||||
|
||||
%if ! %{build_man}
|
||||
|
||||
%if 0%{?suse_version} > 0
|
||||
%define libtevent_name libtevent0
|
||||
%else
|
||||
%define libtevent_name libtevent
|
||||
%endif
|
||||
%package -n %{libtevent_name}
|
||||
%package -n libtevent0
|
||||
PreReq: /sbin/ldconfig
|
||||
Summary: Samba tevent Library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{libtevent_name}
|
||||
%description -n libtevent0
|
||||
Tevent is an event system based on the talloc memory management library. It
|
||||
is the core event system used in Samba.
|
||||
|
||||
@ -94,13 +93,13 @@ This package contains the tevent0 library.
|
||||
|
||||
%package -n libtevent-devel
|
||||
Summary: Libraries and Header Files to Develop Programs with tevent0 Support
|
||||
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
|
||||
Group: Development/Libraries/C and C++
|
||||
%if 0%{?suse_version} > 1030
|
||||
Recommends: %{name}-man
|
||||
%endif
|
||||
Requires: %{libtevent_name} = %{version}
|
||||
Requires: libtalloc-devel >= %{talloc_version}
|
||||
Requires: libtevent0 = %{version}
|
||||
%if 0%{?suse_version} > 1020
|
||||
Requires: pkg-config
|
||||
%else
|
||||
@ -123,7 +122,8 @@ This package contains libraries and header files need for development.
|
||||
%package -n python-tevent
|
||||
Summary: Python bindings for the Tevent library
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{libtevent_name} = %{version}
|
||||
Requires: libtevent0 = %{version}
|
||||
PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n python-tevent
|
||||
This package contains the python bindings for the Tevent library.
|
||||
@ -133,7 +133,8 @@ This package contains the python bindings for the Tevent library.
|
||||
%package -n python3-tevent
|
||||
Summary: Python3 bindings for the Tevent library
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{libtevent_name} = %{version}
|
||||
Requires: libtevent0 = %{version}
|
||||
PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n python3-tevent
|
||||
This package contains the python bindings for the Tevent library.
|
||||
@ -197,9 +198,9 @@ rm $RPM_BUILD_ROOT/%{_mandir}/man3/todo.3
|
||||
%endif # ! build_man
|
||||
|
||||
%if ! %{build_man}
|
||||
%post -n %{libtevent_name} -p /sbin/ldconfig
|
||||
%post -n libtevent0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n %{libtevent_name} -p /sbin/ldconfig
|
||||
%postun -n libtevent0 -p /sbin/ldconfig
|
||||
|
||||
%post -n python-tevent -p /sbin/ldconfig
|
||||
|
||||
@ -211,7 +212,7 @@ rm $RPM_BUILD_ROOT/%{_mandir}/man3/todo.3
|
||||
%postun -n python3-tevent -p /sbin/ldconfig
|
||||
%endif
|
||||
|
||||
%files -n %{libtevent_name}
|
||||
%files -n libtevent0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libtevent.so.*
|
||||
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 26 08:49:04 UTC 2017 - scabrero@suse.com
|
||||
|
||||
- Update to version 0.9.33
|
||||
+ make tevent_req_print() more robust against crashes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 30 11:58:18 UTC 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 6 15:00:05 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
32
tevent.spec
32
tevent.spec
@ -24,7 +24,7 @@
|
||||
%define with_python3 0
|
||||
%endif
|
||||
|
||||
%define talloc_version 2.1.8
|
||||
%define talloc_version 2.1.10
|
||||
%define build_man 0
|
||||
|
||||
%if %{build_man}
|
||||
@ -41,8 +41,11 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: python-devel
|
||||
%if %{with_python3}
|
||||
BuildRequires: python3-devel
|
||||
%endif
|
||||
BuildRequires: python3-talloc >= %{talloc_version}
|
||||
BuildRequires: python3-talloc-devel >= %{talloc_version}
|
||||
%else
|
||||
BuildRequires: python-talloc-devel >= %{talloc_version}
|
||||
%endif # with_python3
|
||||
%endif # build_man
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
|
||||
%define build_make_smp_mflags %{?_smp_mflags}
|
||||
@ -50,7 +53,7 @@ BuildRequires: python-talloc-devel >= %{talloc_version}
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Url: https://tevent.samba.org/
|
||||
Version: 0.9.31
|
||||
Version: 0.9.33
|
||||
Release: 0
|
||||
Summary: An event system based on the talloc memory management library
|
||||
License: GPL-3.0+
|
||||
@ -73,17 +76,12 @@ tevent_req (tevent request) functions.
|
||||
|
||||
%if ! %{build_man}
|
||||
|
||||
%if 0%{?suse_version} > 0
|
||||
%define libtevent_name libtevent0
|
||||
%else
|
||||
%define libtevent_name libtevent
|
||||
%endif
|
||||
%package -n %{libtevent_name}
|
||||
%package -n libtevent0
|
||||
PreReq: /sbin/ldconfig
|
||||
Summary: Samba tevent Library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{libtevent_name}
|
||||
%description -n libtevent0
|
||||
Tevent is an event system based on the talloc memory management library. It
|
||||
is the core event system used in Samba.
|
||||
|
||||
@ -95,13 +93,13 @@ This package contains the tevent0 library.
|
||||
|
||||
%package -n libtevent-devel
|
||||
Summary: Libraries and Header Files to Develop Programs with tevent0 Support
|
||||
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
|
||||
Group: Development/Libraries/C and C++
|
||||
%if 0%{?suse_version} > 1030
|
||||
Recommends: %{name}-man
|
||||
%endif
|
||||
Requires: %{libtevent_name} = %{version}
|
||||
Requires: libtalloc-devel >= %{talloc_version}
|
||||
Requires: libtevent0 = %{version}
|
||||
%if 0%{?suse_version} > 1020
|
||||
Requires: pkg-config
|
||||
%else
|
||||
@ -124,7 +122,7 @@ This package contains libraries and header files need for development.
|
||||
%package -n python-tevent
|
||||
Summary: Python bindings for the Tevent library
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{libtevent_name} = %{version}
|
||||
Requires: libtevent0 = %{version}
|
||||
PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n python-tevent
|
||||
@ -135,7 +133,7 @@ This package contains the python bindings for the Tevent library.
|
||||
%package -n python3-tevent
|
||||
Summary: Python3 bindings for the Tevent library
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{libtevent_name} = %{version}
|
||||
Requires: libtevent0 = %{version}
|
||||
PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n python3-tevent
|
||||
@ -200,9 +198,9 @@ rm $RPM_BUILD_ROOT/%{_mandir}/man3/todo.3
|
||||
%endif # ! build_man
|
||||
|
||||
%if ! %{build_man}
|
||||
%post -n %{libtevent_name} -p /sbin/ldconfig
|
||||
%post -n libtevent0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n %{libtevent_name} -p /sbin/ldconfig
|
||||
%postun -n libtevent0 -p /sbin/ldconfig
|
||||
|
||||
%post -n python-tevent -p /sbin/ldconfig
|
||||
|
||||
@ -214,7 +212,7 @@ rm $RPM_BUILD_ROOT/%{_mandir}/man3/todo.3
|
||||
%postun -n python3-tevent -p /sbin/ldconfig
|
||||
%endif
|
||||
|
||||
%files -n %{libtevent_name}
|
||||
%files -n libtevent0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libtevent.so.*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user