From 44ce9cb7ddc68bd51edabee688b70354565918ee Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 2 Feb 2021 12:36:04 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libvoikko.git#b550d2b8351a19cce480f742f9dc210ce9aae023 --- libvoikko.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libvoikko.spec b/libvoikko.spec index 8b2772c..984aded 100644 --- a/libvoikko.spec +++ b/libvoikko.spec @@ -1,6 +1,6 @@ Name: libvoikko Version: 4.1.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Voikko is a library for spellcheckers and hyphenators License: GPLv2+ @@ -12,6 +12,7 @@ Source0: http://www.puimula.org/voikko-sources/%{name}/%{name}-%{version} BuildRequires: gcc-c++ BuildRequires: python3-devel +BuildRequires: make # Require the Finnish morphology because Finnish is currently the only language # supported by libvoikko in Fedora. Requires: malaga-suomi-voikko @@ -103,11 +104,12 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python3_sitelib}/ %files -n python3-libvoikko %{python3_sitelib}/%{name}.py* -%if ! 0%{?flatpak} %{python3_sitelib}/__pycache__/* -%endif %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 4.1.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 4.1.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild