update to 1.2.4 [release 1.2.4-1mamba;Mon Oct 19 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 03:46:02 +01:00
parent ab6fa05ba5
commit d27f80ae0c

View File

@ -1,5 +1,5 @@
Name: libalsa Name: libalsa
Version: 1.2.3.2 Version: 1.2.4
Release: 1mamba Release: 1mamba
Summary: Library for the Advanced Linux Sound Architecture (ALSA) Summary: Library for the Advanced Linux Sound Architecture (ALSA)
Group: System/Kernel and Hardware Group: System/Kernel and Hardware
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.alsa-project.org/ URL: http://www.alsa-project.org/
Source0: ftp://ftp.alsa-project.org/pub/lib/alsa-lib-%{version}.tar.bz2 Source0: https://github.com/alsa-project/alsa-lib.git/v%{version}/alsa-lib-%{version}.tar.bz2
Source1: alsa-initscript Source1: alsa-initscript
Source2: alsa-modprobe Source2: alsa-modprobe
Source3: libalsa-ucm-Midas_WM1811.tar.xz Source3: libalsa-ucm-Midas_WM1811.tar.xz
@ -20,10 +20,6 @@ License: GPL
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libpython-devel BuildRequires: libpython-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
#%ifarch x86_64
#BuildRequires: gcc-multilib
#BuildRequires: glibc-multilib-devel
#%endif
Requires(post):/sbin/ldconfig Requires(post):/sbin/ldconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -92,10 +88,7 @@ This package contains static libraries and header files needed for development.
%prep %prep
%setup -q -n alsa-lib-%{version} %setup -q -n alsa-lib-%{version}
#% patch0 -p1 autoreconf -f -i
#%patch1 -p1
#%patch2 -p1
#%patch3 -p1
%build %build
%configure \ %configure \
@ -189,6 +182,9 @@ cp -a lib32/%{_prefix}/lib %{buildroot}%{_prefix}/
%endif %endif
%changelog %changelog
* Mon Oct 19 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.4-1mamba
- update to 1.2.4
* Tue Jul 07 2020 Automatic Build System <autodist@mambasoft.it> 1.2.3.2-1mamba * Tue Jul 07 2020 Automatic Build System <autodist@mambasoft.it> 1.2.3.2-1mamba
- automatic version update by autodist - automatic version update by autodist