From f626e5f72ce50ae2d82763cd596f53d0e3307076 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 31 Dec 2020 09:53:28 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/ocaml-ocamlbuild.git#a827084eea9c8624144e5a055122e4e9ae733e81 --- ocaml-ocamlbuild.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ocaml-ocamlbuild.spec b/ocaml-ocamlbuild.spec index ac8674f..94e66f9 100644 --- a/ocaml-ocamlbuild.spec +++ b/ocaml-ocamlbuild.spec @@ -4,11 +4,11 @@ Name: ocaml-ocamlbuild Version: 0.14.0 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Build tool for OCaml libraries and programs -License: LGPLv2+ with exceptions +License: LGPLv2 with exceptions URL: https://github.com/ocaml/ocamlbuild Source0: https://github.com/ocaml/ocamlbuild/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -124,6 +124,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/ocaml/ocamlbuild/META %changelog +* Thu Dec 31 2020 Richard W.M. Jones - 0.14.0-22 +- Fix license field (RHBZ#1911667). + * Tue Sep 01 2020 Richard W.M. Jones - 0.14.0-21 - OCaml 4.11.1 rebuild