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

This commit is contained in:
Silvan Calarco 2024-01-05 20:21:33 +01:00
parent aa175ff770
commit e6aab3bca1

View File

@ -1,7 +1,7 @@
%define _distrib_milestone %(echo %_distrib_codename | cut -d- -f1)
%define majver %(echo %version | cut -d. -f1-3)
Name: alsa-utils
Version: 1.2.3
Version: 1.2.4
Release: 1mamba
Summary: Utilities for the Advanced Linux Sound Architecture (ALSA)
Group: System/Kernel and Hardware
@ -9,7 +9,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.alsa-project.org/
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}%{?spl}.tar.bz2
Source: https://github.com/alsa-project/alsa-utils.git/v%{version}/alsa-utils-%{version}%{?spl}.tar.bz2
Source1: alsa-initscript
Source2: alsa-asound.conf
Source3: alsa-asound.conf-usb
@ -63,13 +63,15 @@ This package contains the utilities for the Advanced Linux Sound Architecture (A
%debug_package
%prep
%setup -q -n %{name}-%{version}%{?spl:%spl}
%setup -q
%patch0 -p1
#%patch1 -p1
%patch2 -p1
%patch3 -p1
#%patch4 -p1
autoreconf -f -i
%build
%configure
%make
@ -214,6 +216,9 @@ exit 0
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%changelog
* Mon Oct 19 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.4-1mamba
- update to 1.2.4
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
- automatic version update by autodist