From 03cb3078972ebba871983d0889a5032fbbff420a Mon Sep 17 00:00:00 2001 From: Renbo Date: Thu, 4 Jul 2024 17:14:37 +0800 Subject: [PATCH] update to libtevent-0.16.0-0.src.rpm Signed-off-by: Renbo --- download | 4 ++-- libtevent.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/download b/download index b669c17..442c536 100644 --- a/download +++ b/download @@ -1,2 +1,2 @@ -3768132d52c9f9c5049ef634d3bddead tevent-0.14.1.tar.asc -ac12f248559e21410b036f4bfe6b8987 tevent-0.14.1.tar.gz +ddefae059f6d55c7ff9affca77ceeabf tevent-0.16.0.tar.asc +561ec6bd28e0654a43639f8b5d75e175 tevent-0.16.0.tar.gz diff --git a/libtevent.spec b/libtevent.spec index 4ef09ba..8a01d43 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -4,11 +4,11 @@ %bcond_with python3 %endif -%global talloc_version 2.3.4 +%global talloc_version 2.4.1 Name: libtevent -Version: 0.14.1 -Release: 3%{?dist} +Version: 0.16.0 +Release: 0%{?dist} Summary: The tevent library License: LGPL-3.0-or-later URL: http://tevent.samba.org/ @@ -107,6 +107,9 @@ cp -a doc/man/man3 %{buildroot}%{_mandir} %ldconfig_scriptlets %changelog +* Fri Nov 17 2023 Pavel Filipenský - 0.16.0-0 +- resolves: RHEL-16504 - update to version 0.16.0 + * Tue Jun 06 2023 Pavel Filipenský - 0.14.1-3 - resolves: rhbz#2190425 - Rebuild to trigger distrobaker sync -- Gitee