From 33a2cd9937fe2f25b66ebc8e7baea2c537db6afeaaab327408679eab37fc0325 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 29 Aug 2021 06:03:07 +0000 Subject: [PATCH] Accepting request 914186 from home:glaubitz:branches:devel:languages:python - Update to 0.4.1: * fixes freezing bug on Linux during startup * improves error reporting on Linux * fixes crash due to use-after-free on Linux * fixes unicode error on Windows OBS-URL: https://build.opensuse.org/request/show/914186 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=18 --- SoundCard-0.4.0.tar.gz | 3 --- SoundCard-0.4.1.tar.gz | 3 +++ python-SoundCard.changes | 9 +++++++++ python-SoundCard.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 SoundCard-0.4.0.tar.gz create mode 100644 SoundCard-0.4.1.tar.gz diff --git a/SoundCard-0.4.0.tar.gz b/SoundCard-0.4.0.tar.gz deleted file mode 100644 index 1fc3dfd..0000000 --- a/SoundCard-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d8c4f4199b88ee8231302e9b5b813ea23a4fa9558dcc6396c320117b041b59e -size 36733 diff --git a/SoundCard-0.4.1.tar.gz b/SoundCard-0.4.1.tar.gz new file mode 100644 index 0000000..0b161f9 --- /dev/null +++ b/SoundCard-0.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc63b1a0480385565dd8124deb9a77a28303b73491c76b520108a88431eb5e2 +size 37324 diff --git a/python-SoundCard.changes b/python-SoundCard.changes index a24d86b..c4ec960 100644 --- a/python-SoundCard.changes +++ b/python-SoundCard.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Aug 25 08:51:57 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 0.4.1: + * fixes freezing bug on Linux during startup + * improves error reporting on Linux + * fixes crash due to use-after-free on Linux + * fixes unicode error on Windows + ------------------------------------------------------------------- Fri Feb 26 11:08:45 UTC 2021 - Antonio Larrosa diff --git a/python-SoundCard.spec b/python-SoundCard.spec index 07da7a6..573635b 100644 --- a/python-SoundCard.spec +++ b/python-SoundCard.spec @@ -22,7 +22,7 @@ %define skip_python36 1 %endif Name: python-SoundCard -Version: 0.4.0 +Version: 0.4.1 Release: 0 Summary: Python package to play and record audio License: BSD-3-Clause