From cab2e5edcf2c8256faf25643f3f80ae7b1ab5221 Mon Sep 17 00:00:00 2001 From: wang_yue111 <648774160@qq.com> Date: Sat, 10 Jul 2021 17:15:27 +0800 Subject: [PATCH] %prep no longer patched with git --- hunspell-ko.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hunspell-ko.spec b/hunspell-ko.spec index ab35d91..262ed01 100644 --- a/hunspell-ko.spec +++ b/hunspell-ko.spec @@ -1,7 +1,7 @@ Name: hunspell-ko Summary: Korean hunspell dictionaries for hunspell used in OpenOffice Version: 0.7.0 -Release: 6 +Release: 7 Source: https://github.com/spellcheck-ko/hunspell-dict-ko/archive/%{version}.tar.gz URL: https://extensions.libreoffice.org/en/extensions/show/korean-spellchecker License: MPLv1.1 or GPLv2 or LGPLv2 @@ -14,7 +14,7 @@ Supplements: (hunspell and langpacks-ko) Korean hunspell dictionaries for hunspell used inOpenOffice. %prep -%autosetup -n hunspell-dict-ko-%{version} -p1 -S git +%autosetup -n hunspell-dict-ko-%{version} -p1 %build make @@ -31,5 +31,8 @@ make test %{_datadir}/myspell/* %changelog +* Sat Jul 10 2021 wangyue - 0.7.0-7 +- %prep no longer patched with git + * Sat Apr 18 2020 Jeffery.Gao - 0.7.0-6 - Package init