diff --git a/libtevent.spec b/libtevent.spec index 65f07fc980674d72a1f82c5985789236a7e76b2c..467ea41f453f250f447c29a73ae503600bb0846f 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -1,10 +1,10 @@ %define anolis_release 1 %bcond_without python3 -%global talloc_version 2.3.0 +%global talloc_version 2.3.4 Name: libtevent -Version: 0.11.0 +Version: 0.13.0 Release: %{anolis_release}%{?dist} Summary: The tevent library License: LGPLv3+ @@ -37,8 +37,8 @@ tevent_req (Tevent Request) functions. %package devel Summary: Developer tools for the Tevent library -Requires: libtevent%{?_isa} = %{version}-%{release} -Requires: libtalloc-devel%{?_isa} >= %{talloc_version} +Requires: libtevent = %{version}-%{release} +Requires: libtalloc-devel >= %{talloc_version} %description devel Header files needed to develop programs that link against the Tevent library. @@ -47,7 +47,7 @@ Header files needed to develop programs that link against the Tevent library. %if %{with python3} %package -n python3-tevent Summary: Python 3 bindings for the Tevent library -Requires: libtevent%{?_isa} = %{version}-%{release} +Requires: libtevent = %{version}-%{release} %{?python_provide:%python_provide python3-tevent} @@ -98,5 +98,8 @@ cp -a doc/man/man3 %{buildroot}%{_mandir} %ldconfig_scriptlets %changelog +* Fri Sep 23 2022 mgb01105731 - 0.13.0-1 +- update to 0.13.0 + * Tue Mar 8 2022 Liwei Ge - 0.11.0-1 - Init version from upstream v0.11.0 diff --git a/tevent-0.11.0.tar.gz b/tevent-0.11.0.tar.gz deleted file mode 100644 index b48b4fb56d8fea38177d5fdde6f40dc565f90582..0000000000000000000000000000000000000000 Binary files a/tevent-0.11.0.tar.gz and /dev/null differ diff --git a/tevent-0.13.0.tar.gz b/tevent-0.13.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8cbd3fb56bfbff28008fae1e65ddc53e783848e6 Binary files /dev/null and b/tevent-0.13.0.tar.gz differ