File project.diff of Package libunwind
--- libunwind.changes.orig
+++ libunwind.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Aug 20 23:37:17 UTC 2012 - agraf@suse.com
+
+- add support for ARM
+
+-------------------------------------------------------------------
Mon Mar 5 22:35:56 CET 2012 - dmueller@suse.de
- remove build from ARM
--- libunwind.spec.orig
+++ libunwind.spec
@@ -29,8 +29,9 @@ Source: libunwind-%{version}.tar
Patch0: libunwind-1.0.1-ia64.diff
Patch1: libunwind-1.0.1-memset.diff
Patch2: libunwind-1.0.1-tests.diff
+Patch3: 20120704_fix_arm_ftbfs.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch: %ix86 ia64 x86_64
+ExclusiveArch: %ix86 ia64 x86_64 %arm
%description
A portable and efficient C programming interface (API) to determine the
@@ -63,6 +64,7 @@ Authors:
%patch0 -p1
%patch1 -p1
%patch2
+%patch3 -p1
# %patch
%build