diff --git a/libtevent.spec b/libtevent.spec index b79aea5..a8173aa 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 e216b1e..9e74bd2 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 33adf13..0000000 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 0000000..0038d1a Binary files /dev/null and b/tevent-0.16.0.tar.gz differ