Hello community, here is the log from the commit of package libunwind for openSUSE:Factory checked in at 2016-07-09 09:17:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libunwind (Old) and /work/SRC/openSUSE:Factory/.libunwind.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libunwind" Changes: -------- --- /work/SRC/openSUSE:Factory/libunwind/libunwind.changes 2016-05-26 23:52:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libunwind.new/libunwind.changes 2016-07-09 09:17:45.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jun 20 09:12:10 UTC 2016 - [email protected] + +- Enable minidebugs parsing with lzma + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libunwind.spec ++++++ --- /var/tmp/diff_new_pack.BZ6N6n/_old 2016-07-09 09:17:47.000000000 +0200 +++ /var/tmp/diff_new_pack.BZ6N6n/_new 2016-07-09 09:17:47.000000000 +0200 @@ -29,10 +29,11 @@ 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 @@ %setup -q -n %{name}-%{realver} %build -%configure +%configure \ + --enable-minidebuginfo make %{?_smp_mflags} %check
