diff --git a/ocaml-easy-format.spec b/ocaml-easy-format.spec index 6eb868e..fe3584a 100644 --- a/ocaml-easy-format.spec +++ b/ocaml-easy-format.spec @@ -1,7 +1,7 @@ %define ocamlpck easy-format Name: ocaml-easy-format -Version: 1.3.2 +Version: 1.3.3 Release: 1mamba Summary: Pretty-printing library for OCaml Group: System/Libraries/OCaml @@ -35,7 +35,7 @@ This package contains libraries and signature files for developing applications %prep %setup -q -n easy-format-%{version} -%patch0 -p1 -b .compile +#%patch0 -p1 -b .compile %build dune build @@ -68,5 +68,8 @@ rm -rf %{buildroot}/usr/doc %doc CHANGES* README.md %changelog +* Sun May 08 2022 Automatic Build System 1.3.3-1mamba +- automatic version update by autodist + * Sat Feb 12 2022 Silvan Calarco 1.3.2-1mamba - package created using the webbuild interface