From 43c382f463ceed2833eb23e5cf871cf1395048c2 Mon Sep 17 00:00:00 2001 From: wangxiao65 Date: Mon, 22 Jul 2024 08:50:33 +0000 Subject: [PATCH] fix build failure due to automake upgrade (cherry picked from commit e140c87460ab10a750f6afe5d35e602918f29805) --- libvisual.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libvisual.spec b/libvisual.spec index fe66e0b..fb48d92 100644 --- a/libvisual.spec +++ b/libvisual.spec @@ -1,6 +1,6 @@ Name: libvisual Version: 0.4.2 -Release: 2 +Release: 3 Epoch: 1 Summary: Audio Visualization Library @@ -11,7 +11,7 @@ Source0: http://dl.sf.net/libvisual/%{name}-%{version}.tar.gz Patch1: libvisual-0.4.0-inlinedefineconflict.patch Patch2: libvisual-0.4.2-sw.patch -BuildRequires: libtool gettext gcc-c++ xorg-x11-proto-devel doxygen SDL-devel +BuildRequires: libtool gettext gcc-c++ xorg-x11-proto-devel doxygen SDL-devel autoconf-archive %description Libvisual is a library that acts as a middle layer between applications @@ -36,6 +36,8 @@ libraries. %autosetup -n %{name}-%{version} -p1 %build +#automake upgrade to 1.17 and autoconf upgrade to 2.72, but libvisual configure etc files also 1.16.5, so autoreconf +autoreconf %configure touch aclocal.m4 #Do not regenerate aclocal.m4, for ci check_build make %{?_smp_mflags} @@ -64,6 +66,9 @@ make %{?_smp_mflags} %{_libdir}/pkgconfig/*.pc %changelog +* Mon Jul 22 2024 wangxiao - 1:0.4.2-3 +- fix build failure due to automake upgrade + * Tue Feb 27 2024 wangshuo - 1:0.4.2-2 - add libvisual-0.4.2 sw64 arch patch -- Gitee