Update to 1.8.1.
This commit is contained in:
parent
7c2cd19afc
commit
465a62dfa7
@ -1 +1 @@
|
|||||||
Botan-1.8.0.tgz
|
Botan-1.8.1.tgz
|
||||||
|
15
botan.spec
15
botan.spec
@ -1,6 +1,6 @@
|
|||||||
Name: botan
|
Name: botan
|
||||||
Version: 1.8.0
|
Version: 1.8.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Crypto library written in C++
|
Summary: Crypto library written in C++
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -43,7 +43,10 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%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}
|
%define disable_modules %{nil}
|
||||||
|
|
||||||
./configure.pl \
|
./configure.pl \
|
||||||
@ -102,6 +105,12 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 19 2009 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.0-2
|
||||||
- Move api* and tutorial* doc files to -devel package.
|
- Move api* and tutorial* doc files to -devel package.
|
||||||
|
|
||||||
|
@ -1 +1,2 @@
|
|||||||
botan-1_8_0-2_fc10:HEAD:botan-1.8.0-2.fc10.src.rpm:1232354502
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user