diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9255864 --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2011-2018 Adrian Sampson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE +OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/audioread-2.1.5.tar.gz b/audioread-2.1.5.tar.gz deleted file mode 100644 index f7522ce..0000000 --- a/audioread-2.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36c3b118f097c58ba073b7d040c4319eff200756f094295677567e256282d0d7 -size 15615 diff --git a/audioread-2.1.6.tar.gz b/audioread-2.1.6.tar.gz new file mode 100644 index 0000000..c21c9b7 --- /dev/null +++ b/audioread-2.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b9270c20833a75ce0d167fb2fdad52ddcd8e8f300be8afad3ac9715850bc50 +size 15838 diff --git a/python-audioread.changes b/python-audioread.changes index 3181d5a..2453b38 100644 --- a/python-audioread.changes +++ b/python-audioread.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Nov 3 03:23:46 UTC 2018 - Todd R + +- Update to 2.1.6 + * Fix a "no such process" crash in the FFmpeg backend on Windows + Subsystem for Linux (thanks to @llamasoft). + * Avoid suppressing SIGINT in the GStreamer backend on older + versions of PyGObject (thanks to @lazka). +- Recommend dependencies needed for full functionality. +- Include license file + ------------------------------------------------------------------- Thu Sep 28 07:21:03 UTC 2017 - alarrosa@suse.com diff --git a/python-audioread.spec b/python-audioread.spec index 06046e6..b8a2f09 100644 --- a/python-audioread.spec +++ b/python-audioread.spec @@ -1,7 +1,7 @@ # # spec file for package python-audioread # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,17 +18,22 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-audioread -Version: 2.1.5 +Version: 2.1.6 Release: 0 Summary: Wrapper for audio decoding via selectable backends License: MIT Group: Development/Languages/Python Url: https://github.com/sampsyo/audioread -Source: https://files.pythonhosted.org/packages/source/a/audioread/audioread-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/a/audioread/audioread-%{version}.tar.gz +Source10: https://raw.githubusercontent.com/beetbox/audioread/master/LICENSE BuildRequires: %{python_module devel} +BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch +Recommends: ffmpeg +Recommends: python-gobject +Recommends: python-pymad +Recommends: typelib(Gst) = 1.0 %python_subpackages @@ -44,6 +49,7 @@ currently supports: %prep %setup -q -n audioread-%{version} +cp %{SOURCE10} . %build %python_build @@ -52,8 +58,8 @@ currently supports: %python_install %files %{python_files} -%defattr(-,root,root,-) %doc README.rst +%license LICENSE %{python_sitelib}/* %changelog