From 4de5f2db8f895bfffff861c00aea034e0843d9ee Mon Sep 17 00:00:00 2001 From: cherry530 <707078654@qq.com> Date: Tue, 16 Jul 2024 20:24:38 +0800 Subject: [PATCH] fix the patch error Signed-off-by: cherry530 <707078654@qq.com> --- aspell-0.60.8-pspell_conf.patch | 2 +- aspell.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/aspell-0.60.8-pspell_conf.patch b/aspell-0.60.8-pspell_conf.patch index a5fe8e4..021f29d 100644 --- a/aspell-0.60.8-pspell_conf.patch +++ b/aspell-0.60.8-pspell_conf.patch @@ -48,7 +48,7 @@ index 8a6e697..995a3df 100755 "lib5/Makefile") CONFIG_FILES="$CONFIG_FILES lib5/Makefile" ;; + "aspell.pc") CONFIG_FILES="$CONFIG_FILES aspell.pc" ;; - *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + *) as_fn_error $? "invalid argument: '$ac_config_target'" "$LINENO" 5;; esac diff --git a/scripts/mkconfig b/scripts/mkconfig index 608e3f7..f15f31c 100755 diff --git a/aspell.spec b/aspell.spec index 953b95b..5366320 100644 --- a/aspell.spec +++ b/aspell.spec @@ -1,7 +1,7 @@ Summary: Spell checker Name: aspell Version: 0.60.8.1 -Release: 1 +Release: 2 Epoch: 12 License: LGPL-2.0-or-later AND LGPL-2.1-only AND GPL-2.0-or-later AND BSD-2-Clause URL: http://aspell.net/ @@ -121,6 +121,9 @@ make check %{_mandir}/man1/pspell-config.1* %changelog +* Tue Jul 16 2024 xu_ping <707078654@qq.com> - 12:0.60.8.1-2 +- fix the patch error. + * Mon Mar 18 2024 wangkai <13474090681@163.com> - 12:0.60.8.1-1 - Update to 0.60.8.1 and refix CVE-2019-25051 -- Gitee