From feec0a728a8d1373d02d94c9cd7c511dedb711cf Mon Sep 17 00:00:00 2001 From: znzjugod Date: Thu, 13 Apr 2023 06:51:54 +0000 Subject: [PATCH 1/2] update flex.spec. Signed-off-by: znzjugod --- flex.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flex.spec b/flex.spec index 82c1c07..756c92c 100644 --- a/flex.spec +++ b/flex.spec @@ -18,7 +18,7 @@ Patch0008: scanner-prevent-overflow-in-add_action.patch Patch0009: 0001-scanner-fix-default-of-yy_top_state.patch Patch0010: 0002-scanner-fix-default-of-yy_top_state.patch -BuildRequires: gcc gcc-c++ gettext help2man m4 bison texinfo automake autoconf +BuildRequires: gcc gettext help2man m4 bison texinfo automake autoconf Requires: m4 Requires(post): info Requires(preun): info -- Gitee From 0ca24b59c9f6e1c590110de2467a8f1b1d6406d8 Mon Sep 17 00:00:00 2001 From: znzjugod Date: Thu, 13 Apr 2023 07:16:33 +0000 Subject: [PATCH 2/2] update flex.spec. Signed-off-by: znzjugod --- flex.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flex.spec b/flex.spec index 756c92c..a063eef 100644 --- a/flex.spec +++ b/flex.spec @@ -1,6 +1,6 @@ Name: flex Version: 2.6.4 -Release: 5 +Release: 6 Summary: A fast lexical analyzer generator License: BSD URL: https://github.com/westes/flex @@ -18,7 +18,7 @@ Patch0008: scanner-prevent-overflow-in-add_action.patch Patch0009: 0001-scanner-fix-default-of-yy_top_state.patch Patch0010: 0002-scanner-fix-default-of-yy_top_state.patch -BuildRequires: gcc gettext help2man m4 bison texinfo automake autoconf +BuildRequires: gcc gettext help2man m4 bison texinfo automake autoconf gcc-g++ Requires: m4 Requires(post): info Requires(preun): info -- Gitee