From 5edc5f905a67a0ec76f218fa46642ef090a1ab229bd043e0712d4abecd0bac40 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 26 Jan 2013 08:19:51 +0000 Subject: [PATCH 1/2] - filelist fix for ARM OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=11 --- libunwind.changes | 5 +++++ libunwind.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libunwind.changes b/libunwind.changes index 3d94448..afe6b62 100644 --- a/libunwind.changes +++ b/libunwind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jan 26 08:19:34 UTC 2013 - dmueller@suse.com + +- filelist fix for ARM + ------------------------------------------------------------------- Tue Dec 11 18:15:57 UTC 2012 - dvaleev@suse.com diff --git a/libunwind.spec b/libunwind.spec index ad16474..c0c24ed 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -1,7 +1,7 @@ # # spec file for package libunwind # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -104,7 +104,7 @@ stat "%buildroot"/$(readlink -f "%buildroot/%_libdir/libunwind.so"); %{_libdir}/pkgconfig/libunwind-ptrace.pc %{_libdir}/pkgconfig/libunwind-setjmp.pc %{_libdir}/pkgconfig/libunwind.pc -%ifarch i586 x86_64 +%ifarch %arm i586 x86_64 %{_libdir}/pkgconfig/libunwind-coredump.pc %endif %doc %{_mandir}/man?/* From 3d8bbd51da67e8aa54887aa8f68825e096c928655f7b43054f531bdcc72ea4ab Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 26 Jan 2013 08:20:09 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=12 --- libunwind.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libunwind.spec b/libunwind.spec index c0c24ed..e848016 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -104,7 +104,7 @@ stat "%buildroot"/$(readlink -f "%buildroot/%_libdir/libunwind.so"); %{_libdir}/pkgconfig/libunwind-ptrace.pc %{_libdir}/pkgconfig/libunwind-setjmp.pc %{_libdir}/pkgconfig/libunwind.pc -%ifarch %arm i586 x86_64 +%ifarch %arm %ix86 x86_64 %{_libdir}/pkgconfig/libunwind-coredump.pc %endif %doc %{_mandir}/man?/*