From 95c299ab9b51f35b8751ad83bbd5289b64b38f3e Mon Sep 17 00:00:00 2001 From: Wei Chen Date: Sat, 24 Dec 2022 15:28:28 +0800 Subject: [PATCH] fix bogus date in changelog and modify License to LGPL-2.1-only Signed-off-by: Wei Chen --- ocaml.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocaml.spec b/ocaml.spec index fddc0d4..6b96115 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -2,7 +2,7 @@ Name: ocaml Version: 4.07.0 Release: 7 Summary: OCaml compiler and programming environment -License: QPL and (LGPLv2+ with exceptions) +License: LGPL-2.1-only URL: http://www.ocaml.org Source0: http://caml.inria.fr/pub/distrib/ocaml-4.07/ocaml-%{version}.tar.xz @@ -246,7 +246,7 @@ find %{buildroot} \( -name '*.cmt' -o -name '*.cmti' \) -a -delete * Mon Jan 13 2020 openEuler Buildteam - 4.07.0-5 - update software package -* Thu Dec 012 2019 openEuler BuildTeam - 4.07.0-4 +* Thu Dec 12 2019 openEuler BuildTeam - 4.07.0-4 - Add requires_opts and provides_opts * Mon Dec 09 2019 openEuler BuildTeam - 4.07.0-3 -- Gitee