import CS alsa-utils-1.2.16-1.el9

This commit is contained in:
AlmaLinux RelEng Bot 2026-08-24 08:50:55 -04:00
parent c0314fd75a
commit 367582454d
4 changed files with 18 additions and 8 deletions

View File

@ -1 +1 @@
18061a6a7c7f0192fe708d52a4b5928007908392 SOURCES/alsa-utils-1.2.15.2.tar.bz2
4786df38cd517bdf73a8a9191ffd4658e94526b5 SOURCES/alsa-utils-1.2.16.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/alsa-utils-1.2.15.2.tar.bz2
SOURCES/alsa-utils-1.2.16.tar.bz2

View File

@ -1,12 +1,19 @@
diff --git a/configure.ac b/configure.ac
index 4532778..d272bce 100644
index 6294be3..eae0534 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ([2.72])
+AC_PREREQ([2.69])
AC_INIT([alsa-utils], [1.2.16])
AC_CONFIG_SRCDIR([aplay/aplay.c])
AC_PREFIX_DEFAULT(/usr)
@@ -8,7 +8,7 @@ AM_INIT_AUTOMAKE([subdir-objects])
AM_MAINTAINER_MODE([enable])
AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.22.5])
-AM_GNU_GETTEXT_VERSION([0.25.1])
+AM_GNU_GETTEXT_VERSION([0.19.8])
dnl Checks for programs.

View File

@ -1,6 +1,6 @@
%define baseversion 1.2.15
%define libversion 1.2.15
%define fixversion .2
%define baseversion 1.2.16
%define libversion 1.2.16
#define fixversion .1
%global _hardened_build 1
%global utils_patch 0
@ -76,7 +76,7 @@ Architecture (ALSA) framework and Fast Fourier Transform library.
%endif
%build
autoreconf -vif
#autoreconf -vif
%configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --disable-alsaconf \
--with-udev-rules-dir=%{_prefix}/lib/udev/rules.d \
--with-systemdsystemunitdir=%{_unitdir} \
@ -216,6 +216,9 @@ fi
%systemd_postun_with_restart alsa-state.service
%changelog
* Wed Jun 24 2026 Jaroslav Kysela <perex@perex.cz> - 1.2.16-1
* Updated to 1.2.16
* Thu Jan 22 2026 Jaroslav Kysela <perex@perex.cz> - 1.2.15.2-1
* Updated to 1.2.15.2