diff --git a/README.fedora b/README.fedora index f484ced..f3b8795 100644 --- a/README.fedora +++ b/README.fedora @@ -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] diff --git a/botan.spec b/botan.spec index a23f37b..529cf38 100644 --- a/botan.spec +++ b/botan.spec @@ -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 - 1.8.9-4 +- Update README.fedora. + * Fri Aug 27 2010 Thomas Moschny - 1.8.9-3 - Also remove RC5 from the tarfile. - Comment out RC5, RC6 and IDEA validation tests.