Update to 1.10.9.

This commit is contained in:
Thomas Moschny 2015-01-31 10:23:51 +01:00
parent 80c63f463e
commit a67d57e0c0
4 changed files with 13 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <thomas.moschny@gmx.de> - 1.10.9-1
- Update to 1.10.9.
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.8-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1,6 +1,6 @@
#! /bin/bash
version=1.10.8
version=1.10.9
name=Botan-${version}
suffix=.tbz
newsuffix=.stripped.tbz

View File

@ -1 +1 @@
c7ebfad55bdfe0089e6201d11b0faa75 Botan-1.10.8.stripped.tbz
126ef6f9c7527392ecd5a0337669c8d6 Botan-1.10.9.stripped.tbz