diff --git a/guile.spec b/guile.spec index fb2c4f97fde2b6a061e3bbec37bfec83233b4c0c..de4f9fc93d8fe59529b3f3442eb4164cbee68379 100644 --- a/guile.spec +++ b/guile.spec @@ -1,6 +1,6 @@ Name: guile Version: 2.2.7 -Release: 4 +Release: 5 Epoch: 5 Summary: GNU's Ubiquitous Intelligent Language for Extension License: LGPLv3+ @@ -42,6 +42,7 @@ developing applications that use %{name}. %autosetup -n %{name}-%{version} -p1 %build +autoreconf -fiv %configure --disable-error-on-warning sed -i 's|" $sys_lib_dlsearch_path "|" $sys_lib_dlsearch_path %{_libdir} "|' libtool %make_build @@ -112,6 +113,10 @@ fi %{_mandir}/man1/guile.1.gz %changelog +* Fri Jul 19 2024 liweigang - 5:2.2.7-5 +- fix build error(automake 1.17) +- regenerate configure file + * Wed Jan 03 2024 konglidong - 2.2.7-4 - fix bad macro expansion in changelog