From 93745d72bd8787a54609bcf9b611ad7e85f51679 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 09:17:57 +0000 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- python-zstandard.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-zstandard.spec b/python-zstandard.spec index b633df7..e036f7f 100644 --- a/python-zstandard.spec +++ b/python-zstandard.spec @@ -19,7 +19,7 @@ compression library. A C extension and CFFI interface are provided. Name: python-%{pypi_name} Version: 0.22.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Zstandard bindings for Python License: (BSD-3-Clause OR GPL-2.0-only) AND MIT URL: https://github.com/indygreg/python-zstandard @@ -73,6 +73,9 @@ mv zstandard{.src,} %{python3_sitearch}/%{pypi_name} %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 0.22.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Nov 22 2023 Dominik Mierzejewski - 0.22.0-1 - update to 0.22.0 (resolves rhbz#2247527) - fix build with Python 3.13 (resolves rhbz#2245876)