From e95f726d0ba42cac43a55eb9448b59125ae4e43e Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Fri, 29 Apr 2016 20:53:51 +0200 Subject: [PATCH] Update to 1.10.13. --- .gitignore | 1 + botan.spec | 5 ++++- repack.sh | 2 +- sources | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b5deeda..01136d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /Botan-*.stripped.tbz /Botan-1.10.12.stripped.tar.gz +/Botan-1.10.13.stripped.tar.gz diff --git a/botan.spec b/botan.spec index a20b4a7..57a0108 100644 --- a/botan.spec +++ b/botan.spec @@ -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 - 1.10.13-1 +- Update to 1.10.13. + * Mon Feb 8 2016 Thomas Moschny - 1.10.12-1 - Update to 1.10.12. - Mark license.txt with %%license. diff --git a/repack.sh b/repack.sh index 53d4959..a55199a 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -name=Botan-1.10.12 +name=Botan-1.10.13 src=${name}.tgz dst=${name}.stripped.tar.gz diff --git a/sources b/sources index 526ce3d..34e6824 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d59f0fd44bc3f8b71025d79c9ffe75ba Botan-1.10.12.stripped.tar.gz +d7cc44ba99c8b989913a11a5a8acf927 Botan-1.10.13.stripped.tar.gz