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 - 1.10.8-2 +- Added AArch64 architecture support + * Sat May 10 2014 Thomas Moschny - 1.10.8-1 - Update to 1.10.8.