From 2ed6aa25476f5c371c0ef79301d4223204f273c5 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Thu, 2 Jun 2011 12:48:03 -0400 Subject: [PATCH] Added arm macro to ExclusiveArch --- libunwind.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libunwind.spec b/libunwind.spec index 2b0c2c7..57f905c 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -9,13 +9,13 @@ Summary: An unwinding library Name: libunwind Version: 0.99 %define snapshot 20090430betagit4b8404d1 -Release: 0.13.%{snapshot}%{?dist}.1 +Release: 0.14.%{snapshot}%{?dist}.1 License: BSD Group: Development/Debuggers Source: libunwind-%{snapshot}.tar.bz2 Patch1: libunwind-disable-setjmp.patch URL: http://savannah.nongnu.org/projects/libunwind -ExclusiveArch: arm hppa ia64 mips ppc ppc64 %{ix86} x86_64 +ExclusiveArch: %{arm} hppa ia64 mips ppc ppc64 %{ix86} x86_64 BuildRequires: automake libtool autoconf Conflicts: gdb < 6.6-9 @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/libunwind*.h %changelog +* Thu Jun 02 2011 Paul Whalen - 0.99-0.14.20090430betagit4b8404d1.1 +- Added arm macro to ExclusiveArch + * Wed Sep 29 2010 jkeating - 0.99-0.13.20090430betagit4b8404d1.1 - Rebuilt for gcc bug 634757