diff --git a/xxhash-0.8.0.tar.gz b/xxhash-0.8.0.tar.gz deleted file mode 100644 index 9adea5a..0000000 Binary files a/xxhash-0.8.0.tar.gz and /dev/null differ diff --git a/xxhash-0.8.2.tar.gz b/xxhash-0.8.2.tar.gz new file mode 100644 index 0000000..7c91aa1 Binary files /dev/null and b/xxhash-0.8.2.tar.gz differ diff --git a/xxhash-pkgconfig-version.patch b/xxhash-pkgconfig-version.patch deleted file mode 100644 index 1d197e8..0000000 --- a/xxhash-pkgconfig-version.patch +++ /dev/null @@ -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)|' \ - $< > $@ - - diff --git a/xxhash.spec b/xxhash.spec index a4694ea..6155e68 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -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 - 0.8.0-2 - License compliance rectification