From a67d57e0c081a05791f1ddd07645613ce9bd27b3 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sat, 31 Jan 2015 10:23:51 +0100 Subject: [PATCH] Update to 1.10.9. --- .gitignore | 1 + botan.spec | 12 ++++++++++-- repack.sh | 2 +- sources | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c7a054a..a10c5ff 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /Botan-1.8.14.stripped.tbz /Botan-1.10.5.stripped.tbz /Botan-1.10.8.stripped.tbz +/Botan-1.10.9.stripped.tbz diff --git a/botan.spec b/botan.spec index 1a80066..1168f46 100644 --- a/botan.spec +++ b/botan.spec @@ -1,8 +1,8 @@ %global major_version 1.10 Name: botan -Version: %{major_version}.8 -Release: 7%{?dist} +Version: %{major_version}.9 +Release: 1%{?dist} Summary: Crypto library written in C++ Group: System Environment/Libraries @@ -19,7 +19,12 @@ BuildRequires: gcc-c++ BuildRequires: python BuildRequires: python-sphinx BuildRequires: python-devel +%if 0%{?fedora} >= 22 +# work around bug 1186014 +BuildRequires: boost-python-devel%{?_isa} +%else BuildRequires: boost-python-devel +%endif BuildRequires: bzip2-devel BuildRequires: zlib-devel @@ -169,6 +174,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate %changelog +* Sat Jan 31 2015 Thomas Moschny - 1.10.9-1 +- Update to 1.10.9. + * Fri Aug 15 2014 Fedora Release Engineering - 1.10.8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/repack.sh b/repack.sh index 9f40365..d23452d 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.10.8 +version=1.10.9 name=Botan-${version} suffix=.tbz newsuffix=.stripped.tbz diff --git a/sources b/sources index 89d7334..458bb6a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c7ebfad55bdfe0089e6201d11b0faa75 Botan-1.10.8.stripped.tbz +126ef6f9c7527392ecd5a0337669c8d6 Botan-1.10.9.stripped.tbz