Accepting request 888054 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/888054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aubio?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2021-04-24 21:09:02 +00:00 committed by Git OBS Bridge
commit 46bb4a4b68
3 changed files with 9 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# #
# spec file for package aubio # spec file for package aubio
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 21 03:03:19 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Do not build for Python 3.6, due to no NumPy.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 1 09:05:38 UTC 2020 - Antonio Larrosa <alarrosa@suse.com> Tue Sep 1 09:05:38 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-aubio # spec file for package python-aubio
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,12 +17,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python36 1
Name: python-aubio Name: python-aubio
Version: 0.4.9 Version: 0.4.9
Release: 0 Release: 0
Summary: A collection of tools for music analysis Summary: A collection of tools for music analysis
License: GPL-3.0-or-later License: GPL-3.0-or-later
Group: Development/Languages/Python
URL: http://aubio.org/ URL: http://aubio.org/
Source: http://aubio.org/pub/aubio-%{version}.tar.bz2 Source: http://aubio.org/pub/aubio-%{version}.tar.bz2
Source1: http://aubio.org/pub/aubio-%{version}.tar.bz2.asc Source1: http://aubio.org/pub/aubio-%{version}.tar.bz2.asc
@ -34,7 +34,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-numpy Requires: python-numpy
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun): update-alternatives Requires(postun):update-alternatives
%python_subpackages %python_subpackages
%description %description