From c81189edab662a6c7b095668ff5d81ae9e7c8ffd Mon Sep 17 00:00:00 2001 From: wang_yue111 <648774160@qq.com> Date: Sat, 10 Jul 2021 11:11:10 +0800 Subject: [PATCH] %prep no longer patched with git --- hyphen-bn.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hyphen-bn.spec b/hyphen-bn.spec index e8df1a8..d3c2d10 100644 --- a/hyphen-bn.spec +++ b/hyphen-bn.spec @@ -1,13 +1,12 @@ Name: hyphen-bn Epoch: 1 Version: 0.7.0 -Release: 14 +Release: 15 Summary: Rules for bengali hyphenation rules License: LGPLv3+ URL: http://wiki.smc.org.in Source: http://download.savannah.gnu.org/releases/smc/hyphenation/patterns/hyphen-bn-%{version}.tar.bz2 Requires: hyphen -BuildRequires: git BuildArch: noarch Supplements: (hyphen and langpacks-bn) @@ -15,7 +14,7 @@ Supplements: (hyphen and langpacks-bn) Rules for bengali hyphenation. %prep -%autosetup -n hyphen-bn-%{version} -p1 -S git +%autosetup -n hyphen-bn-%{version} -p1 %build @@ -31,6 +30,9 @@ cd - %{_datadir}/hyphen/* %changelog +* Sat Jul 10 2021 wangyue - 0.7.0-15 +- %prep no longer patched with git + * Sat Jul 10 2021 wangyue - 0.7.0-14 - Add git to build dependency