From df1d27b064cae3ad98422a0ce0ab479f2fc1030b Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 13 Jul 2021 11:18:36 +0200 Subject: [PATCH] Resolves: rhbz#1977691 bump release number to add libvoikko-devel package to CRB --- libvoikko.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libvoikko.spec b/libvoikko.spec index cd22fd4..d068d2f 100644 --- a/libvoikko.spec +++ b/libvoikko.spec @@ -2,7 +2,7 @@ Name: libvoikko Version: 4.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Voikko is a library for spellcheckers and hyphenators License: GPLv2+ @@ -122,6 +122,9 @@ mkdir -p %{buildroot}%{_prefix}/lib/voikko %pycached %{python3_sitelib}/%{name}.py %changelog +* Tue Jul 13 2021 Mike FABIAN - 4.3-6 +- Resolves: rhbz#1977691 bump release number to add libvoikko-devel package to CRB + * Fri Apr 16 2021 Mohan Boddu - 4.3-5 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937