- 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
This commit is contained in:
Olaf Hering 2021-10-13 21:10:00 +00:00 committed by Git OBS Bridge
parent c2fad46ded
commit 60421d8df1
5 changed files with 22 additions and 12 deletions

View File

@ -1,10 +1,14 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/olafhering/ocaml-curses.git</param>
<param name="scm">git</param>
<param name="versionformat">1.0.4</param>
<param name="revision">dune-wip</param>
<param name="filename">ocaml-curses</param>
<param name="revision">bf8a3536d375ba29b4e85c8c4c6ce573260e65d9</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/mbacarella/curses.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a83b2d2812e98b5598fec1381ebe5170128cb67f53ff7998a575a1f982891bc
size 39684

View File

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

View File

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

View File

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