!9 Upgrade version to 0.8.2

From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-09-20 01:20:33 +00:00 committed by Gitee
commit d4e1fe322c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 5 additions and 17 deletions

Binary file not shown.

BIN
xxhash-0.8.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +0,0 @@
diff --git a/Makefile b/Makefile
index ef24e94..da1ce06 100644
--- a/Makefile
+++ b/Makefile
@@ -437,7 +437,7 @@ libxxhash.pc: libxxhash.pc.in
-e 's|@EXECPREFIX@|$(PCEXECDIR)|' \
-e 's|@LIBDIR@|$(PCLIBDIR)|' \
-e 's|@INCLUDEDIR@|$(PCINCDIR)|' \
- -e 's|@VERSION@|$(VERSION)|' \
+ -e 's|@VERSION@|$(LIBVER)|' \
$< > $@

View File

@ -1,12 +1,11 @@
Name: xxhash
Version: 0.8.0
Release: 2
Version: 0.8.2
Release: 1
Summary: Extremely fast hash algorithm
License: BSD-2-Clause and GPL-2.0-or-later
URL: http://www.xxhash.com/
Source0: https://github.com/Cyan4973/xxHash/archive/v%{version}/%{name}-%{version}.tar.gz
Patch0: xxhash-pkgconfig-version.patch
BuildRequires: make
BuildRequires: gcc
@ -40,7 +39,6 @@ Development files for the xxhash library
%prep
%setup -q -n xxHash-%{version}
%patch0 -p1
%build
%ifarch %{ix86} x86_64
@ -80,6 +78,9 @@ make test-xxhsum-c
%{_libdir}/pkgconfig/libxxhash.pc
%changelog
* Mon Sep 18 2023 xu_ping <707078654@qq.com> - 0.8.2-1
- Upgrade version to 0.8.2
* Tue May 10 2022 chenchen <chen_aka_jan@163.com> - 0.8.0-2
- License compliance rectification