diff --git a/pyaudio-0.2.7.tar.gz b/pyaudio-0.2.7.tar.gz deleted file mode 100644 index a0b2b0b..0000000 --- a/pyaudio-0.2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7807cf937df3652f64b014b9f579c308cf87057d32ed4250a6b28844e2b56287 -size 182396 diff --git a/pyaudio-0.2.8.tar.gz b/pyaudio-0.2.8.tar.gz new file mode 100644 index 0000000..726d1bf --- /dev/null +++ b/pyaudio-0.2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f85367cf79657616684487037957ac38582ecc5389b89420fe61d901b719551 +size 235900 diff --git a/python-PyAudio.changes b/python-PyAudio.changes index 22dfb06..a29ee6b 100644 --- a/python-PyAudio.changes +++ b/python-PyAudio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 14 15:30:37 UTC 2014 - toddrme2178@gmail.com + +- Update to 0.2.8 + * bug fixes related to the Python GIL and device name encoding. + ------------------------------------------------------------------- Thu Oct 24 11:11:25 UTC 2013 - speilicke@suse.com diff --git a/python-PyAudio.spec b/python-PyAudio.spec index 624b940..3b8a5bd 100644 --- a/python-PyAudio.spec +++ b/python-PyAudio.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyAudio # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-PyAudio -Version: 0.2.7 +Version: 0.2.8 Release: 0 Summary: Python Bindings for PortAudio v19 License: MIT @@ -40,7 +40,7 @@ Summary: Documentation for %{name} Group: Development/Libraries/Python %description docs -Documentation for python-PyAudio +Documentation and help files for %{name} %prep %setup -q -n PyAudio-%{version} @@ -52,13 +52,15 @@ python setup.py build python setup.py install --prefix=%{_prefix} --root=%{buildroot} %fdupes -s %{buildroot}/%{_prefix} +rm -r docs/.doctrees +rm -r docs/.buildinfo %files %defattr(-,root,root) %doc CHANGELOG README -%{python_sitearch}/*egg-info %{python_sitearch}/_portaudio.so %{python_sitearch}/pyaudio.py* +%{python_sitearch}/PyAudio-%{version}-py*.egg-info %files docs %defattr(-,root,root)