From e8eec36639f9cef37622acbbee72ac05954900de Mon Sep 17 00:00:00 2001 From: Jerry James Date: Wed, 9 Oct 2019 19:54:16 -0600 Subject: [PATCH] Rebuild for mpfr 4 --- libbytesize.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libbytesize.spec b/libbytesize.spec index 7c8ca8f..15bcf93 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -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 - 2.1-5 +- Rebuild for mpfr 4 + * Thu Oct 03 2019 Miro HronĨok - 2.1-4 - Rebuilt for Python 3.8.0rc1 (#1748018)