From 410ba5fec94c0e8811130a30226ba5846197ae79b0ca770989c6a08dc3db0399 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 6 Mar 2023 13:41:14 +0000 Subject: [PATCH] - Update to version 1.0.11 see included CHANGES.md for details OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-curses?expand=0&rev=37 --- _service | 2 +- ocaml-curses-1.0.10.tar.xz | 3 --- ocaml-curses-1.0.11.tar.xz | 3 +++ ocaml-curses.changes | 6 ++++++ ocaml-curses.spec | 7 ++++--- 5 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 ocaml-curses-1.0.10.tar.xz create mode 100644 ocaml-curses-1.0.11.tar.xz diff --git a/_service b/_service index 7c043c7..36e44ce 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-curses - a23a03d06206d85f53938c196b2a258ed1e4ef2e + 184b60f30e6fb20d443d8912ed916cb9a576ed6c git disable https://github.com/mbacarella/curses.git diff --git a/ocaml-curses-1.0.10.tar.xz b/ocaml-curses-1.0.10.tar.xz deleted file mode 100644 index 6d07c4f..0000000 --- a/ocaml-curses-1.0.10.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53191611f9ad04bf3e8cd3be5294c4862b32fbf7e3f3a9510b967071269cc44d -size 25028 diff --git a/ocaml-curses-1.0.11.tar.xz b/ocaml-curses-1.0.11.tar.xz new file mode 100644 index 0000000..2c028ae --- /dev/null +++ b/ocaml-curses-1.0.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222150599c0b88c0f3d7da556a8af109ace34c22b9e3eddab68b7aa4af84469a +size 25852 diff --git a/ocaml-curses.changes b/ocaml-curses.changes index 9b0ac16..c8bfbd5 100644 --- a/ocaml-curses.changes +++ b/ocaml-curses.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 3 03:03:03 UTC 2023 - ohering@suse.de + +- Update to version 1.0.11 + see included CHANGES.md for details + ------------------------------------------------------------------- Fri Nov 26 12:34:56 UTC 2021 - ohering@suse.de diff --git a/ocaml-curses.spec b/ocaml-curses.spec index a9519b5..8c86e35 100644 --- a/ocaml-curses.spec +++ b/ocaml-curses.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-curses # -# 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 @@ -17,7 +17,7 @@ Name: ocaml-curses -Version: 1.0.10 +Version: 1.0.11 Release: 0 %{?ocaml_preserve_bytecode} Summary: OCaml bindings for ncurses @@ -28,8 +28,9 @@ Source0: %name-%version.tar.xz BuildRequires: ncurses-devel BuildRequires: ocaml BuildRequires: ocaml-dune >= 2.7 -BuildRequires: ocaml-rpm-macros >= 20220222 +BuildRequires: ocaml-rpm-macros >= 20230101 BuildRequires: ocamlfind(dune.configurator) +BuildRequires: ocamlfind(unix) BuildRequires: pkg-config %description