diff --git a/python-zstandard.spec b/python-zstandard.spec index 541d184..c67f48e 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.19.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Zstandard bindings for Python License: BSD and GPLv2 URL: https://github.com/indygreg/python-zstandard @@ -67,6 +67,9 @@ mv zstandard{.src,} %{python3_sitearch}/%{pypi_name} %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 0.19.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Nov 02 2022 Dominik Mierzejewski 0.19.0-1 - update to 0.19.0 (#2138646)