diff --git a/pulsectl-22.3.2.tar.gz b/pulsectl-22.3.2.tar.gz deleted file mode 100644 index 887939f8a278b8a17c8db6a72da72a9eaf4a05b0..0000000000000000000000000000000000000000 Binary files a/pulsectl-22.3.2.tar.gz and /dev/null differ diff --git a/pulsectl-23.5.1.tar.gz b/pulsectl-23.5.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..66f73c237c7a02343c460d98ddf6345647ce0845 Binary files /dev/null and b/pulsectl-23.5.1.tar.gz differ diff --git a/python-pulsectl.spec b/python-pulsectl.spec index cdae161a3ecc022a35542b075121e0f9fc117dff..041e3477c4d4181237d5b751f96a1f63c9aa857c 100644 --- a/python-pulsectl.spec +++ b/python-pulsectl.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pulsectl -Version: 22.3.2 +Version: 23.5.1 Release: 1 Summary: Python high-level interface and ctypes-based bindings for PulseAudio (libpulse) License: MIT URL: http://github.com/mk-fg/python-pulse-control -Source0: https://files.pythonhosted.org/packages/38/b5/7fb041271e9db6ad54a74eecbc84f8c9a9faf696c267b63dfc9fbbf63d49/pulsectl-22.3.2.tar.gz +Source0: https://files.pythonhosted.org/packages/b8/5d/0a04ef9f8296dd9b3f072d594c619059d814346381c9488087f0127bcb52/pulsectl-23.5.1.tar.gz BuildArch: noarch @@ -45,7 +45,7 @@ Originally forked from pulsemixer_ project, which had this code bundled. | %prep -%autosetup -n pulsectl-22.3.2 +%autosetup -n pulsectl-%{version} %build %py3_build @@ -85,6 +85,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 22 2023 wubijie - 23.5.1-1 +- Update package to version 23.5.1 + * Tue Jul 12 2022 cuiyudong - 22.3.2-1 - Type:update - ID:NA