rpms/python-enchant/devel python-enchant.spec,1.16,1.17

Štěpán Kasal kasal at fedoraproject.org
Mon Feb 1 16:39:32 UTC 2010


Author: kasal

Update of /cvs/pkgs/rpms/python-enchant/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31142

Modified Files:
	python-enchant.spec 
Log Message:
- add a require to work around a problem with libenchant versioning


Index: python-enchant.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-enchant/devel/python-enchant.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- python-enchant.spec	26 Jul 2009 20:21:01 -0000	1.16
+++ python-enchant.spec	1 Feb 2010 16:39:31 -0000	1.17
@@ -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}-%{ve
 
 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 <skasal at redhat.com> - 1.3.1-6
+- add a require to work around a problem with libenchant versioning
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list