Hello community,
here is the log from the commit of package python-pyenchant for
openSUSE:Factory checked in at 2019-01-15 13:14:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyenchant (Old)
and /work/SRC/openSUSE:Factory/.python-pyenchant.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyenchant"
Tue Jan 15 13:14:57 2019 rev:14 rq:663620 version:2.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyenchant/python-pyenchant.changes
2018-08-31 09:51:20.765517447 +0200
+++
/work/SRC/openSUSE:Factory/.python-pyenchant.new.28833/python-pyenchant.changes
2019-01-15 13:14:58.812423525 +0100
@@ -1,0 +2,5 @@
+Tue Jan 8 10:48:47 UTC 2019 - [email protected]
+
+- Use enchant 1 in SLE 15/Leap 15
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyenchant.spec ++++++
--- /var/tmp/diff_new_pack.2aJ4em/_old 2019-01-15 13:14:59.300423142 +0100
+++ /var/tmp/diff_new_pack.2aJ4em/_new 2019-01-15 13:14:59.304423140 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pyenchant
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -28,14 +28,22 @@
Source:
https://files.pythonhosted.org/packages/source/p/pyenchant/pyenchant-%{version}.tar.gz
Patch0: enchant2.patch
BuildRequires: %{python_module setuptools}
+%if 0%{?suse_version} > 1500
BuildRequires: enchant-2-backend-hunspell
+%else
+BuildRequires: enchant
+%endif
BuildRequires: fdupes
BuildRequires: myspell-en
BuildRequires: myspell-en_AU
BuildRequires: myspell-en_US
BuildRequires: python-rpm-macros
BuildRequires: python3-2to3
+%if 0%{?suse_version} > 1500
Requires: enchant-2-backend-hunspell
+%else
+Requires: enchant
+%endif
Provides: python-enchant
BuildArch: noarch
%ifpython2