diff --git a/ocaml-fileutils.spec b/ocaml-fileutils.spec index 73c3ad5..6e8d9c2 100644 --- a/ocaml-fileutils.spec +++ b/ocaml-fileutils.spec @@ -7,7 +7,7 @@ ExcludeArch: %{ix86} Name: ocaml-fileutils Version: 0.6.4 -Release: 10%{?dist} +Release: 11%{?dist} Summary: OCaml library for common file and filename operations License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception @@ -78,6 +78,9 @@ developing applications that use %{name}. %changelog +* Tue Jun 25 2024 Troy Dawson - 0.6.4-11 +- Bump release for June 2024 mass rebuild + * Wed Jun 19 2024 Richard W.M. Jones - 0.6.4-10 - OCaml 5.2.0 ppc64le fix