Update to 1.10.13.

This commit is contained in:
Thomas Moschny 2016-04-29 20:53:51 +02:00
parent 7aaaba071e
commit e95f726d0b
4 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/Botan-*.stripped.tbz
/Botan-1.10.12.stripped.tar.gz
/Botan-1.10.13.stripped.tar.gz

View File

@ -1,7 +1,7 @@
%global major_version 1.10
Name: botan
Version: %{major_version}.12
Version: %{major_version}.13
Release: 1%{?dist}
Summary: Crypto library written in C++
@ -193,6 +193,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
%changelog
* Fri Apr 29 2016 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.13-1
- Update to 1.10.13.
* Mon Feb 8 2016 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.12-1
- Update to 1.10.12.
- Mark license.txt with %%license.

View File

@ -1,6 +1,6 @@
#! /bin/bash
name=Botan-1.10.12
name=Botan-1.10.13
src=${name}.tgz
dst=${name}.stripped.tar.gz

View File

@ -1 +1 @@
d59f0fd44bc3f8b71025d79c9ffe75ba Botan-1.10.12.stripped.tar.gz
d7cc44ba99c8b989913a11a5a8acf927 Botan-1.10.13.stripped.tar.gz