Update to 1.8.13.

This commit is contained in:
Thomas Moschny 2011-07-20 22:54:11 +02:00
parent 38525cdc74
commit d8792c2daa
4 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/Botan-1.8.10.stripped.tbz
/Botan-1.8.11.stripped.tbz
/Botan-1.8.12.stripped.tbz
/Botan-1.8.13.stripped.tbz

View File

@ -1,5 +1,5 @@
Name: botan
Version: 1.8.12
Version: 1.8.13
Release: 1%{?dist}
Summary: Crypto library written in C++
@ -119,6 +119,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
%changelog
* Wed Jul 20 2011 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.13-1
- Update to 1.8.13.
* Sat Jul 2 2011 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.12-1
- Update to 1.8.12.

View File

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

View File

@ -1 +1 @@
22bf2922f9d7016838d8ef7d1983b19c Botan-1.8.12.stripped.tbz
e1cf4c2990a60867603fc111f0715e24 Botan-1.8.13.stripped.tbz