Hello community,
here is the log from the commit of package python-snowballstemmer for
openSUSE:Factory checked in at 2018-12-14 20:47:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-snowballstemmer (Old)
and /work/SRC/openSUSE:Factory/.python-snowballstemmer.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-snowballstemmer"
Fri Dec 14 20:47:06 2018 rev:4 rq:655911 version:1.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-snowballstemmer/python-snowballstemmer.changes
2017-06-04 01:50:34.722613459 +0200
+++
/work/SRC/openSUSE:Factory/.python-snowballstemmer.new.28833/python-snowballstemmer.changes
2018-12-14 20:47:09.621528224 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:54:25 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-snowballstemmer.spec ++++++
--- /var/tmp/diff_new_pack.fw1rdt/_old 2018-12-14 20:47:10.221527397 +0100
+++ /var/tmp/diff_new_pack.fw1rdt/_new 2018-12-14 20:47:10.225527391 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-snowballstemmer
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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/
#
@@ -25,7 +25,8 @@
Group: Development/Languages/Python
Url: https://github.com/shibukawa/snowball_py
Source:
https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-%{version}.tar.gz
-BuildRequires: %{python_module devel}
+BuildRequires: %{python_module base}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -50,6 +51,7 @@
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%defattr(-,root,root,-)