From 8c956835f3d7f7ce76c426f79e48c734cc606d05 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:52:25 +0100 Subject: [PATCH] rebuilt with fix: bt-obex: symbol lookup error: /usr/lib/libreadline.so.6: undefined symbol: UP [release 0.1.38_662e-4mamba;Thu Dec 15 2016] --- bluez-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bluez-tools.spec b/bluez-tools.spec index 021ad1b..782c994 100644 --- a/bluez-tools.spec +++ b/bluez-tools.spec @@ -1,7 +1,7 @@ %define pkgver %(echo %version | tr _ -) Name: bluez-tools Version: 0.1.38_662e -Release: 3mamba +Release: 4mamba Summary: A set of tools to manage bluetooth devices for linux Group: Applications/Communication Vendor: openmamba @@ -33,7 +33,7 @@ A set of tools to manage bluetooth devices for linux. %build %configure -%make +%make LIBREADLINE="-lreadline -ltermcap" %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -65,6 +65,9 @@ A set of tools to manage bluetooth devices for linux. %doc AUTHORS COPYING %changelog +* Thu Dec 15 2016 Silvan Calarco 0.1.38_662e-4mamba +- rebuilt with fix: bt-obex: symbol lookup error: /usr/lib/libreadline.so.6: undefined symbol: UP + * Tue Nov 19 2013 Silvan Calarco 0.1.38_662e-3mamba - require obex-client