diff --git a/libunwind.changes b/libunwind.changes index a5dd405..7f7cc57 100644 --- a/libunwind.changes +++ b/libunwind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 5 22:35:56 CET 2012 - dmueller@suse.de + +- remove build from ARM + ------------------------------------------------------------------- Thu Feb 9 15:53:49 UTC 2012 - jengelh@medozas.de diff --git a/libunwind.spec b/libunwind.spec index c9c2dd5..619c50d 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -1,7 +1,7 @@ # # spec file for package libunwind # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,20 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: libunwind -BuildRequires: gcc-c++ libtool +BuildRequires: gcc-c++ +BuildRequires: libtool Url: http://savannah.nongnu.org/projects/libunwind/ Summary: Unwind Library -Version: 1.0.1 -Release: 34 -Group: System/Base License: MIT +Group: System/Base +Version: 1.0.1 +Release: 0 Source: libunwind-%{version}.tar.gz Patch0: libunwind-1.0.1-ia64.diff Patch1: libunwind-1.0.1-memset.diff Patch2: libunwind-1.0.1-tests.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: %ix86 ia64 x86_64 %arm +ExclusiveArch: %ix86 ia64 x86_64 %description A portable and efficient C programming interface (API) to determine the