diff --git a/.gitignore b/.gitignore index 38d1d01..c7a054a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/botan.spec b/botan.spec index ae003d9..3e77829 100644 --- a/botan.spec +++ b/botan.spec @@ -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 - 1.10.8-1 +- Update to 1.10.8. + * Tue Sep 3 2013 Thomas Moschny - 1.10.5-4 - Re-enable IDEA (rhbz#1003052) and SRP-6. diff --git a/repack.sh b/repack.sh index 33e7bdd..9f40365 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.10.5 +version=1.10.8 name=Botan-${version} suffix=.tbz newsuffix=.stripped.tbz diff --git a/sources b/sources index 3fc6f5b..89d7334 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac941b269bd6c73ab40b63577482b163 Botan-1.10.5.stripped.tbz +c7ebfad55bdfe0089e6201d11b0faa75 Botan-1.10.8.stripped.tbz