Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
e2b2a5bace
!15 [sync] PR-14: update changelog time
From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-10-09 09:29:10 +00:00
linfeilong835
947c510d74 update changlog time
Signed-off-by: linfeilong835 <linfeilong@huawei.com>
(cherry picked from commit 0812c882d5c7a6ca0a6a11a0192e5053e7f75c24)
2022-10-09 17:16:30 +08:00
openeuler-ci-bot
1f1880df7f !8 update package to 0.10.2
Merge pull request !8 from Markeryang/openEuler-20.03-LTS
2020-08-26 11:06:24 +08:00
Markeryang
ef4ac1d0b2 update libtevent.spec. 2020-08-26 10:35:01 +08:00
Markeryang
cd5a2f59be update package to 0.10.2
update package to 0.10.2
2020-08-26 10:10:13 +08:00
Markeryang
b51b3502a9 删除文件 tevent-fix-CID-1437974-dereference-after-null-check.patch 2020-08-26 10:06:05 +08:00
Markeryang
f706e7b493 删除文件 tevent-0.10.1.tar.gz 2020-08-26 10:05:54 +08:00
Markeryang
f1d508bbcd 删除文件 libtevent.spec 2020-08-26 10:05:48 +08:00
openeuler-ci-bot
149efdefc5 !7 add release for update
Merge pull request !7 from DisNight/openEuler-20.03-LTS
2020-08-21 14:50:24 +08:00
fanjiachen
842ba27c57 update release version 2020-08-21 10:21:03 +08:00
4 changed files with 15 additions and 4 deletions

View File

@ -1,18 +1,20 @@
%{!?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
Name: libtevent
Version: 0.10.1
Version: 0.10.2
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
Patch0: tevent-fix-CID-1437974-dereference-after-null-check.patch
Patch1: 0001-tevent-fix-CID-1437974-dereference-after-null-check.patch
BuildRequires: gcc libtirpc-devel docbook-style-xsl doxygen libxslt git
BuildRequires: libtalloc-devel >= 2.2.0
BuildRequires: python3-devel python3-talloc-devel >= 2.2.0
BuildRequires: libtalloc-devel >= %{talloc_version}
BuildRequires: python3-devel python3-talloc-devel >= %{talloc_version}
Provides: bundled(libreplace)
@ -83,6 +85,15 @@ cp -a ./doc/man/* $RPM_BUILD_ROOT/%{_mandir}/
%changelog
* Wed Aug 26 2020 yanglongkang <yanglongkang@huawei.com> - 0.10.2-1
- update to 0.10.2 version
* Fri Aug 21 2020 fanjiachen <fanjiachen3@huawei.com> - 0.10.1-2
- Type:rebuild
- ID:NA
- SUG:NA
- DESC:rebuild for requirement package update
* Mon Feb 17 2020 sunshihao <sunshihao@huawei.com> - 0.10.1-1
- Type:enhancement
- ID:NA

Binary file not shown.

BIN
tevent-0.10.2.tar.gz Normal file

Binary file not shown.