From b47f668a48807705fc8584f17dcaf6f2f4a9210f 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-libvirt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-libvirt.spec b/ocaml-libvirt.spec index 9ef9fe9..20d47f4 100644 --- a/ocaml-libvirt.spec +++ b/ocaml-libvirt.spec @@ -3,7 +3,7 @@ ExcludeArch: %{ix86} Name: ocaml-libvirt Version: 0.6.1.7 -Release: 11%{?dist} +Release: 12%{?dist} Summary: OCaml binding for libvirt License: LGPL-2.1-or-later @@ -78,6 +78,9 @@ make install %changelog +* Tue Jun 25 2024 Troy Dawson - 0.6.1.7-12 +- Bump release for June 2024 mass rebuild + * Wed Jun 19 2024 Richard W.M. Jones - 0.6.1.7-11 - OCaml 5.2.0 ppc64le fix