Update to 1.2.16
Resolves: RHEL-183300 Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
This commit is contained in:
parent
580c99d80d
commit
5f345248db
@ -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
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (alsa-utils-1.2.15.2.tar.bz2) = 13ca15a63bcbf81a4643ef03e391200d7523335bc300e290756089c4cfeccb9773cf6b77f9fcf4b80e6aa2e8c5e33a2c86c9173f1feb480aedf5ecda0f7c47cd
|
||||
SHA512 (alsa-utils-1.2.16.tar.bz2) = 288c042f5acb8a7cf1b0a0c25327c74e0bce126124253bdb2d0dc2630b8bc80b5e5d694de97738d031377fd82d887db32af1c4b27c6d940357b318d0a3ef02cf
|
||||
|
||||
Loading…
Reference in New Issue
Block a user