automatic version update by autodist [release 0.6.0-1mamba;Mon Oct 02 2017]
This commit is contained in:
parent
c1457f4f74
commit
31b65dfa5c
18
bctoolbox-0.6.0-ftbfs-arm.patch
Normal file
18
bctoolbox-0.6.0-ftbfs-arm.patch
Normal file
@ -0,0 +1,18 @@
|
||||
--- bctoolbox-0.6.0/src/utils/exception.cc.orig 2017-11-20 11:17:25.586640087 +0100
|
||||
+++ bctoolbox-0.6.0/src/utils/exception.cc 2017-11-20 11:17:59.044499675 +0100
|
||||
@@ -28,6 +28,7 @@
|
||||
using namespace std;
|
||||
|
||||
static void uncaught_handler() {
|
||||
+#if ATOMIC_INT_LOCK_FREE >= 2
|
||||
std::exception_ptr p = current_exception();
|
||||
try {
|
||||
rethrow_exception(p);
|
||||
@@ -36,6 +37,7 @@
|
||||
} catch (std::exception &ee) {
|
||||
BCTBX_SLOGE(NULL) << "Unexpected exception [" << ee.what() << " ] use BctbxException for better debug";
|
||||
}
|
||||
+#endif
|
||||
abort();
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: bctoolbox
|
||||
Version: 0.4.0
|
||||
Version: 0.6.0
|
||||
Release: 1mamba
|
||||
Summary: Utilities library used by Belledonne Communications softwares like belle-sip, mediastreamer2 and linphone
|
||||
Group: System/Libraries
|
||||
@ -9,6 +9,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://linphone.org
|
||||
## GITSOURCE https://github.com/BelledonneCommunications/bctoolbox.git 0.4.0
|
||||
Source: https://github.com/BelledonneCommunications/bctoolbox.git/%{version}/bctoolbox-%{version}.tar.bz2
|
||||
Patch0: bctoolbox-0.6.0-ftbfs-arm.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -45,6 +46,9 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%ifarch arm
|
||||
%patch0 -p1
|
||||
%endif
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
@ -78,9 +82,15 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/libbctoolbox.so
|
||||
%{_libdir}/pkgconfig/bctoolbox-tester.pc
|
||||
%{_libdir}/pkgconfig/bctoolbox.pc
|
||||
%doc NEWS README
|
||||
%doc NEWS
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 02 2017 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 18 2017 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 17 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user