From 91df82c2c981639ce0d8f19b51553448a16e0895 Mon Sep 17 00:00:00 2001 From: konglidong Date: Tue, 14 Dec 2021 15:06:03 +0800 Subject: [PATCH] delete %dist --- ocaml-dune.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml-dune.spec b/ocaml-dune.spec index 707d220..2a80558 100644 --- a/ocaml-dune.spec +++ b/ocaml-dune.spec @@ -6,7 +6,7 @@ Name: ocaml-%{libname} Version: 2.4.0 -Release: 1%{?dist} +Release: 2 Summary: A composable build system for OCaml # Dune itself is MIT. Some bundled libraries have a different license: @@ -188,5 +188,8 @@ cp -ar README.md CHANGES.md MIGRATION.md doc/_build/* %{buildroot}%{_pkgdocdir}/ %{_emacs_sitelispdir}/dune* %changelog +* Tue Dec 14 2021 konglidong - 2.4.0-2 +- delete %dist + * Thu Nov 12 2020 wanghongzhe - 2.4.0-1 - Package Init -- Gitee