Hello community,
here is the log from the commit of package python-pocketsphinx-python for
openSUSE:Factory checked in at 2020-03-30 23:07:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pocketsphinx-python (Old)
and /work/SRC/openSUSE:Factory/.python-pocketsphinx-python.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pocketsphinx-python"
Mon Mar 30 23:07:58 2020 rev:3 rq:789863 version:0.1.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pocketsphinx-python/python-pocketsphinx-python.changes
2019-04-11 12:16:07.400899784 +0200
+++
/work/SRC/openSUSE:Factory/.python-pocketsphinx-python.new.3160/python-pocketsphinx-python.changes
2020-03-30 23:08:17.852343800 +0200
@@ -1,0 +2,6 @@
+Mon Mar 30 17:26:01 UTC 2020 - Matej Cepl <[email protected]>
+
+- Provide proper Provides/Obsoletes headers to replace obsolete
+ pocketsphinx package.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pocketsphinx-python.spec ++++++
--- /var/tmp/diff_new_pack.6H4E1d/_old 2020-03-30 23:08:19.120344522 +0200
+++ /var/tmp/diff_new_pack.6H4E1d/_new 2020-03-30 23:08:19.124344525 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pocketsphinx-python
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,35 +12,36 @@
# 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/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pocketsphinx-python
Version: 0.1.3
Release: 0
-License: BSD-2-Clause
Summary: Python interface to CMU Sphinxbase and Pocketsphinx libraries
-Url: https://github.com/bambocher/pocketsphinx-python
+License: BSD-2-Clause
Group: Development/Languages/Python
+URL: https://github.com/bambocher/pocketsphinx-python
Source:
https://files.pythonhosted.org/packages/source/p/pocketsphinx/pocketsphinx-%{version}.tar.bz2
Patch0: fix-encoding.diff
# PATCH-FIX-UPSTREAM https://github.com/bambocher/pocketsphinx-python/pull/45
Patch1: reproducible.patch
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
-BuildRequires: swig
-BuildRequires: libpulse-devel
BuildRequires: fdupes
-
+BuildRequires: libpulse-devel
+BuildRequires: python-rpm-macros
+BuildRequires: swig
+Provides: pocketsphinx = %{version}
+Obsoletes: pocketsphinx < %{version}
%python_subpackages
%description
This package provides a python interface to CMU Sphinxbase and Pocketsphinx
libraries created with SWIG and Setuptools.
Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For Speech
Recognition.
-
%prep
%setup -q -n pocketsphinx-%{version}
%patch0 -p1
@@ -55,8 +56,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
%{python_sitearch}/*
%changelog