Update to 1.8.1.

This commit is contained in:
Thomas Moschny 2009-01-22 14:13:29 +00:00
parent 7c2cd19afc
commit 465a62dfa7
4 changed files with 15 additions and 5 deletions

View File

@ -1 +1 @@
Botan-1.8.0.tgz
Botan-1.8.1.tgz

View File

@ -1,6 +1,6 @@
Name: botan
Version: 1.8.0
Release: 2%{?dist}
Version: 1.8.1
Release: 1%{?dist}
Summary: Crypto library written in C++
Group: System Environment/Libraries
@ -43,7 +43,10 @@ developing applications that use %{name}.
%build
%define enable_modules alloc_mmap,egd,fd_unix,posix_rt,bzip2,zlib,pthreads,openssl
# we have the necessary prerequisites, so enable optional modules
%define enable_modules gnump,bzip2,zlib,openssl
# fixme: maybe disable unix_procs, very slow.
%define disable_modules %{nil}
./configure.pl \
@ -102,6 +105,12 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
%changelog
* Wed Jan 21 2009 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.1-1
- Update to 1.8.1. This is a bugfix release, see
http://botan.randombit.net/news/releases/1_8_1.html for changes.
- No need to explicitly enable modules that will be enabled by
configure.pl anyway.
* Mon Jan 19 2009 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.0-2
- Move api* and tutorial* doc files to -devel package.

View File

@ -1 +1,2 @@
botan-1_8_0-2_fc10:HEAD:botan-1.8.0-2.fc10.src.rpm:1232354502
botan-1_8_1-1_fc10:HEAD:botan-1.8.1-1.fc10.src.rpm:1232633562

View File

@ -1 +1 @@
827c81f42cd1c118fc9bf1891be7cde5 Botan-1.8.0.tgz
ff5ddc348cc306d4e5674b8be12ac836 Botan-1.8.1.tgz