From e01a0f0cc453b9b392386b257b546fa1a1ce3d36 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Fri, 21 May 2021 22:09:02 +0530 Subject: [PATCH] Resolves:rhbz#1961995 - Add gating tests from rhel-8 --- hspell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hspell.spec b/hspell.spec index bd894d9..605bc6c 100644 --- a/hspell.spec +++ b/hspell.spec @@ -1,7 +1,7 @@ Summary: A Hebrew spell checker Name: hspell Version: 1.4 -Release: 13%{?dist} +Release: 14%{?dist} License: AGPLv3 URL: http://hspell.ivrix.org.il/ Source: http://hspell.ivrix.org.il/%{name}-%{version}.tar.gz @@ -86,6 +86,9 @@ cp -p he.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/he_IL.aff %ldconfig_scriptlets %changelog +* Fri May 21 2021 Parag Nemade - 1.4-14 +- Resolves:rhbz#1961995 - Add gating tests from rhel-8 + * Fri Apr 16 2021 Mohan Boddu - 1.4-13 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937