Hello community, here is the log from the commit of package python-pyenchant for openSUSE:Factory checked in at 2013-09-16 16:34:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyenchant (Old) and /work/SRC/openSUSE:Factory/.python-pyenchant.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyenchant" Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyenchant/python-pyenchant.changes 2012-05-21 07:30:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyenchant.new/python-pyenchant.changes 2013-09-16 16:34:38.000000000 +0200 @@ -1,0 +2,7 @@ +Sat Sep 14 18:10:35 UTC 2013 - [email protected] + +- Add pyenchant-drop-bootstrap-distribute.patch: don't use the distribute + bootstrapping code, just use setuptools. Fixes build that was broken by the + attempt to download distribute. + +------------------------------------------------------------------- New: ---- pyenchant-drop-bootstrap-distribute.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyenchant.spec ++++++ --- /var/tmp/diff_new_pack.kyHZng/_old 2013-09-16 16:34:39.000000000 +0200 +++ /var/tmp/diff_new_pack.kyHZng/_new 2013-09-16 16:34:39.000000000 +0200 @@ -26,10 +26,12 @@ License: LGPL-2.1+ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz +# PATCH-FIX-OPENSUSE pyenchant-drop-bootstrap-distribute.patch +Patch1: pyenchant-drop-bootstrap-distribute.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: enchant BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools Requires: enchant Obsoletes: python-enchant < %{version} Provides: PyEnchant @@ -45,6 +47,7 @@ %prep %setup -q -n %{modname}-%{version} +%patch1 %build python setup.py build ++++++ pyenchant-drop-bootstrap-distribute.patch ++++++ --- setup.py.orig 2013-09-13 13:37:21.776077338 -0600 +++ setup.py 2013-09-13 13:37:36.518174652 -0600 @@ -5,9 +5,6 @@ # This script is placed in the public domain. # - -import distribute_setup -distribute_setup.use_setuptools() from setuptools import setup, find_packages, Extension from distutils.archive_util import make_archive -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
