- Update to 1.8.11.
This commit is contained in:
parent
8ed4744b09
commit
b34d8ff9b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/Botan-1.8.9.tbz
|
/Botan-1.8.9.tbz
|
||||||
/Botan-1.8.9.stripped.tbz
|
/Botan-1.8.9.stripped.tbz
|
||||||
/Botan-1.8.10.stripped.tbz
|
/Botan-1.8.10.stripped.tbz
|
||||||
|
/Botan-1.8.11.stripped.tbz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: botan
|
Name: botan
|
||||||
Version: 1.8.10
|
Version: 1.8.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Crypto library written in C++
|
Summary: Crypto library written in C++
|
||||||
|
|
||||||
@ -119,6 +119,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Sep 4 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.10-1
|
||||||
- Update to 1.8.10.
|
- Update to 1.8.10.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
version=1.8.10
|
version=1.8.11
|
||||||
name=Botan-${version}
|
name=Botan-${version}
|
||||||
suffix=.tbz
|
suffix=.tbz
|
||||||
newsuffix=.stripped.tbz
|
newsuffix=.stripped.tbz
|
||||||
|
Loading…
Reference in New Issue
Block a user