diff --git a/foma.spec b/foma.spec index 73853ec..9d60257 100644 --- a/foma.spec +++ b/foma.spec @@ -9,7 +9,7 @@ Name: foma Version: 0.9.18 -Release: 0.12.%{snapshotdate}git%{shortcommit0}%{?dist} +Release: 0.13.%{snapshotdate}git%{shortcommit0}%{?dist} Summary: Xerox-compatible finite-state compiler License: ASL 2.0 @@ -105,6 +105,10 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';' %changelog +* Mon Aug 09 2021 Mohan Boddu - 0.9.18-0.13.20200928gitb44022c +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Thu Jun 10 2021 Mike FABIAN - 0.9.18-0.12.20200928gitb44022c - Add patch to avoid using deprecated inet_* functions. Related: rhbz#1966963