diff --git a/pyalsaaudio.spec b/pyalsaaudio.spec index 43a555d..acdd3f7 100644 --- a/pyalsaaudio.spec +++ b/pyalsaaudio.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: pyalsaaudio Version: 0.10.0 -Release: 1mamba +Release: 2mamba Summary: ALSA wrapper for Python Group: Development/Languages Vendor: openmamba @@ -13,8 +13,9 @@ License: Python Software Foundation License, LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libalsa-devel -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description ALSA wrapper for Python. The goal is to provide a functionality complete Python wrapper for ALSA. Currently PCM playback and capture, as well as the Mixer API is supported. @@ -50,6 +51,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Tue Sep 26 2023 Automatic Build System 0.10.0-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Sun Apr 16 2023 Automatic Build System 0.10.0-1mamba - automatic version update by autodist