Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
da602105bc
!20 update to version v0.16.0
From: @paulthomas100199 
Reviewed-by: @cossbow, @LLamport, @swf504 
Signed-off-by: @swf504
2024-01-04 07:23:18 +00:00
li weigang
fc665703f9 update to version v0.16.0 2024-01-04 14:19:48 +08:00
openeuler-ci-bot
bc46ef8699
!19 update the version to 0.14.1
From: @LLamport 
Reviewed-by: @swf504 
Signed-off-by: @swf504
2023-07-18 01:08:52 +00:00
Kunlin Yang
5c30e8c60b update to v0.14.1 version 2023-07-17 14:58:33 +08:00
openeuler-ci-bot
31a5d5bded
!17 update to v0.13.0 version
From: @LLamport 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-11-01 07:46:40 +00:00
Kunlin Yang
e18c310c90 update to v0.13.0 version 2022-11-01 15:22:05 +08:00
openeuler-ci-bot
ad6d8d9779 !12 Update to libtevent-0.11.0
From: @wenchao-hao
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2021-11-25 08:57:16 +00:00
Wenchao Hao
5d06c1d5bb Update to tevent-0.11.0
Signed-off-by: Wenchao Hao <haowenchao@huawei.com>
2021-11-25 16:39:23 +08:00
openeuler-ci-bot
65f27da8c1 !9 libtevent delete -Sgit from %autosetup, and delete BuildRequires git
From: @chenyanpanHW
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2021-07-31 01:40:20 +00:00
chenyanpanHW
8657578600
delete -Sgit from %autosetup, and delete BuildRequires git 2021-07-30 23:02:58 +08:00
4 changed files with 21 additions and 6 deletions

View File

@ -1,18 +1,18 @@
%{!?python3_sitearch: %define python3_sitearch %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%global talloc_version 2.3.1
%global talloc_version 2.4.1
Name: libtevent
Version: 0.10.2
Version: 0.16.0
Release: 1
Summary: Tevent is an event system based on the talloc memory management library.
License: LGPLv3+
URL: http://tevent.samba.org
Source0: http://samba.org/ftp/tevent/tevent-%{version}.tar.gz
Source0: https://samba.org/ftp/tevent/tevent-%{version}.tar.gz
Patch1: 0001-tevent-fix-CID-1437974-dereference-after-null-check.patch
BuildRequires: gcc libtirpc-devel docbook-style-xsl doxygen libxslt git
BuildRequires: gcc libtirpc-devel docbook-style-xsl doxygen libxslt libcmocka-devel
BuildRequires: libtalloc-devel >= %{talloc_version}
BuildRequires: python3-devel python3-talloc-devel >= %{talloc_version}
@ -50,7 +50,7 @@ Requires: man
Man for tevent
%prep
%autosetup -n tevent-%{version} -p1 -Sgit
%autosetup -n tevent-%{version} -p1
%build
%configure --disable-rpath --bundled-libraries=NONE --builtin-libraries=replace
@ -85,6 +85,21 @@ cp -a ./doc/man/* $RPM_BUILD_ROOT/%{_mandir}/
%changelog
* Thu Oct 26 2023 Paul Thomas <paulthomas100199@gmail.com> - 0.16.0-1
- update to version v0.16.0
* Mon Jul 17 2023 Kunlin Yang <yangkunlin7@huawei.com> - 0.14.1-1
- update to v0.14.1 version
* Fri Oct 28 2022 Kunlin Yang <yangkunlin7@huawei.com> - 0.13.0-1
- update to v0.13.0 version
* Thu Nov 25 2021 Wenchao Hao <haowenchao@huawei.com> - 0.11.0-1
- update to v0.11.0 version
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.10.2-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Thu Jul 16 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 0.10.2-1
- update to v0.10.2 version

View File

@ -1,4 +1,4 @@
version_control: github
src_repo: gooselinux/libtevent
tag_prefix: tevent-
seperator: "."
separator: "."

Binary file not shown.

BIN
tevent-0.16.0.tar.gz Normal file

Binary file not shown.