diff --git a/libbytesize.spec b/libbytesize.spec index 6d8a0c1..01a88e5 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -1,6 +1,6 @@ Name: libbytesize Version: 0.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A library for working with sizes in bytes License: LGPLv2+ URL: https://github.com/rhinstaller/libbytesize @@ -90,6 +90,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %{python3_sitearch}/bytesize/__pycache__/* %changelog +* Mon Dec 12 2016 Charalampos Stratakis - 0.7-4 +- Rebuild for Python 3.6 + * Tue Sep 20 2016 Vratislav Podzimek - 0.7-3 - Prevent ignored exceptions in __del__ from happening (vpodzime)