This commit is contained in:
Fedora Release Engineering 2017-02-10 18:25:47 +00:00
parent 135edeb37e
commit 845b461cfa

View File

@ -12,7 +12,7 @@
Name: libbytesize
Version: 0.9
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A library for working with sizes in bytes
License: LGPLv2+
URL: https://github.com/rhinstaller/libbytesize
@ -109,6 +109,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%endif
%changelog
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Wed Jan 11 2017 Vratislav Podzimek <vpodzime@redhat.com> - 0.9-1
- Allow the Size python class to be easily imported (vpodzime)
- Make sure pyexecdir is defined (vpodzime)