diff --git a/python-zstandard.spec b/python-zstandard.spec index fec094d..f59efd5 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.13.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Zstandard bindings for Python License: BSD URL: https://github.com/indygreg/python-zstandard @@ -75,6 +75,9 @@ export ZSTD_SLOW_TESTS=1 %{python3_sitearch}/zstd.cpython-%{python3_version_nodots}-%{_arch}-linux%{_gnu}.so %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 0.13.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri May 29 2020 Dominik Mierzejewski 0.13.0-1 - initial build - skip some tests on s390x (https://github.com/indygreg/python-zstandard/issues/105)