diff --git a/libbytesize.spec b/libbytesize.spec index 7b11fdd..d351fe2 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -17,7 +17,7 @@ Name: libbytesize Version: 2.9 -Release: 21%{?dist} +Release: 22%{?dist} Summary: A library for working with sizes in bytes License: LGPL-2.1-or-later URL: https://github.com/storaged-project/libbytesize @@ -115,6 +115,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %endif %changelog +* Wed Jul 05 2023 Python Maint - 2.9-22 +- Rebuilt for Python 3.12 + * Wed Jul 05 2023 Packit - 2.9-21 - New version - 2.9 (Vojtech Trefny) - build: Exit before AC_OUTPUT on error (Tomas Bzatek)