diff --git a/xxhash.spec b/xxhash.spec index e5854a9..a4694ea 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -1,9 +1,9 @@ Name: xxhash Version: 0.8.0 -Release: 1 +Release: 2 Summary: Extremely fast hash algorithm -License: BSD and GPLv2+ +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 @@ -80,5 +80,8 @@ make test-xxhsum-c %{_libdir}/pkgconfig/libxxhash.pc %changelog +* Tue May 10 2022 chenchen - 0.8.0-2 +- License compliance rectification + * Thu Dec 02 2021 jiangxinyu - 0.8.0-1 - Package Init