From e532845e6c5457abe092678af2ba54264631e23f Mon Sep 17 00:00:00 2001 From: wang--ge Date: Tue, 11 Oct 2022 15:46:13 +0800 Subject: [PATCH] remove self dependency --- hunspell.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hunspell.spec b/hunspell.spec index 182ee93..a9ae5e2 100644 --- a/hunspell.spec +++ b/hunspell.spec @@ -1,7 +1,7 @@ Name: hunspell Summary: A spell checker and morphological analyzer library Version: 1.7.0 -Release: 6 +Release: 7 URL: https://github.com/hunspell/hunspell Source: https://github.com/hunspell/hunspell/archive/%{name}-%{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 %ifarch %{ix86} x86_64 BuildRequires: valgrind %endif @@ -58,8 +58,6 @@ make check mkdir $RPM_BUILD_ROOT/%{_datadir}/myspell %find_lang %{name} -#Include previous ABI version for temporary binary compatibility -cp -a %{_libdir}/libhunspell-1.6.so* %{buildroot}%{_libdir} %ldconfig_scriptlets @@ -86,6 +84,9 @@ cp -a %{_libdir}/libhunspell-1.6.so* %{buildroot}%{_libdir} %lang(hu) %{_mandir}/hu/man1/hunspell.1.gz %changelog +* Mon Sep 05 2022 Ge Wang - 1.7.0-7 +- Remove self dependency which is temporary used to resolve compatiable + * Wed Jan 13 2021 jinzhimin - 1.7.0-6 - fix CVE-2019-16707