diff --git a/libtevent.spec b/libtevent.spec index b79aea56389769a961a506cc9876831a49000f19..a8173aa1e33a9d425b4468552fa66154fdecd9b5 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.0 +%global talloc_version 2.4.1 Name: libtevent -Version: 0.14.1 +Version: 0.16.0 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 +* Thu Oct 26 2023 Paul Thomas - 0.16.0-1 +- update to version v0.16.0 + * Mon Jul 17 2023 Kunlin Yang - 0.14.1-1 - update to v0.14.1 version diff --git a/libtevent.yaml b/libtevent.yaml index e216b1e1272a1559155a5dcc1b6f5a25fc82bbc7..9e74bd286f7d34b76386b197e542c5568bc62c31 100644 --- a/libtevent.yaml +++ b/libtevent.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: gooselinux/libtevent tag_prefix: tevent- -seperator: "." +separator: "." diff --git a/tevent-0.14.1.tar.gz b/tevent-0.14.1.tar.gz deleted file mode 100644 index 33adf1370bfb4d32201e1a3d2f0dc989c963ae58..0000000000000000000000000000000000000000 Binary files a/tevent-0.14.1.tar.gz and /dev/null differ diff --git a/tevent-0.16.0.tar.gz b/tevent-0.16.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0038d1ae0570eb4cc266bf4ca08e08fc09f0ea72 Binary files /dev/null and b/tevent-0.16.0.tar.gz differ