Update to 1.8.5.
This commit is contained in:
parent
18ed71f18e
commit
1d100e1218
@ -1 +1 @@
|
||||
Botan-1.8.2.tgz
|
||||
Botan-1.8.5.tbz
|
||||
|
21
botan.spec
21
botan.spec
@ -1,16 +1,16 @@
|
||||
Name: botan
|
||||
Version: 1.8.2
|
||||
Release: 1%{?dist}
|
||||
Version: 1.8.5
|
||||
Release: 2%{?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,17 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 12 2009 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.5-2
|
||||
- Fix changelog.
|
||||
|
||||
* Wed Aug 12 2009 Thomas Moschny <thomas.moschny@gmx.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
|
||||
|
||||
* Sat Apr 25 2009 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.2-1
|
||||
- Update to 1.8.2.
|
||||
|
||||
|
@ -2,3 +2,4 @@ botan-1_8_0-2_fc10:F-10:botan-1.8.0-2.fc10.src.rpm:1232355547
|
||||
botan-1_8_1-1_fc10:F-10:botan-1.8.1-1.fc10.src.rpm:1232634423
|
||||
botan-1_8_1-4_fc10:F-10:botan-1.8.1-4.fc10.src.rpm:1237195879
|
||||
botan-1_8_2-1_fc12:F-10:botan-1.8.2-1.fc12.src.rpm:1242459647
|
||||
botan-1_8_5-2_fc11:F-10:botan-1.8.5-2.fc11.src.rpm:1250101840
|
||||
|
Loading…
Reference in New Issue
Block a user