Update to 1.8.13.
This commit is contained in:
parent
38525cdc74
commit
d8792c2daa
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
version=1.8.12
|
||||
version=1.8.13
|
||||
name=Botan-${version}
|
||||
suffix=.tbz
|
||||
newsuffix=.stripped.tbz
|
||||
|
Loading…
Reference in New Issue
Block a user