- Update to 1.8.11.

This commit is contained in:
Thomas Moschny 2010-11-06 14:51:10 +01:00
parent 8ed4744b09
commit b34d8ff9b2
4 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/Botan-1.8.9.tbz
/Botan-1.8.9.stripped.tbz
/Botan-1.8.10.stripped.tbz
/Botan-1.8.11.stripped.tbz

View File

@ -1,5 +1,5 @@
Name: botan
Version: 1.8.10
Version: 1.8.11
Release: 1%{?dist}
Summary: Crypto library written in C++
@ -119,6 +119,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
%changelog
* Sat Nov 6 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.11-1
- Update to 1.8.11.
* Sat Sep 4 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.10-1
- Update to 1.8.10.

View File

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

View File

@ -1 +1 @@
bd70ee065b99e74ad5c058cbf6c18f26 Botan-1.8.10.stripped.tbz
40456cf43c2396927da6c4ad3ccb3fac Botan-1.8.11.stripped.tbz