diff --git a/libbytesize.spec b/libbytesize.spec index a50d683..81bf33a 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -17,7 +17,7 @@ Name: libbytesize Version: 2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for working with sizes in bytes License: LGPLv2+ URL: https://github.com/storaged-project/libbytesize @@ -114,6 +114,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %endif %changelog +* Sat May 23 2020 Miro HronĨok - 2.3-2 +- Rebuilt for Python 3.9 + * Thu May 21 2020 Vojtech Trefny - 2.3-1 - Fix memory leak in bs_size_new_from_str (vtrefny) - Translated using Weblate (Turkish) (oguzersen)