diff --git a/PyOpenAL-0.7.3a1.tar.gz b/PyOpenAL-0.7.3a1.tar.gz deleted file mode 100644 index 27ccce3..0000000 --- a/PyOpenAL-0.7.3a1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9507f9729a3babc4b39a488954e7046e018f69dddd80c33aff8d4734a31e564 -size 26408 diff --git a/PyOpenAL-0.7.6a1.tar.gz b/PyOpenAL-0.7.6a1.tar.gz new file mode 100644 index 0000000..7f34a02 --- /dev/null +++ b/PyOpenAL-0.7.6a1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16bf243232a434c58e03c94068404b2cda22bbaa93f6f1c71a3596a01fa9ac4 +size 26347 diff --git a/python-PyOpenAL.changes b/python-PyOpenAL.changes index 1c77a01..b818702 100644 --- a/python-PyOpenAL.changes +++ b/python-PyOpenAL.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 4 16:47:30 UTC 2019 - Tomáš Chvátal + +- Update to 0.7.6a1: + * no upstream changelog + ------------------------------------------------------------------- Tue Dec 4 12:52:34 UTC 2018 - Matej Cepl diff --git a/python-PyOpenAL.spec b/python-PyOpenAL.spec index 6489193..3f69706 100644 --- a/python-PyOpenAL.spec +++ b/python-PyOpenAL.spec @@ -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