From 37bf1e7088cebfa06dd91d5fc94e3c0ec46c2959 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 21 Dec 2016 15:59:21 -0800 Subject: [PATCH] Rebuild for Python 3.6, again --- libbytesize.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)