diff --git a/libtevent.spec b/libtevent.spec index f19c4deff163223d46c1235ac52ea0e963388185..c653bf2bd47adadfd05701137e87791495e5ee1c 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -1,10 +1,10 @@ -%define anolis_release 2 +%define anolis_release 1 %bcond_without python3 -%global talloc_version 2.3.4 +%global talloc_version 2.4.0 Name: libtevent -Version: 0.13.0 +Version: 0.14.0 Release: %{anolis_release}%{?dist} Summary: The tevent library License: LGPLv3+ @@ -14,7 +14,6 @@ Source0: http://samba.org/ftp/tevent/tevent-%{version}.tar.gz BuildRequires: docbook-style-xsl BuildRequires: doxygen BuildRequires: gcc -BuildRequires: gnupg2 BuildRequires: libcmocka-devel >= 1.1.3 BuildRequires: libtalloc-devel >= %{talloc_version} BuildRequires: libxslt @@ -90,7 +89,7 @@ cp -a doc/man/man3 %{buildroot}%{_mandir} %{_includedir}/tevent.h %{_libdir}/libtevent.so %{_libdir}/pkgconfig/tevent.pc -%{_mandir}/man3/tevent*.gz +%{_mandir}/man3/tevent* %if %{with python3} %files -n python3-tevent @@ -100,9 +99,10 @@ cp -a doc/man/man3 %{buildroot}%{_mandir} %{abidir}/_tevent.cpython*.dump %endif -%ldconfig_scriptlets - %changelog +* Fri Jan 27 2023 Funda Wang - 0.14.0-1 +- New version 0.14.0 + * Thu Oct 20 2022 mgb01105731 - 0.13.0-2 - optimise spec file 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.0.tar.gz b/tevent-0.14.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a07cce8b46e004a11fa0dc17170037d95fcbc7ee Binary files /dev/null and b/tevent-0.14.0.tar.gz differ