diff --git a/libbytesize.spec b/libbytesize.spec index 9b136c0..91a16e5 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -17,7 +17,7 @@ Name: libbytesize Version: 2.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for working with sizes in bytes License: LGPLv2+ URL: https://github.com/storaged-project/libbytesize @@ -115,6 +115,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %endif %changelog +* Mon Jun 13 2022 Python Maint - 2.7-2 +- Rebuilt for Python 3.11 + * Wed May 25 2022 Vojtech Trefny - 2.7-1 - Fix skipping tests when required locale is missing (vtrefny) - Remove Travis CI configuration (vtrefny)