- Require OCaml 4.8 or later for building

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/virt-top?expand=0&rev=9
This commit is contained in:
Olaf Hering 2023-03-06 14:12:13 +00:00 committed by Git OBS Bridge
parent 7520848615
commit 908b44da38
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 3 03:03:03 UTC 2023 - ohering@suse.de
- Require OCaml 4.8 or later for building
-------------------------------------------------------------------
Mon Apr 4 04:04:04 UTC 2022 - olaf@aepfle.de

View File

@ -1,7 +1,7 @@
#
# spec file for package virt-top
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,9 +26,9 @@ Group: System/Management
Url: http://people.redhat.com/~rjones/virt-top/
Source0: %name-%version.tar.xz
Patch0: %name.patch
BuildRequires: ocaml
BuildRequires: ocaml(ocaml_base_version) >= 4.08
BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20220222
BuildRequires: ocaml-rpm-macros >= 20230101
BuildRequires: ocamlfind(calendar)
BuildRequires: ocamlfind(curses)
BuildRequires: ocamlfind(dune.configurator)