From ae9f30a38c2c781a2e0ff3b4ce842992894f9bae Mon Sep 17 00:00:00 2001 From: "Wei, Qiang" Date: Mon, 18 Apr 2022 14:57:27 +0800 Subject: [PATCH] Remove self dependency which is temporary used to resolve compatiable during upgrade. Signed-off-by: Wei, Qiang --- hunspell.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hunspell.spec b/hunspell.spec index 6a42710..ef3d38a 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: 10 +Release: 11 URL: https://github.com/hunspell/hunspell Source: https://github.com/hunspell/hunspell/archive/v%{version}.tar.gz @@ -11,7 +11,7 @@ Patch9001: 0001-Add-format-literal-string-to-resolve-g-issue-for-for.patch License: LGPLv2+ or GPLv2+ or MPLv1.1 BuildRequires: gcc-c++ autoconf automake libtool ncurses-devel gettext-devel -BuildRequires: perl-generators words hunspell hunspell-devel +BuildRequires: perl-generators words %ifarch %{ix86} x86_64 BuildRequires: valgrind %endif @@ -60,9 +60,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 %files -f %{name}.lang @@ -88,6 +85,9 @@ cp -a %{_libdir}/libhunspell-1.6.so* %{buildroot}%{_libdir} %lang(hu) %{_mandir}/hu/man1/hunspell.1.gz %changelog +* Mon Apr 18 2022 - Qiang Wei -1.7.0-11 +- Remove self dependency which is temporary used to resolve compatiable during upgrade. + * Tue Mar 8 03:10:14 UTC 2022 - Qiang Wei -1.7.0-10 - Add format literal string to resolve g++ issue for format-security. -- Gitee