!15 Delete a BuildRequires for gdb

From: @yu-shaogui
Reviewed-by: @zzm_567,@yanan-rock
Signed-off-by: @yanan-rock
This commit is contained in:
openeuler-ci-bot 2021-07-24 07:57:47 +00:00 committed by Gitee
commit 3063f943f9

View File

@ -1,7 +1,7 @@
Name: hunspell
Summary: A spell checker and morphological analyzer library
Version: 1.7.0
Release: 7
Release: 8
URL: https://github.com/hunspell/hunspell
Source: https://github.com/hunspell/hunspell/archive/v%{version}.tar.gz
@ -9,7 +9,7 @@ Patch1: backport-CVE-2019-16707.patch
License: LGPLv2+ or GPLv2+ or MPLv1.1
BuildRequires: gcc-c++ autoconf automake libtool ncurses-devel gettext
BuildRequires: perl-generators words hunspell hunspell-devel gdb
BuildRequires: perl-generators words hunspell hunspell-devel
%ifarch %{ix86} x86_64
BuildRequires: valgrind
%endif
@ -86,6 +86,9 @@ cp -a %{_libdir}/libhunspell-1.6.so* %{buildroot}%{_libdir}
%lang(hu) %{_mandir}/hu/man1/hunspell.1.gz
%changelog
* Wed Jul 21 2021 yushaogui <yushaogui@huawei.com> - 1.7.0-8
- delete a buildrequires for gdb
* Wed Jan 13 2021 jinzhimin <jinzhimin2@huawei.com> - 1.7.0-7
- fix CVE-2019-16707