update to 1.2.15.1
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
d2872e5bc6
commit
712def8d07
2 changed files with 13 additions and 5 deletions
|
|
@ -1,21 +1,24 @@
|
|||
%define baseversion 1.2.15
|
||||
#define fixversion .2
|
||||
%define fixversion .1
|
||||
%global _hardened_build 1
|
||||
|
||||
%global utils_patch 0
|
||||
|
||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||
Name: alsa-utils
|
||||
Version: %{baseversion}%{?fixversion}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://www.alsa-project.org/
|
||||
Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2
|
||||
#Patch1: alsa-utils-git.patch
|
||||
Source4: alsaunmute
|
||||
Source5: alsaunmute.1
|
||||
Source11: alsactl.conf
|
||||
Source20: alsa-restore.service
|
||||
Source22: alsa-state.service
|
||||
#Patch1: alsa-git.patch
|
||||
%if %{utils_patch}
|
||||
Patch1: alsa-git.patch
|
||||
%endif
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: autoconf automake libtool
|
||||
|
|
@ -63,7 +66,9 @@ Architecture (ALSA) framework and Fast Fourier Transform library.
|
|||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%if %{utils_patch}
|
||||
%patch -P1 -p1 -b .alsa-git
|
||||
%endif
|
||||
|
||||
%build
|
||||
autoreconf -vif
|
||||
|
|
@ -206,6 +211,9 @@ fi
|
|||
%systemd_postun_with_restart alsa-state.service
|
||||
|
||||
%changelog
|
||||
* Fri Dec 19 2025 Jaroslav Kysela <perex@perex.cz> - 1.2.15.1-1
|
||||
* Updated to 1.2.15.1
|
||||
|
||||
* Mon Dec 8 2025 Jaroslav Kysela <perex@perex.cz> - 1.2.15-2
|
||||
* Updated to 1.2.15
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (alsa-utils-1.2.15.tar.bz2) = 34b275d8a3c56e59a9f9e440ee6859d70d5d69a992a80593b6bcdd0eb8ac8ee93878f4e63381eb310af82f287ed1b6f7593d2a03ab7acb487c98511355d11d82
|
||||
SHA512 (alsa-utils-1.2.15.1.tar.bz2) = f961c6f85244a6f10708f7e352e1eaa05fc898ec9e0d26e792efe4d2934568a455836035b311376dd03568f6c3607fad8702c5958c5874304d7afd6b8d5906e0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue