diff --git a/libbytesize.spec b/libbytesize.spec index 1a0a0a6..37d3519 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -1,6 +1,6 @@ Name: libbytesize Version: 0.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for working with sizes in bytes License: LGPLv2+ URL: https://github.com/rhinstaller/libbytesize @@ -89,6 +89,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %{python3_sitearch}/bytesize/__pycache__/* %changelog +* Wed Dec 21 2016 Adam Williamson - 0.8-2 +- Rebuild for Python 3.6, again + * Fri Dec 16 2016 Vratislav Podzimek - 0.8-1 - Add a docstring to python bindings (vpodzime) - Neutralize None as an operand for math operations (vpodzime)