From ceaa39c646ed101de565e08ec86cd700389bdae2 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 10 Nov 2015 14:38:13 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 --- libbytesize.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)