Update to 1.10.8.
This commit is contained in:
parent
f78580826c
commit
a7ae4770eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/Botan-1.8.13.stripped.tbz
|
||||
/Botan-1.8.14.stripped.tbz
|
||||
/Botan-1.10.5.stripped.tbz
|
||||
/Botan-1.10.8.stripped.tbz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global major_version 1.10
|
||||
|
||||
Name: botan
|
||||
Version: %{major_version}.5
|
||||
Release: 4%{?dist}
|
||||
Version: %{major_version}.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Crypto library written in C++
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -165,6 +165,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat May 10 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.8-1
|
||||
- Update to 1.10.8.
|
||||
|
||||
* Tue Sep 3 2013 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.5-4
|
||||
- Re-enable IDEA (rhbz#1003052) and SRP-6.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
version=1.10.5
|
||||
version=1.10.8
|
||||
name=Botan-${version}
|
||||
suffix=.tbz
|
||||
newsuffix=.stripped.tbz
|
||||
|
Loading…
Reference in New Issue
Block a user