From 460b08a772be78bdc9224ae0712969492d09e54fac5ce7eeb6d5a886f0da630c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 6 Dec 2018 10:04:26 +0000 Subject: [PATCH] Accepting request 655561 from home:mrostecki:branches:science - Remove false information from description - xxHash does not derive from Argon2 algorithm. OBS-URL: https://build.opensuse.org/request/show/655561 OBS-URL: https://build.opensuse.org/package/show/science/xxhash?expand=0&rev=4 --- xxhash.changes | 6 ++++++ xxhash.spec | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/xxhash.changes b/xxhash.changes index fc07eff..6363b48 100644 --- a/xxhash.changes +++ b/xxhash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 6 09:25:19 UTC 2018 - MichaƂ Rostecki + +- Remove false information from description - xxHash does not + derive from Argon2 algorithm. + ------------------------------------------------------------------- Mon Dec 3 21:20:05 UTC 2018 - Jan Engelhardt diff --git a/xxhash.spec b/xxhash.spec index 2f6160e..6ae1179 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -36,7 +36,9 @@ License: BSD-2-Clause Group: System/Libraries %description -n libxxhash0 -The password hash library Argon2, winner of PHC +Shared library for xxHash - a hash algorithm. It completes the SMHasher test +suite which evaluates collision, dispersion and randomness qualities of hash +functions. Hashes are identical on all platforms. %package devel Summary: Development files for the password hash algorithm Argon2 @@ -46,7 +48,9 @@ Requires: %{name} = %{version} Requires: libxxhash0 = %{version} %description devel -Development files for the password hash algorithm Argon2, winner of PHC +Development files for xxHash - a hash algorithm. It completes the SMHasher test +suite which evaluates collision, dispersion and randomness qualities of hash +functions. Hashes are identical on all platforms. %prep %setup -q -n xxHash-%{version}