From 130ef91126084edc779eebd877eaa4037926be6999a6bb7c0727c2173dc0eb41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 29 Aug 2019 02:18:02 +0000 Subject: [PATCH] Accepting request 726432 from home:jengelh:branches:devel:languages:python - Avoid self-reference in summary. OBS-URL: https://build.opensuse.org/request/show/726432 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=13 --- python-snowballstemmer.changes | 6 +++++- python-snowballstemmer.spec | 4 +--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/python-snowballstemmer.changes b/python-snowballstemmer.changes index 6909fee..fd33160 100644 --- a/python-snowballstemmer.changes +++ b/python-snowballstemmer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 27 09:26:48 UTC 2019 - Jan Engelhardt + +- Avoid self-reference in summary. + ------------------------------------------------------------------- Fri Aug 2 10:59:50 UTC 2019 - pgajdos@suse.com @@ -43,4 +48,3 @@ Thu Apr 9 02:13:13 UTC 2015 - termim@gmail.com Sun Mar 15 23:08:42 UTC 2015 - arun@gmx.de - initial version - diff --git a/python-snowballstemmer.spec b/python-snowballstemmer.spec index 4eaf4e9..bf1ef8d 100644 --- a/python-snowballstemmer.spec +++ b/python-snowballstemmer.spec @@ -20,7 +20,7 @@ Name: python-snowballstemmer Version: 1.9.0 Release: 0 -Summary: This package provides 16 stemmer algorithms +Summary: 16 stemmer algorithms License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/shibukawa/snowball_py @@ -30,7 +30,6 @@ Source1: https://raw.githubusercontent.com/snowballstem/snowball/master/C BuildRequires: %{python_module base} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -57,7 +56,6 @@ cp %{SOURCE1} . %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) %{python_sitelib}/* %doc README.rst %license COPYING