Added AArch64 architecture support, patch being sent upstream

This commit is contained in:
Peter Robinson 2014-05-12 13:06:24 +01:00
parent a7ae4770eb
commit c20c965381
1 changed files with 6 additions and 1 deletions

View File

@ -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@redhat.com> - 1.10.8-2
- Added AArch64 architecture support
* Sat May 10 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.8-1
- Update to 1.10.8.