From e6aab3bca1146ae428619a1f5eba7c8c709746a6 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:21:33 +0100 Subject: [PATCH] update to 1.2.4 [release 1.2.4-1mamba;Mon Oct 19 2020] --- alsa-utils.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/alsa-utils.spec b/alsa-utils.spec index b4fda18..414df7d 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -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 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 1.2.4-1mamba +- update to 1.2.4 + * Fri Jun 12 2020 Automatic Build System 1.2.3-1mamba - automatic version update by autodist