diff --git a/libbytesize.spec b/libbytesize.spec index 8dc412f..09c2f8e 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -18,7 +18,7 @@ Name: libbytesize Version: 1.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 @@ -123,6 +123,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %endif %changelog +* Fri Jun 15 2018 Miro HronĨok - 1.3-2 +- Rebuilt for Python 3.7 + * Thu Apr 19 2018 Vojtech Trefny - 1.3-1 - Allow building libbytesize without Python 2 support (vtrefny) - Sync spec with downstream (vtrefny)