diff --git a/python-zstandard.spec b/python-zstandard.spec index f9b8fb8..a8d41f2 100644 --- a/python-zstandard.spec +++ b/python-zstandard.spec @@ -14,7 +14,7 @@ compression library. A C extension and CFFI interface are provided. Name: python-%{pypi_name} Version: 0.15.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Zstandard bindings for Python License: BSD and GPLv2 URL: https://github.com/indygreg/python-zstandard @@ -71,6 +71,9 @@ mv zstandard{.src,} %{python3_sitearch}/%{pypi_name} %changelog +* Fri Jun 04 2021 Python Maint - 0.15.2-2 +- Rebuilt for Python 3.10 + * Mon Mar 01 2021 Dominik Mierzejewski 0.15.2-1 - update to 0.15.2 (#1933476) - fix tests on s390x