diff --git a/tevent-fix-CID-1437974-dereference-after-null-check.patch b/0001-tevent-fix-CID-1437974-dereference-after-null-check.patch similarity index 100% rename from tevent-fix-CID-1437974-dereference-after-null-check.patch rename to 0001-tevent-fix-CID-1437974-dereference-after-null-check.patch diff --git a/libtevent.spec b/libtevent.spec index c3d10386f81ee7c0016d47f16af720650cd4e77f..6fd347374d4a3711fa6941eed6bcaa13cfa77565 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -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,9 @@ cp -a ./doc/man/* $RPM_BUILD_ROOT/%{_mandir}/ %changelog +* Thu Jul 30 2020 yanglongkang - 0.10.2-1 +- update to 0.10.2 version + * Mon Feb 17 2020 sunshihao - 0.10.1-1 - Type:enhancement - ID:NA diff --git a/tevent-0.10.1.tar.gz b/tevent-0.10.1.tar.gz deleted file mode 100644 index 6b6332d2a5f2eeb68f57643099efed81bebdd5f0..0000000000000000000000000000000000000000 Binary files a/tevent-0.10.1.tar.gz and /dev/null differ diff --git a/tevent-0.10.2.tar.gz b/tevent-0.10.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fefd7d412526a108f2fc8653167626f30743df66 Binary files /dev/null and b/tevent-0.10.2.tar.gz differ