- Update README.fedora.

This commit is contained in:
Thomas Moschny 2010-08-29 12:19:52 +02:00
parent 078189366a
commit 64a9a24473
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,7 @@ from the Botan package in Fedora:
* Block Ciphers
* IDEA [src/block/idea]
* RC6 [src/block/rc6]
* RC5 [src/block/rc5]
* Public Key Base
* ECC Public Key [src/pubkey/ecc_key]
* ECC Domain Parameters [src/pubkey/ec_dompar]

View File

@ -1,6 +1,6 @@
Name: botan
Version: 1.8.9
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Crypto library written in C++
Group: System Environment/Libraries
@ -119,6 +119,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
%changelog
* Sun Aug 29 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.9-4
- Update README.fedora.
* Fri Aug 27 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.9-3
- Also remove RC5 from the tarfile.
- Comment out RC5, RC6 and IDEA validation tests.