diff --git a/PyOpenAL-0.7.11a1.tar.gz b/PyOpenAL-0.7.11a1.tar.gz new file mode 100644 index 0000000..9953405 --- /dev/null +++ b/PyOpenAL-0.7.11a1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ffd00bac6208755d36c744ffe8b5866d10b3c8aac05dfc173d5166df5d76c1 +size 26714 diff --git a/PyOpenAL-0.7.7a1.tar.gz b/PyOpenAL-0.7.7a1.tar.gz deleted file mode 100644 index c139732..0000000 --- a/PyOpenAL-0.7.7a1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e83493ecf0afbfb76c453a0cc6f75294474076d8e7f2a5496db22f938481c925 -size 25991 diff --git a/python-PyOpenAL.changes b/python-PyOpenAL.changes index fd676a4..1be098a 100644 --- a/python-PyOpenAL.changes +++ b/python-PyOpenAL.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jan 15 14:48:54 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-PyOpenAL.spec b/python-PyOpenAL.spec index 3d7cb09..e428516 100644 --- a/python-PyOpenAL.spec +++ b/python-PyOpenAL.spec @@ -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