From 086be04aa857cbb865deb6434d773f869dd5a5a9 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-augeas.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-augeas.spec b/ocaml-augeas.spec index dedfb6b..d4eca10 100644 --- a/ocaml-augeas.spec +++ b/ocaml-augeas.spec @@ -3,7 +3,7 @@ ExcludeArch: %{ix86} Name: ocaml-augeas Version: 0.6 -Release: 35%{?dist} +Release: 36%{?dist} Summary: OCaml bindings for Augeas configuration API License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception @@ -85,6 +85,9 @@ ocamlfind install augeas META *.mli *.cma *.a augeas.cmi *.so %changelog +* Tue Jun 25 2024 Troy Dawson - 0.6-36 +- Bump release for June 2024 mass rebuild + * Wed Jun 19 2024 Richard W.M. Jones - 0.6-35 - OCaml 5.2.0 ppc64le fix