From d8792c2daa45003820aeac29d812ee8c13880d82 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Jul 20 2011 20:54:11 +0000 Subject: Update to 1.8.13. --- diff --git a/.gitignore b/.gitignore index a6dc732..aac1b69 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /Botan-1.8.10.stripped.tbz /Botan-1.8.11.stripped.tbz /Botan-1.8.12.stripped.tbz +/Botan-1.8.13.stripped.tbz diff --git a/botan.spec b/botan.spec index 1e04bf2..2a92ae5 100644 --- a/botan.spec +++ b/botan.spec @@ -1,5 +1,5 @@ Name: botan -Version: 1.8.12 +Version: 1.8.13 Release: 1%{?dist} Summary: Crypto library written in C++ @@ -119,6 +119,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate %changelog +* Wed Jul 20 2011 Thomas Moschny - 1.8.13-1 +- Update to 1.8.13. + * Sat Jul 2 2011 Thomas Moschny - 1.8.12-1 - Update to 1.8.12. diff --git a/repack.sh b/repack.sh index 2ed294d..5b018b7 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.8.12 +version=1.8.13 name=Botan-${version} suffix=.tbz newsuffix=.stripped.tbz diff --git a/sources b/sources index 3f4fa9a..496c1ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -22bf2922f9d7016838d8ef7d1983b19c Botan-1.8.12.stripped.tbz +e1cf4c2990a60867603fc111f0715e24 Botan-1.8.13.stripped.tbz