forked from jengelh/xxhash
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:
parent
aff259eb7f
commit
460b08a772
@ -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>
|
Mon Dec 3 21:20:05 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -36,7 +36,9 @@ License: BSD-2-Clause
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libxxhash0
|
%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
|
%package devel
|
||||||
Summary: Development files for the password hash algorithm Argon2
|
Summary: Development files for the password hash algorithm Argon2
|
||||||
@ -46,7 +48,9 @@ Requires: %{name} = %{version}
|
|||||||
Requires: libxxhash0 = %{version}
|
Requires: libxxhash0 = %{version}
|
||||||
|
|
||||||
%description devel
|
%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
|
%prep
|
||||||
%setup -q -n xxHash-%{version}
|
%setup -q -n xxHash-%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user