From aaaa7b592b10e3e720b1e6ad47edaf1683ed28de7b4462a35c3a9090c4edf9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 5 Oct 2022 14:57:34 +0000 Subject: [PATCH] Accepting request 1008052 from home:yarunachalam:branches:devel:languages:python - Update to version 0.9.2 Fix alsamixer_getvolume (#112 from @stephensp) OBS-URL: https://build.opensuse.org/request/show/1008052 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyalsaaudio?expand=0&rev=13 --- pyalsaaudio-0.9.1.tar.gz | 3 --- pyalsaaudio-0.9.2.tar.gz | 3 +++ python-pyalsaaudio.changes | 6 ++++++ python-pyalsaaudio.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 pyalsaaudio-0.9.1.tar.gz create mode 100644 pyalsaaudio-0.9.2.tar.gz diff --git a/pyalsaaudio-0.9.1.tar.gz b/pyalsaaudio-0.9.1.tar.gz deleted file mode 100644 index 52b9ffd..0000000 --- a/pyalsaaudio-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c7ea29d00d1b1c2314f6c8ec6c785d03530efb738a011d334ee666f1f55be5f -size 599417 diff --git a/pyalsaaudio-0.9.2.tar.gz b/pyalsaaudio-0.9.2.tar.gz new file mode 100644 index 0000000..9f9430f --- /dev/null +++ b/pyalsaaudio-0.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74a66d6c7a6bcceb990df66d3ebc0fe382fc9d765f35f050f9d98c695304b36 +size 599446 diff --git a/python-pyalsaaudio.changes b/python-pyalsaaudio.changes index bd6f499..b89de05 100644 --- a/python-pyalsaaudio.changes +++ b/python-pyalsaaudio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 4 23:53:05 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 0.9.2 + Fix alsamixer_getvolume (#112 from @stephensp) + ------------------------------------------------------------------- Wed May 4 06:12:13 UTC 2022 - Steve Kowalik diff --git a/python-pyalsaaudio.spec b/python-pyalsaaudio.spec index d6e1b08..22e756b 100644 --- a/python-pyalsaaudio.spec +++ b/python-pyalsaaudio.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyalsaaudio -Version: 0.9.1 +Version: 0.9.2 Release: 0 Summary: ALSA bindings for Python License: Python-2.0