!7 Upgrade byacc to 2.0.20210109 in master

From: @jlwwlsqc
Reviewed-by: @openeuler-basic,@overweight,@licihua
Signed-off-by: @overweight,@licihua
This commit is contained in:
openeuler-ci-bot 2021-02-03 16:07:09 +08:00 committed by Gitee
commit 7a577db950
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: byacc Name: byacc
Version: 1.9.20200330 Version: 2.0.20210109
Release: 1 Release: 1
Summary: A parser generator Summary: A parser generator
License: public domain License: public domain
@ -18,7 +18,7 @@ rejected.
%package_help %package_help
%prep %prep
%autosetup -n byacc-20200330 -p1 %autosetup -n byacc-20210109 -p1
find . -type f -name \*.c -print0 | xargs -0 sed -i 's/YYSTACKSIZE 500/YYSTACKSIZE 10000/g' find . -type f -name \*.c -print0 | xargs -0 sed -i 's/YYSTACKSIZE 500/YYSTACKSIZE 10000/g'
%build %build
@ -43,6 +43,9 @@ ln -s yacc.1 %{buildroot}%{_mandir}/man1/byacc.1
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Mon Feb 1 2021 wangjie<wangjie294@huawei.com> - 2.0.20210109
- DESC:upgrade 2.0.20210109
* Sta Jul 25 2020 xinghe <xinghe1@huawei.com> - 1.9.20200330-1 * Sta Jul 25 2020 xinghe <xinghe1@huawei.com> - 1.9.20200330-1
- update version to 1.9.20200330 - update version to 1.9.20200330

Binary file not shown.