From a4f451d47bb1e2121ce6b8fd48ece95e33b4197d Mon Sep 17 00:00:00 2001 From: LLamport Date: Wed, 19 Oct 2022 21:43:14 +0800 Subject: [PATCH] rebuild the version to 0.11.0-2 --- libtevent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libtevent.spec b/libtevent.spec index fecdbec..5ac8921 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -4,7 +4,7 @@ Name: libtevent Version: 0.11.0 -Release: 1 +Release: 2 Summary: Tevent is an event system based on the talloc memory management library. License: LGPLv3+ URL: http://tevent.samba.org @@ -85,6 +85,9 @@ cp -a ./doc/man/* $RPM_BUILD_ROOT/%{_mandir}/ %changelog +* Wed Oct 19 2022 Kunlin Yang - 0.11.0-2 +- rebuild the version to 0.11.0-2 + * Thu Nov 25 2021 Wenchao Hao - 0.11.0-1 - update to v0.11.0 version -- Gitee