diff --git a/.gitignore b/.gitignore index 316600d..a6dc732 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Botan-1.8.9.stripped.tbz /Botan-1.8.10.stripped.tbz /Botan-1.8.11.stripped.tbz +/Botan-1.8.12.stripped.tbz diff --git a/botan.spec b/botan.spec index 18fd097..1e04bf2 100644 --- a/botan.spec +++ b/botan.spec @@ -1,6 +1,6 @@ Name: botan -Version: 1.8.11 -Release: 2%{?dist} +Version: 1.8.12 +Release: 1%{?dist} Summary: Crypto library written in C++ Group: System Environment/Libraries @@ -119,6 +119,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate %changelog +* Sat Jul 2 2011 Thomas Moschny - 1.8.12-1 +- Update to 1.8.12. + * Mon Feb 07 2011 Fedora Release Engineering - 1.8.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/repack.sh b/repack.sh index a9c1a30..2ed294d 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.8.11 +version=1.8.12 name=Botan-${version} suffix=.tbz newsuffix=.stripped.tbz diff --git a/sources b/sources index fa31b52..3f4fa9a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -40456cf43c2396927da6c4ad3ccb3fac Botan-1.8.11.stripped.tbz +22bf2922f9d7016838d8ef7d1983b19c Botan-1.8.12.stripped.tbz