15
0

Accepting request 681517 from devel:languages:python

- Update to 0.7.6a1:
  * no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/681517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyOpenAL?expand=0&rev=3
This commit is contained in:
2019-03-05 11:24:57 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9507f9729a3babc4b39a488954e7046e018f69dddd80c33aff8d4734a31e564
size 26408

3
PyOpenAL-0.7.6a1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c16bf243232a434c58e03c94068404b2cda22bbaa93f6f1c71a3596a01fa9ac4
size 26347

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 4 16:47:30 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.7.6a1:
* no upstream changelog
-------------------------------------------------------------------
Tue Dec 4 12:52:34 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-PyOpenAL
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# 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
@@ -18,24 +18,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-PyOpenAL
Version: 0.7.3a1
Version: 0.7.6a1
Release: 0
Summary: Python bindings for OpenAL
License: SUSE-Public-Domain
Group: Development/Languages/Python
Url: https://github.com/Zuzu-Typ/PyOpenAL
URL: https://github.com/Zuzu-Typ/PyOpenAL
Source: https://files.pythonhosted.org/packages/source/P/PyOpenAL/PyOpenAL-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module numpy}
# /SECTION
Requires: python-numpy
Requires: config(openal-soft)
Recommends: python-PyOgg
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module numpy}
# /SECTION
%python_subpackages
%description
@@ -59,7 +58,7 @@ sed -i 's/\r$//' README.md
%files %{python_files}
%doc README.md
%license COPYING LICENSE
%license COPYING LICENSE
%{python_sitelib}/*
%changelog