forked from pool/python-PyOpenAL
Accepting request 764976 from home:mcalabkova:branches:devel:languages:python
- update to 0.7.11a1 * Library loading fix for Linux * replace byte concatanation with list appending * Removed numpy dependency OBS-URL: https://build.opensuse.org/request/show/764976 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyOpenAL?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
2e810e84d6
commit
284a1b7f1c
3
PyOpenAL-0.7.11a1.tar.gz
Normal file
3
PyOpenAL-0.7.11a1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33ffd00bac6208755d36c744ffe8b5866d10b3c8aac05dfc173d5166df5d76c1
|
||||
size 26714
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e83493ecf0afbfb76c453a0cc6f75294474076d8e7f2a5496db22f938481c925
|
||||
size 25991
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 15 14:48:54 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to 0.7.11a1
|
||||
* Library loading fix for Linux
|
||||
* replace byte concatanation with list appending
|
||||
* Removed numpy dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 14:40:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-PyOpenAL
|
||||
#
|
||||
# Copyright (c) 2019 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
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-PyOpenAL
|
||||
Version: 0.7.7a1
|
||||
Version: 0.7.11a1
|
||||
Release: 0
|
||||
Summary: Python bindings for OpenAL
|
||||
License: SUSE-Public-Domain
|
||||
@@ -29,13 +29,9 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-numpy
|
||||
Requires: config(openal-soft)
|
||||
Recommends: python-PyOgg
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module numpy}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user