From 3bb9919842020917d97eadb26f03836d6bdf2279 Mon Sep 17 00:00:00 2001 From: penelope Date: Tue, 10 May 2022 16:20:07 +0800 Subject: [PATCH] License compliance rectification --- python-zstd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-zstd.spec b/python-zstd.spec index 712e8b6..2b774d0 100644 --- a/python-zstd.spec +++ b/python-zstd.spec @@ -1,8 +1,8 @@ Name: python-zstd Version: 1.4.8.1 -Release: 2 +Release: 3 Summary: ZSTD Bindings for Python -License: BSD +License: BSD-2-Clause URL: https://github.com/sergey-dryabzhinsky/python-zstd Source0: https://files.pythonhosted.org/packages/92/bc/6bc155c61db55d5b3111a8afc76aaec084372bde89a82ecd4f5fd96c639a/zstd-1.4.8.1.tar.gz @@ -42,6 +42,9 @@ Simple Python bindings for the Zstd compression library. %{python3_sitearch}/zstd*.so %changelog +* Tue May 10 2022 yangping - 1.4.8.1-3 +- License compliance rectification + * Sat May 07 2022 wulei 1.4.8.1-2 - Fix python3.8+ use py_ssize_t type