diff --git a/pyalsa-1.2.12.tar.bz2 b/pyalsa-1.2.12.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..6838056e80304bfab9a568886e513bea106bcf34 Binary files /dev/null and b/pyalsa-1.2.12.tar.bz2 differ diff --git a/pyalsa-1.2.7.tar.bz2 b/pyalsa-1.2.7.tar.bz2 deleted file mode 100644 index 4d700d79baafe66df31387a993276ac1ae19a7a2..0000000000000000000000000000000000000000 Binary files a/pyalsa-1.2.7.tar.bz2 and /dev/null differ diff --git a/python-alsa.spec b/python-alsa.spec index ac19eea582f8263e182b6d21799a7ec5912e328b..b4bd781a821e99a8b2a74cfcec69743034eb112a 100644 --- a/python-alsa.spec +++ b/python-alsa.spec @@ -1,12 +1,13 @@ Name: python-alsa -Version: 1.2.7 +Version: 1.2.12 Release: 1 Summary: Python binding for the ALSA library -License: LGPLv2+ -URL: http://www.alsa-project.org/ -Source0: http://www.alsa-project.org/files/pub/pyalsa/pyalsa-%{version}.tar.bz2 +License: LGPL-2.1-or-later +URL: https://www.alsa-project.org/ +Source0: https://www.alsa-project.org/files/pub/pyalsa/pyalsa-%{version}.tar.bz2 -BuildRequires: alsa-lib-devel >= %{version} gcc +BuildRequires: alsa-lib-devel >= %{version} +BuildRequires: gcc %description Python bindings for the ALSA library. @@ -33,6 +34,11 @@ Python3 bindings for the ALSA library. %{python3_sitearch}/* %changelog +* Thu Nov 14 2024 Funda Wang - 1.2.12-1 +- Update to 1.2.12 + - hcontrol,mixer: improve callback GIL state handling + - alsaseq: fix seg. fault when accessing `ConstantObject` extra + * Mon Apr 03 2023 yaoxin - 1.2.7-1 - Update to 1.2.7 diff --git a/python-alsa.yaml b/python-alsa.yaml index 10b62edee3c952364d507775eb300787a914b87d..a5965545c3b76c0e30c2bbdfb0ed997db74d168b 100644 --- a/python-alsa.yaml +++ b/python-alsa.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: alsa-project/alsa-python tag_prefix: ^v -seperator: . +separator: .