forked from pool/python-PyAudio
- Update to 0.2.8
* bug fixes related to the Python GIL and device name encoding. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyAudio?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7807cf937df3652f64b014b9f579c308cf87057d32ed4250a6b28844e2b56287
|
|
||||||
size 182396
|
|
3
pyaudio-0.2.8.tar.gz
Normal file
3
pyaudio-0.2.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f85367cf79657616684487037957ac38582ecc5389b89420fe61d901b719551
|
||||||
|
size 235900
|
@@ -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
|
Thu Oct 24 11:11:25 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-PyAudio
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-PyAudio
|
Name: python-PyAudio
|
||||||
Version: 0.2.7
|
Version: 0.2.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Bindings for PortAudio v19
|
Summary: Python Bindings for PortAudio v19
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -40,7 +40,7 @@ Summary: Documentation for %{name}
|
|||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
|
|
||||||
%description docs
|
%description docs
|
||||||
Documentation for python-PyAudio
|
Documentation and help files for %{name}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n PyAudio-%{version}
|
%setup -q -n PyAudio-%{version}
|
||||||
@@ -52,13 +52,15 @@ python setup.py build
|
|||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
|
||||||
%fdupes -s %{buildroot}/%{_prefix}
|
%fdupes -s %{buildroot}/%{_prefix}
|
||||||
|
rm -r docs/.doctrees
|
||||||
|
rm -r docs/.buildinfo
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGELOG README
|
%doc CHANGELOG README
|
||||||
%{python_sitearch}/*egg-info
|
|
||||||
%{python_sitearch}/_portaudio.so
|
%{python_sitearch}/_portaudio.so
|
||||||
%{python_sitearch}/pyaudio.py*
|
%{python_sitearch}/pyaudio.py*
|
||||||
|
%{python_sitearch}/PyAudio-%{version}-py*.egg-info
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Reference in New Issue
Block a user