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