diff --git a/libbytesize.spec b/libbytesize.spec index 9400908..b877ae2 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -1,6 +1,6 @@ Name: libbytesize Version: 0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for working with sizes in bytes License: LGPLv2+ URL: https://github.com/rhinstaller/libbytesize @@ -96,6 +96,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %{python3_sitearch}/gi/overrides/__pycache__/ByteSize* %changelog +* Tue Nov 10 2015 Fedora Release Engineering - 0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + * Fri Oct 23 2015 Vratislav Podzimek - 0.2-1 - Distribute the tests for overrides (vpodzime) - Fix the rpmlog target (vpodzime)