diff --git a/double-conversion.spec b/double-conversion.spec index f9dc273..9ad5e1f 100644 --- a/double-conversion.spec +++ b/double-conversion.spec @@ -4,7 +4,7 @@ Summary: Library providing binary-decimal and decimal-binary routines for IEEE doubles Name: double-conversion Version: 3.1.5 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD Source0: https://github.com/google/double-conversion/archive/v%{version}/%{name}-%{version}.tar.gz URL: https://github.com/google/double-conversion @@ -79,6 +79,10 @@ CXXFLAGS="%{optflags} -fPIC" %cmake -DBUILD_SHARED_LIBS=NO %endif %changelog +* Mon Aug 09 2021 Mohan Boddu - 3.1.5-6 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Thu Apr 15 2021 Mohan Boddu - 3.1.5-5 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937