From aa6abf618f74136924c3c120a129df1a8ce00727 Mon Sep 17 00:00:00 2001 From: shirely16 Date: Tue, 12 Apr 2022 20:30:08 +0800 Subject: [PATCH] fix build failure due to autoconf upgrade --- ORBit2.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ORBit2.spec b/ORBit2.spec index 8a9e911..466c920 100644 --- a/ORBit2.spec +++ b/ORBit2.spec @@ -1,6 +1,6 @@ Name: ORBit2 Version: 2.14.19 -Release: 25 +Release: 26 Summary: A high-performance CORBA Object Request Broker License: LGPLv2+ and GPLv2+ URL: https://gitlab.gnome.org/Archive/orbit2 @@ -48,9 +48,6 @@ Development package for ORBit. %autosetup -n %{name}-%{version} -p1 %build -libtoolize --force --copy -aclocal -autoconf %configure --disable-gtk-doc --enable-purify --disable-static %make_build @@ -83,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/* %changelog +* Tue Apr 12 2022 hanhui - 2.14.19-26 +- DESC: fix build failure due to autoconf upgrade + * Fri Jul 30 2021 chenyanpanHW - 2.14.19-25 - DESC: delete -Sgit from %autosetup, and delete BuildRequires git