From e9751a95d56aafe757d319fee663cd220a76123a Mon Sep 17 00:00:00 2001 From: Zhiqiang Liu Date: Fri, 23 Jul 2021 11:55:25 +0800 Subject: [PATCH] remove BuildRequires gdb --- lua-expat.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lua-expat.spec b/lua-expat.spec index 4e5209d..0f05020 100644 --- a/lua-expat.spec +++ b/lua-expat.spec @@ -5,7 +5,7 @@ Name: lua-expat Version: 1.3.0 -Release: 19 +Release: 20 Summary: A SAX XML parser based on the Expat library License: MIT URL: http://www.keplerproject.org/luaexpat/ @@ -13,7 +13,7 @@ Source0: http://matthewwild.co.uk/projects/luaexpat/luaexpat-%{version}.t Patch6000: lua-expat-1.3.0-improve-test.patch -BuildRequires: lua >= %{luaver} lua-devel >= %{luaver} gcc expat-devel gdb +BuildRequires: lua >= %{luaver} lua-devel >= %{luaver} gcc expat-devel Requires: lua(abi) = %{luaver} %description @@ -57,6 +57,9 @@ lua -e 'package.cpath="./src/?.so;" .. package.cpath; package.path="./src/?.lua; %doc doc/us/* %changelog +* Fri Jul 23 2021 yuanxin - 1.3.0-20 +- remove BuildRequires gdb + * Fri Aug 14 2020 shenyangyang - 1.3.0-19 - Type:bugfix - ID:NA -- Gitee