diff --git a/libtevent.spec b/libtevent.spec index a8173aa1e33a9d425b4468552fa66154fdecd9b5..80e949d54cd30c8036b1b803e76d1b2cd65f8cc2 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.2 Name: libtevent -Version: 0.16.0 +Version: 0.16.1 Release: 1 Summary: Tevent is an event system based on the talloc memory management library. License: LGPLv3+ @@ -85,6 +85,9 @@ cp -a ./doc/man/* $RPM_BUILD_ROOT/%{_mandir}/ %changelog +* Wed Mar 13 2024 liweigang - 0.16.1-1 +- update to version 0.16.1 + * 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.1.tar.gz b/tevent-0.16.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a6c9b25b38fb8e1ca98bcc85266a3aa5c2a5b545 Binary files /dev/null and b/tevent-0.16.1.tar.gz differ