[botan] Added AArch64 architecture support, patch being sent upstream

Peter Robinson pbrobinson at fedoraproject.org
Mon May 12 12:06:53 UTC 2014


commit c20c9653818e1cc2a41d20814178f2b8d249caf8
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon May 12 13:06:24 2014 +0100

    Added AArch64 architecture support, patch being sent upstream

 botan.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/botan.spec b/botan.spec
index 3e77829..6c9cd67 100644
--- a/botan.spec
+++ b/botan.spec
@@ -2,7 +2,7 @@
 
 Name:           botan
 Version:        %{major_version}.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Crypto library written in C++
 
 Group:          System Environment/Libraries
@@ -12,6 +12,7 @@ URL:            http://botan.randombit.net/
 # here: http://files.randombit.net/botan/Botan-%%{version}.tbz
 Source0:        Botan-%{version}.stripped.tbz
 Source1:        README.fedora
+Patch0:         botan-aarch64.patch
 
 BuildRequires:  gcc-c++
 BuildRequires:  python
@@ -77,6 +78,7 @@ interfaces may change in the future.
 
 %prep
 %setup -q -n Botan-%{version}
+%patch0 -p1
 cp -av %{SOURCE1} .
 
 
@@ -165,6 +167,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
 
 
 %changelog
+* Mon May 12 2014 Marcin Juszkiewicz <mjuszkiewicz at redhat.com> - 1.10.8-2
+- Added AArch64 architecture support
+
 * Sat May 10 2014 Thomas Moschny <thomas.moschny at gmx.de> - 1.10.8-1
 - Update to 1.10.8.
 


More information about the scm-commits mailing list