Update to 1.8.5.
This commit is contained in:
parent
be080e3afb
commit
e75b99d8c1
@ -1 +1 @@
|
||||
Botan-1.8.2.tgz
|
||||
Botan-1.8.5.tbz
|
||||
|
15
botan.spec
15
botan.spec
@ -1,16 +1,16 @@
|
||||
Name: botan
|
||||
Version: 1.8.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.8.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Crypto library written in C++
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: BSD
|
||||
URL: http://botan.randombit.net/
|
||||
Source0: http://files.randombit.net/botan/Botan-%{version}.tgz
|
||||
Source0: http://files.randombit.net/botan/Botan-%{version}.tbz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: perl
|
||||
BuildRequires: python
|
||||
|
||||
BuildRequires: bzip2-devel
|
||||
BuildRequires: zlib-devel
|
||||
@ -54,7 +54,7 @@ developing applications that use %{name}.
|
||||
# fixme: maybe disable unix_procs, very slow.
|
||||
%define disable_modules %{nil}
|
||||
|
||||
./configure.pl \
|
||||
./configure.py \
|
||||
--prefix=%{_prefix} \
|
||||
--libdir=%{_lib} \
|
||||
--cc=gcc \
|
||||
@ -110,6 +110,11 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 12 2009 Thomas Moschny <moschny@andromeda.ipd.uni-karlsruhe.de> - 1.8.5-1
|
||||
- Update to 1.8.5.
|
||||
- Use .tbz source file.
|
||||
- Configuration script uses python now.
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
@ -2,3 +2,4 @@ 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
|
||||
botan-1_8_1-4_fc10:HEAD:botan-1.8.1-4.fc10.src.rpm:1237195036
|
||||
botan-1_8_2-1_fc10:HEAD:botan-1.8.2-1.fc10.src.rpm:1240683730
|
||||
botan-1_8_5-1_fc11:HEAD:botan-1.8.5-1.fc11.src.rpm:1250098169
|
||||
|
Loading…
Reference in New Issue
Block a user