From 7c48ef7408fd3899e203b7dd034b2bf726242bab Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 21:43:32 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- ocaml-cppo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-cppo.spec b/ocaml-cppo.spec index 175d734..1c5e87e 100644 --- a/ocaml-cppo.spec +++ b/ocaml-cppo.spec @@ -3,7 +3,7 @@ ExcludeArch: %{ix86} Name: ocaml-cppo Version: 1.6.9 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Equivalent of the C preprocessor for OCaml programs License: BSD-3-Clause @@ -72,6 +72,9 @@ at build time. To use it, call ocamlbuild with the argument %changelog +* Tue Jun 25 2024 Troy Dawson - 1.6.9-11 +- Bump release for June 2024 mass rebuild + * Wed Jun 19 2024 Richard W.M. Jones - 1.6.9-10 - OCaml 5.2.0 ppc64le fix