- 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
This commit is contained in:
Olaf Hering 2023-03-06 13:41:14 +00:00 committed by Git OBS Bridge
parent 342f39ecf9
commit 410ba5fec9
5 changed files with 14 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-curses</param>
<param name="revision">a23a03d06206d85f53938c196b2a258ed1e4ef2e</param>
<param name="revision">184b60f30e6fb20d443d8912ed916cb9a576ed6c</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/mbacarella/curses.git</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53191611f9ad04bf3e8cd3be5294c4862b32fbf7e3f3a9510b967071269cc44d
size 25028

BIN
ocaml-curses-1.0.11.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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

View File

@ -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