From ccc3e3a0f3c2009c11586fa49b3f0af3315f9bac Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 04:50:08 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-zstandard.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)