From 60421d8df1822275f99049071a9009f6f4e71f3df4d64406ba11c5664b13611a Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 13 Oct 2021 21:10:00 +0000 Subject: [PATCH] - Update to version 1.0.9 new upstream OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-curses?expand=0&rev=31 --- _service | 12 ++++++++---- ocaml-curses-1.0.4.tar.xz | 3 --- ocaml-curses-1.0.9.tar.xz | 3 +++ ocaml-curses.changes | 6 ++++++ ocaml-curses.spec | 10 +++++----- 5 files changed, 22 insertions(+), 12 deletions(-) delete mode 100644 ocaml-curses-1.0.4.tar.xz create mode 100644 ocaml-curses-1.0.9.tar.xz diff --git a/_service b/_service index fae3b8c..aca2f24 100644 --- a/_service +++ b/_service @@ -1,10 +1,14 @@ - https://github.com/olafhering/ocaml-curses.git - git - 1.0.4 - dune-wip ocaml-curses + bf8a3536d375ba29b4e85c8c4c6ce573260e65d9 + git + disable + https://github.com/mbacarella/curses.git + @PARENT_TAG@ + [v]?([^\+]+)(.*) + v(.*) + \1 *.tar diff --git a/ocaml-curses-1.0.4.tar.xz b/ocaml-curses-1.0.4.tar.xz deleted file mode 100644 index 8493f6a..0000000 --- a/ocaml-curses-1.0.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a83b2d2812e98b5598fec1381ebe5170128cb67f53ff7998a575a1f982891bc -size 39684 diff --git a/ocaml-curses-1.0.9.tar.xz b/ocaml-curses-1.0.9.tar.xz new file mode 100644 index 0000000..66805f6 --- /dev/null +++ b/ocaml-curses-1.0.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce56e92715fb473735c8560c59a66ec42ab9e5d837f3468b9e98b31265bcd47 +size 24156 diff --git a/ocaml-curses.changes b/ocaml-curses.changes index 84077da..188245a 100644 --- a/ocaml-curses.changes +++ b/ocaml-curses.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Oct 10 10:10:10 UTC 2021 - ohering@suse.de + +- Update to version 1.0.9 + new upstream + ------------------------------------------------------------------- Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de diff --git a/ocaml-curses.spec b/ocaml-curses.spec index 4fb02a2..685682a 100644 --- a/ocaml-curses.spec +++ b/ocaml-curses.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-curses # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,18 @@ Name: ocaml-curses -Version: 1.0.4 +Version: 1.0.9 Release: 0 %{?ocaml_preserve_bytecode} Summary: OCaml bindings for ncurses License: LGPL-2.1+ Group: Development/Languages/OCaml -Url: http://savannah.nongnu.org/projects/ocaml-tmk/ +Url: https://opam.ocaml.org/packages/curses Source0: %{name}-%{version}.tar.xz BuildRequires: ncurses-devel BuildRequires: ocaml -BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20191101 +BuildRequires: ocaml-dune >= 2.7 +BuildRequires: ocaml-rpm-macros >= 20210911 BuildRequires: ocamlfind(dune.configurator) BuildRequires: pkg-config