From 339e1adf845801e0ed05eaf2e2c4d4c08eae6fd2 Mon Sep 17 00:00:00 2001 From: yanxiaodan Date: Fri, 24 Jun 2022 12:52:34 +0000 Subject: [PATCH] update gdbm.spec. --- gdbm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gdbm.spec b/gdbm.spec index 38705fa..070ebfd 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -1,6 +1,6 @@ Name: gdbm Version: 1.18.1 -Release: 4 +Release: 5 Epoch: 1 Summary: A library of database functions that work similar to the standard UNIX dbm License: GPLv3+ @@ -9,6 +9,7 @@ Source0: http://ftp.gnu.org/gnu/gdbm/gdbm-%{version}.tar.gz Patch0: 0000-Fix-gdbmtool-import-command.patch Patch1: 0001-fix-gdbm_dump-usage-stack-overflow.patch +Patch2: gdbm_dump-fix-command-line-error-detection.patch BuildRequires: gcc libtool gettext readline-devel git @@ -100,6 +101,9 @@ fi %{_infodir}/*.info* %changelog +* Fri Jun 24 2022 yanxiaodan - 1.18.1-5 +- gdbm_dump-fix-command-line-error-detection + * Wed Mar 02 2022 Zhiqiang Liu - 1.18.1-4 - Fix stack overflow in print_usage