diff --git a/PyOpenAL-0.7.6a1.tar.gz b/PyOpenAL-0.7.6a1.tar.gz deleted file mode 100644 index 7f34a02..0000000 --- a/PyOpenAL-0.7.6a1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c16bf243232a434c58e03c94068404b2cda22bbaa93f6f1c71a3596a01fa9ac4 -size 26347 diff --git a/PyOpenAL-0.7.7a1.tar.gz b/PyOpenAL-0.7.7a1.tar.gz new file mode 100644 index 0000000..c139732 --- /dev/null +++ b/PyOpenAL-0.7.7a1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83493ecf0afbfb76c453a0cc6f75294474076d8e7f2a5496db22f938481c925 +size 25991 diff --git a/python-PyOpenAL.changes b/python-PyOpenAL.changes index b818702..fd676a4 100644 --- a/python-PyOpenAL.changes +++ b/python-PyOpenAL.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 14 14:40:40 UTC 2019 - Tomáš Chvátal + +- Update to 0.7.7a1: + * no upstream changelog + ------------------------------------------------------------------- Mon Mar 4 16:47:30 UTC 2019 - Tomáš Chvátal diff --git a/python-PyOpenAL.spec b/python-PyOpenAL.spec index 3f69706..3d7cb09 100644 --- a/python-PyOpenAL.spec +++ b/python-PyOpenAL.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-PyOpenAL -Version: 0.7.6a1 +Version: 0.7.7a1 Release: 0 Summary: Python bindings for OpenAL License: SUSE-Public-Domain @@ -26,6 +26,7 @@ Group: Development/Languages/Python 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: dos2unix BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-numpy @@ -46,8 +47,7 @@ installed, OGG Vorbis, OGG Opus and FLAC files. %prep %setup -q -n PyOpenAL-%{version} -# wrong-file-end-of-line-encoding -sed -i 's/\r$//' README.md +dos2unix README.md %build %python_build