diff --git a/libtevent.spec b/libtevent.spec index bfefcdb966bafeaec44bcffef506707a8d921bab..b79aea56389769a961a506cc9876831a49000f19 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.3.1 +%global talloc_version 2.4.0 Name: libtevent -Version: 0.13.0 +Version: 0.14.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 +* Mon Jul 17 2023 Kunlin Yang - 0.14.1-1 +- update to v0.14.1 version + * Fri Oct 28 2022 Kunlin Yang - 0.13.0-1 - update to v0.13.0 version diff --git a/tevent-0.13.0.tar.gz b/tevent-0.13.0.tar.gz deleted file mode 100644 index 8cbd3fb56bfbff28008fae1e65ddc53e783848e6..0000000000000000000000000000000000000000 Binary files a/tevent-0.13.0.tar.gz and /dev/null differ diff --git a/tevent-0.14.1.tar.gz b/tevent-0.14.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..33adf1370bfb4d32201e1a3d2f0dc989c963ae58 Binary files /dev/null and b/tevent-0.14.1.tar.gz differ