Update to 1.8.12.
This commit is contained in:
parent
be07d8a425
commit
38525cdc74
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/Botan-1.8.9.stripped.tbz
|
||||
/Botan-1.8.10.stripped.tbz
|
||||
/Botan-1.8.11.stripped.tbz
|
||||
/Botan-1.8.12.stripped.tbz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: botan
|
||||
Version: 1.8.11
|
||||
Release: 2%{?dist}
|
||||
Version: 1.8.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Crypto library written in C++
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -119,6 +119,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 2 2011 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.12-1
|
||||
- Update to 1.8.12.
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
version=1.8.11
|
||||
version=1.8.12
|
||||
name=Botan-${version}
|
||||
suffix=.tbz
|
||||
newsuffix=.stripped.tbz
|
||||
|
Loading…
Reference in New Issue
Block a user