Hello community, here is the log from the commit of package python3-pyenchant for openSUSE:13.1 checked in at 2013-09-26 19:43:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:13.1/python3-pyenchant (Old) and /work/SRC/openSUSE:13.1/.python3-pyenchant.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pyenchant" Changes: -------- --- /work/SRC/openSUSE:13.1/python3-pyenchant/python3-pyenchant.changes 2013-09-23 11:07:22.000000000 +0200 +++ /work/SRC/openSUSE:13.1/.python3-pyenchant.new/python3-pyenchant.changes 2013-09-26 19:43:53.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Sep 26 10:48:59 UTC 2013 - [email protected] + +- Add pyenchant-setuptools.patch: Backport of + https://github.com/rfk/pyenchant/pull/29 + +------------------------------------------------------------------- New: ---- pyenchant-setuptools.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-pyenchant.spec ++++++ --- /var/tmp/diff_new_pack.9gwMht/_old 2013-09-26 19:43:54.000000000 +0200 +++ /var/tmp/diff_new_pack.9gwMht/_new 2013-09-26 19:43:54.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python3-pyenchant # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -11,37 +11,39 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define pyname enchant -%define modname py%{pyname} -Name: python3-%{modname} + +Name: python3-pyenchant Version: 1.6.5 Release: 0 Url: http://www.rfk.id.au/software/pyenchant/ Summary: Python bindings for the Enchant spellchecking system License: LGPL-2.1+ Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz +Source: http://pypi.python.org/packages/source/p/pyenchant/pyenchant-%{version}.tar.gz +Patch0: pyenchant-setuptools.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: enchant -BuildRequires: python3 +#BuildRequires: python3 +%if 0%{?suse_version} == 1220 BuildRequires: python3-2to3 +%endif BuildRequires: python3-devel -BuildRequires: python3-distribute +BuildRequires: python3-setuptools Provides: PyEnchant = %{version} Obsoletes: PyEnchant < %{version} BuildArch: noarch Requires: enchant -Requires: python(abi) = %{py3_ver} %description PyEnchant is a spellchecking library for Python, based on the excellent Enchant library. %prep -%setup -q -n %{modname}-%{version} +%setup -q -n pyenchant-%{version} +%patch0 -p1 %build python3 setup.py build @@ -52,7 +54,7 @@ %files %defattr(-,root,root,-) %doc LICENSE.txt README.txt TODO.txt -%{python3_sitelib}/%{pyname} -%{python3_sitelib}/%{modname}-%{version}-py%{py3_ver}.egg-info +%{python3_sitelib}/enchant +%{python3_sitelib}/pyenchant-%{version}-py%{py3_ver}.egg-info %changelog ++++++ pyenchant-setuptools.patch ++++++ ++++ 887 lines (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
