From 757298e725a047e2d0518d423fb403a87fad1e80 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Sat, 30 Jul 2022 15:09:19 +0800 Subject: [PATCH] Remove self dependency which is temporary used to resolve compatiable during upgrade. --- hunspell.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hunspell.spec b/hunspell.spec index 1cb44ca..cac33e6 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: 9 +Release: 10 URL: https://github.com/hunspell/hunspell Source: https://github.com/hunspell/hunspell/archive/v%{version}.tar.gz @@ -10,7 +10,7 @@ Patch2: 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 @@ -59,9 +59,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 @@ -87,6 +84,9 @@ cp -a %{_libdir}/libhunspell-1.6.so* %{buildroot}%{_libdir} %lang(hu) %{_mandir}/hu/man1/hunspell.1.gz %changelog +* Sat Jul 30 2022 yaoxin - 1.7.0-10 +- Remove self dependency which is temporary used to resolve compatiable during upgrade. + * Mon Apr 25 2022 caodongxia -1.7.0-9 - Add format literal string to resolve g++ issue for format-security.