From f75d42068cf386fa1448702a89c540f997c4d4bf Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 6 Aug 2021 17:58:00 +0200 Subject: [PATCH] Rebuild to pick up new build flags from redhat-rpm-config (#1984652) Related: #1984652 --- ocaml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml.spec b/ocaml.spec index d6bf7e9..4e0fe3e 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -31,7 +31,7 @@ Name: ocaml Version: 4.11.1 -Release: 3%{?dist}.1 +Release: 3%{?dist}.2 Summary: OCaml compiler and programming environment @@ -378,6 +378,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/ocaml/eventlog_metadata %changelog +* Fri Aug 6 2021 Florian Weimer - 4.11.1-3.2 +- Rebuild to pick up new build flags from redhat-rpm-config (#1984652) + * Wed Jun 23 2021 Richard W.M. Jones - 4.11.1-3.el9.1 - Upstream patch for non-constant SIGSTKSZ in glibc 2.34