diff --git a/python-enchant.spec b/python-enchant.spec index c8f5730..1baaad6 100644 --- a/python-enchant.spec +++ b/python-enchant.spec @@ -1,11 +1,8 @@ -# Work around a problem with libenchant versioning -# (python-enchant-1.3.1 failed to work with enchant-1.4.2-2.fc10) -%global enchant_dep enchant >= 1.5.0 %global srcname enchant Name: python-enchant Version: 3.2.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python bindings for Enchant spellchecking library License: LGPLv2+ @@ -26,7 +23,7 @@ Summary: Python 3 bindings for Enchant spellchecking library BuildRequires: python3-devel BuildRequires: python3-setuptools -Requires: %{enchant_dep} +Requires: enchant2 %{?python_provide:%python_provide python3-%{srcname}} @@ -75,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT/%{python3_sitelib}/%{srcname}/share %changelog +* Sun Aug 28 2022 Jens Petersen - 3.2.2-5 +- switch to using enchant2 (#2121993) + * Fri Jul 22 2022 Fedora Release Engineering - 3.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild