From a8429d8e44ad9ef72e56145bd5dd1d96a637cbb97c93595a6321a21f9ad405eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 20 Jun 2016 09:12:48 +0000 Subject: [PATCH] - Enable minidebugs parsing with lzma OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=32 --- libunwind.changes | 5 +++++ libunwind.spec | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/libunwind.changes b/libunwind.changes index 2005fa2..fe48684 100644 --- a/libunwind.changes +++ b/libunwind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 20 09:12:10 UTC 2016 - tchvatal@suse.com + +- Enable minidebugs parsing with lzma + ------------------------------------------------------------------- Tue May 17 11:10:54 UTC 2016 - tchvatal@suse.com diff --git a/libunwind.spec b/libunwind.spec index 5ad6cd0..cfdb3c1 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -29,10 +29,11 @@ Source1: http://download.savannah.gnu.org/releases/libunwind/libunwind-%{ Source2: %{name}.keyring Source3: baselibs.conf BuildRequires: gcc-c++ -BuildRequires: libatomic_ops-devel -BuildRequires: pkg-config +BuildRequires: lzma-devel +BuildRequires: pkgconfig +BuildRequires: pkgconfig(atomic_ops) BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: %ix86 ia64 x86_64 %arm ppc ppc64 ppc64le aarch64 +ExclusiveArch: %{ix86} ia64 x86_64 %{arm} ppc ppc64 ppc64le aarch64 %description A portable and efficient C programming interface (API) to determine the @@ -51,7 +52,8 @@ call-chain of a program. %setup -q -n %{name}-%{realver} %build -%configure +%configure \ + --enable-minidebuginfo make %{?_smp_mflags} %check