diff --git a/libtevent.spec b/libtevent.spec index a8173aa1e33a9d425b4468552fa66154fdecd9b5..8f561aaa94694e6adb3a924bfde1abe1fa7ea2af 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -1,9 +1,9 @@ %{!?python3_sitearch: %define python3_sitearch %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} -%global talloc_version 2.4.1 +%global talloc_version 2.4.3 Name: libtevent -Version: 0.16.0 +Version: 0.16.2 Release: 1 Summary: Tevent is an event system based on the talloc memory management library. License: LGPLv3+ @@ -27,7 +27,7 @@ Tevent also provide helpers to deal with asynchronous code providing the tevent_ %package devel Summary: Libraries and header files for tevent Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: libtalloc-devel%{?_isa} >= 2.0.7 pkgconfig +Requires: libtalloc-devel%{?_isa} >= %{talloc_version} pkgconfig %description devel Libraries and header files for tevent @@ -85,6 +85,9 @@ cp -a ./doc/man/* $RPM_BUILD_ROOT/%{_mandir}/ %changelog +* Mon Mar 10 2025 wangxiao - 0.16.2-1 +- update to version v0.16.2 + * Thu Oct 26 2023 Paul Thomas - 0.16.0-1 - update to version v0.16.0 diff --git a/tevent-0.16.0.tar.gz b/tevent-0.16.0.tar.gz deleted file mode 100644 index 0038d1ae0570eb4cc266bf4ca08e08fc09f0ea72..0000000000000000000000000000000000000000 Binary files a/tevent-0.16.0.tar.gz and /dev/null differ diff --git a/tevent-0.16.2.tar.gz b/tevent-0.16.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5029c463fba04eb79958adcca86e7765f80f385f Binary files /dev/null and b/tevent-0.16.2.tar.gz differ