From 909b78a47d4a85be1938b2edb8928baa9bff7056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Mon, 1 Feb 2010 16:39:31 +0000 Subject: [PATCH] - add a require to work around a problem with libenchant versioning --- python-enchant.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-enchant.spec b/python-enchant.spec index 00e0f51..5e90a5d 100644 --- a/python-enchant.spec +++ b/python-enchant.spec @@ -2,7 +2,7 @@ Name: python-enchant Version: 1.3.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python bindings for Enchant spellchecking library Group: Development/Languages @@ -13,6 +13,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel enchant-devel BuildRequires: python-setuptools >= 0:0.6a9 +# Work around a problem with libenchant versioning +# (python-enchant-1.3.1 failed to work with enchant-1.4.2-2.fc10) +Requires: enchant >= 1.5.0 Provides: PyEnchant @@ -53,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 1 2010 Stepan Kasal - 1.3.1-6 +- add a require to work around a problem with libenchant versioning + * Sun Jul 26 2009 Fedora Release Engineering - 1.3.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild