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
This commit is contained in:
Ismail Dönmez 2018-12-06 10:04:26 +00:00 committed by Git OBS Bridge
parent aff259eb7f
commit 460b08a772
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 6 09:25:19 UTC 2018 - Michał Rostecki <mrostecki@suse.de>
- Remove false information from description - xxHash does not
derive from Argon2 algorithm.
-------------------------------------------------------------------
Mon Dec 3 21:20:05 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -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}