Bump release for October 2024 mass rebuild:

Resolves: RHEL-64018
This commit is contained in:
Troy Dawson 2024-10-29 08:24:19 -07:00
parent f63a0eabdf
commit bd9a694cdc

View File

@ -9,7 +9,7 @@
Name: foma
Version: 0.10.0
Release: 0.12.%{snapshotdate}git%{shortcommit0}%{?dist}
Release: 0.13.%{snapshotdate}git%{shortcommit0}%{?dist}
Summary: Xerox-compatible finite-state compiler
License: Apache-2.0
@ -106,6 +106,10 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
%changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.10.0-0.13.20210601gitdfe1ccb
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Thu Jul 11 2024 Mike FABIAN <mfabian@redhat.com> - 0.10.0-0.12.20210601gitdfe1ccb
- Resolves: RHELMISC-6017 Add patch to avoid using deprecated inet_* functions.