From 479d6d954cdbf330a8c912f395f93cc1f8315247 Mon Sep 17 00:00:00 2001 From: yangcheng1203 Date: Mon, 25 Apr 2022 10:15:50 +0800 Subject: [PATCH] Remove multithreaded (cherry picked from commit 819809c37aea60254d5762b8ba37d8674183ebb6) --- guile.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/guile.spec b/guile.spec index 6d58975..e8cd1a2 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 -- Gitee