Rebuild for mpfr 4

This commit is contained in:
Jerry James 2019-10-09 19:54:16 -06:00
parent a72fe083a6
commit e8eec36639

View File

@ -17,7 +17,7 @@
Name: libbytesize
Version: 2.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: A library for working with sizes in bytes
License: LGPLv2+
URL: https://github.com/storaged-project/libbytesize
@ -114,6 +114,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%endif
%changelog
* Wed Oct 9 2019 Jerry James <loganjerry@gmail.com> - 2.1-5
- Rebuild for mpfr 4
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.1-4
- Rebuilt for Python 3.8.0rc1 (#1748018)