From bd9a694cdc5e72f92c0f41aa584c297f17887575 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:24:19 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- foma.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/foma.spec b/foma.spec index 6ae0b84..b8f90e2 100644 --- a/foma.spec +++ b/foma.spec @@ -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 - 0.10.0-0.13.20210601gitdfe1ccb +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Thu Jul 11 2024 Mike FABIAN - 0.10.0-0.12.20210601gitdfe1ccb - Resolves: RHELMISC-6017 Add patch to avoid using deprecated inet_* functions.