Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyliblo for openSUSE:Factory checked in at 2021-12-24 20:23:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyliblo (Old) and /work/SRC/openSUSE:Factory/.python-pyliblo.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyliblo" Fri Dec 24 20:23:11 2021 rev:2 rq:942314 version:0.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyliblo/python-pyliblo.changes 2020-09-28 14:28:52.986138176 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyliblo.new.2520/python-pyliblo.changes 2021-12-24 20:23:32.482030776 +0100 @@ -1,0 +2,7 @@ +Thu Dec 23 08:56:16 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org> + +- Require python3-pyliblo by the -tools package instead of + %{python_module pyliblo}: the latter form actually requires all + python flavors, which was surely not intended. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyliblo.spec ++++++ --- /var/tmp/diff_new_pack.VjyAPH/_old 2021-12-24 20:23:32.870030980 +0100 +++ /var/tmp/diff_new_pack.VjyAPH/_new 2021-12-24 20:23:32.874030982 +0100 @@ -1,7 +1,8 @@ +# # spec file for package python-pyliblo # +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2019 Fabio Pesari -# 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,20 +13,22 @@ # 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-pyliblo Version: 0.10.0 Release: 0 Summary: Python bindings for the liblo Open Sound Control (OSC) library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Languages/Python URL: http://das.nasophon.de/pyliblo/ Source0: pyliblo-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: %{python_module devel} BuildRequires: %{python_module Cython} +BuildRequires: %{python_module devel} BuildRequires: liblo-devel %description @@ -36,7 +39,7 @@ %package -n pyliblo-tools Summary: Tools for python-pyliblo Group: Productivity/Multimedia/Sound/Utilities -Requires: %{python_module pyliblo} = %{version} +Requires: python3-pyliblo = %{version} %description -n pyliblo-tools This package contains command-line tools from python-pyliblo.