File project.diff of Package Botan
--- Botan.changes.orig
+++ Botan.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Aug 16 09:06:44 UTC 2012 - dmueller@suse.com
+
+- don't fiddle with march settings, we want the distro defaults
+ (fixes build on ARM)
+
+-------------------------------------------------------------------
Tue Feb 7 08:04:05 UTC 2012 - coolo@suse.com
- little spec cleanup
--- Botan.spec.orig
+++ Botan.spec
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
%define version_suffix 1_10-0
%define short_version 1.10
@@ -33,8 +34,11 @@ Patch2: Botan-fix_install_paths.
Patch4: Botan-no-buildtime.patch
Patch5: Botan-qt_thread_support.patch
Patch6: Botan-fix_pkgconfig.patch
+Patch7: dont-set-mach-value.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Requires: zlib, bzip2 >= 1.0.2, gmp >= 4.1
+Requires: bzip2 >= 1.0.2
+Requires: gmp >= 4.1
+Requires: zlib
BuildRequires: bzip2 >= 1.0.2
BuildRequires: gcc-c++
BuildRequires: gmp-devel
@@ -65,7 +69,8 @@ supported, including RSA, DSA, DES, AES,
%package -n libbotan-devel
Summary: Development files for Botan
Group: Development/Libraries/C and C++
-Requires: gmp-devel libbz2-devel
+Requires: gmp-devel
+Requires: libbz2-devel
Provides: Botan-devel = %{version}
Obsoletes: Botan-devel < %{version}
Requires: libbotan-%{version_suffix} = %{version}
@@ -84,6 +89,7 @@ programs that use the Botan library.
%patch4
%patch5
%patch6
+%patch7
%build
export RPM_OPT_FLAGS