Accepting request 824029 from home:namtrac:branches:science

- Update to version 0.8.0
  * api : stabilize XXH3
  * cli : xxhsum can produce BSD-style lines, with command --tag
  * cli : xxhsum can parse and check BSD-style lines, using command --check
  * cli : xxhsum - accepts console input
  * cli : xxhsum accepts -- separator
  * cli : fix : print correct default algo for symlinked helpers
- Add BR on c++_compiler, needed for test programs

OBS-URL: https://build.opensuse.org/request/show/824029
OBS-URL: https://build.opensuse.org/package/show/science/xxhash?expand=0&rev=12
This commit is contained in:
Dirk Stoecker 2020-08-03 12:43:42 +00:00 committed by Git OBS Bridge
parent 32c6b5da7c
commit 08df5df2f7
4 changed files with 21 additions and 5 deletions

BIN
xxHash-0.7.2.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
xxHash-0.8.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Aug 3 05:43:31 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
- Update to version 0.8.0
* api : stabilize XXH3
* cli : xxhsum can produce BSD-style lines, with command --tag
* cli : xxhsum can parse and check BSD-style lines, using command --check
* cli : xxhsum - accepts console input
* cli : xxhsum accepts -- separator
* cli : fix : print correct default algo for symlinked helpers
- Add BR on c++_compiler, needed for test programs
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 18 23:57:43 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de> Wed Dec 18 23:57:43 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package xxhash # spec file for package xxhash
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,15 @@
Name: xxhash Name: xxhash
Version: 0.7.2 Version: 0.8.0
Release: 0 Release: 0
Summary: Non-cryptographic hash algorithm Summary: Non-cryptographic hash algorithm
License: GPL-2.0-only AND BSD-2-Clause License: GPL-2.0-only AND BSD-2-Clause
Group: Productivity/Security Group: Productivity/Security
URL: https://github.com/Cyan4973/xxHash URL: https://github.com/Cyan4973/xxHash
Source0: https://github.com/Cyan4973/xxHash/archive/v%{version}.tar.gz#/xxHash-%{version}.tar.gz Source0: https://github.com/Cyan4973/xxHash/archive/v%{version}.tar.gz#/xxHash-%{version}.tar.gz
BuildRequires: c++_compiler
BuildRequires: pkgconfig
%description %description
xxHash is a hash algorithm. It completes the SMHasher test suite which xxHash is a hash algorithm. It completes the SMHasher test suite which
@ -85,6 +87,8 @@ make test
%files devel %files devel
%{_includedir}/xxhash.h %{_includedir}/xxhash.h
%{_includedir}/xxh3.h
%{_libdir}/pkgconfig/libxxhash.pc
%{_libdir}/libxxhash.so %{_libdir}/libxxhash.so
%changelog %changelog