Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-23 07:10:13 +02:00
parent f2687e49a0
commit 1f7bb2c17c

View File

@ -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 <mhroncok@redhat.com> - 2.3-2
- Rebuilt for Python 3.9
* Thu May 21 2020 Vojtech Trefny <vtrefny@redhat.com> - 2.3-1
- Fix memory leak in bs_size_new_from_str (vtrefny)
- Translated using Weblate (Turkish) (oguzersen)