diff --git a/guile.spec b/guile.spec index 6d589751ce216a18c3df523f0c2f0dcc215572a9..e8cd1a2f712ea4dd4190decaa17ec21b94ec7238 100644 --- a/guile.spec +++ b/guile.spec @@ -1,6 +1,6 @@ Name: guile Version: 2.0.14 -Release: 17 +Release: 18 Epoch: 5 Summary: GNU's Ubiquitous Intelligent Language for Extension License: LGPLv3+ @@ -37,7 +37,7 @@ developing applications that use %{name}. %build %configure --disable-error-on-warning sed -i 's|" $sys_lib_dlsearch_path "|" $sys_lib_dlsearch_path %{_libdir} "|' libtool -%make_build +make %install %make_install @@ -106,6 +106,9 @@ fi %{_mandir}/man1/guile.1.gz %changelog +* Mon Apr 25 2022 yangcheng - 2.0.14-18 +- Remove multithreaded builds to resolve binary bep differences + * Fri Jul 30 2021 chenyanpanHW - 2.0.14-17 - DESC: delete -S git from %autosetup, and delete BuildRequires git