- 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:
parent
342f39ecf9
commit
410ba5fec9
2
_service
2
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="filename">ocaml-curses</param>
|
<param name="filename">ocaml-curses</param>
|
||||||
<param name="revision">a23a03d06206d85f53938c196b2a258ed1e4ef2e</param>
|
<param name="revision">184b60f30e6fb20d443d8912ed916cb9a576ed6c</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="submodules">disable</param>
|
<param name="submodules">disable</param>
|
||||||
<param name="url">https://github.com/mbacarella/curses.git</param>
|
<param name="url">https://github.com/mbacarella/curses.git</param>
|
||||||
|
@ -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
BIN
ocaml-curses-1.0.11.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
Fri Nov 26 12:34:56 UTC 2021 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ocaml-curses
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ocaml-curses
|
Name: ocaml-curses
|
||||||
Version: 1.0.10
|
Version: 1.0.11
|
||||||
Release: 0
|
Release: 0
|
||||||
%{?ocaml_preserve_bytecode}
|
%{?ocaml_preserve_bytecode}
|
||||||
Summary: OCaml bindings for ncurses
|
Summary: OCaml bindings for ncurses
|
||||||
@ -28,8 +28,9 @@ Source0: %name-%version.tar.xz
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
BuildRequires: ocaml-dune >= 2.7
|
BuildRequires: ocaml-dune >= 2.7
|
||||||
BuildRequires: ocaml-rpm-macros >= 20220222
|
BuildRequires: ocaml-rpm-macros >= 20230101
|
||||||
BuildRequires: ocamlfind(dune.configurator)
|
BuildRequires: ocamlfind(dune.configurator)
|
||||||
|
BuildRequires: ocamlfind(unix)
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user