Compare commits
No commits in common. "d5851e047060091ff09cb5c59f3a3d395c4e7bd5" and "179e4548d9731216bbd87e894ab0fc26a7d00a47" have entirely different histories.
d5851e0470
...
179e4548d9
@ -1,20 +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
|
||||
|
||||
Name: libtevent
|
||||
Version: 0.13.0
|
||||
Version: 0.10.1
|
||||
Release: 1
|
||||
Summary: Tevent is an event system based on the talloc memory management library.
|
||||
License: LGPLv3+
|
||||
URL: http://tevent.samba.org
|
||||
Source0: https://samba.org/ftp/tevent/tevent-%{version}.tar.gz
|
||||
Source0: http://samba.org/ftp/tevent/tevent-%{version}.tar.gz
|
||||
|
||||
Patch1: 0001-tevent-fix-CID-1437974-dereference-after-null-check.patch
|
||||
Patch0: tevent-fix-CID-1437974-dereference-after-null-check.patch
|
||||
|
||||
BuildRequires: gcc libtirpc-devel docbook-style-xsl doxygen libxslt libcmocka-devel
|
||||
BuildRequires: libtalloc-devel >= %{talloc_version}
|
||||
BuildRequires: python3-devel python3-talloc-devel >= %{talloc_version}
|
||||
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
|
||||
|
||||
Provides: bundled(libreplace)
|
||||
|
||||
@ -50,7 +48,7 @@ Requires: man
|
||||
Man for tevent
|
||||
|
||||
%prep
|
||||
%autosetup -n tevent-%{version} -p1
|
||||
%autosetup -n tevent-%{version} -p1 -Sgit
|
||||
|
||||
%build
|
||||
%configure --disable-rpath --bundled-libraries=NONE --builtin-libraries=replace
|
||||
@ -85,18 +83,6 @@ cp -a ./doc/man/* $RPM_BUILD_ROOT/%{_mandir}/
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Mon Feb 17 2020 sunshihao <sunshihao@huawei.com> - 0.10.1-1
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: gooselinux/libtevent
|
||||
tag_prefix: tevent-
|
||||
tag_prefix: ^v
|
||||
seperator: "."
|
||||
|
||||
BIN
tevent-0.10.1.tar.gz
Normal file
BIN
tevent-0.10.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user