Accepting request 967046 from devel:languages:ocaml
- Update to version 1.0.10 OBS-URL: https://build.opensuse.org/request/show/967046 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-curses?expand=0&rev=8
This commit is contained in:
commit
d9f23624a2
2
_service
2
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="filename">ocaml-curses</param>
|
||||
<param name="revision">bf8a3536d375ba29b4e85c8c4c6ce573260e65d9</param>
|
||||
<param name="revision">a23a03d06206d85f53938c196b2a258ed1e4ef2e</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="url">https://github.com/mbacarella/curses.git</param>
|
||||
|
3
ocaml-curses-1.0.10.tar.xz
Normal file
3
ocaml-curses-1.0.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53191611f9ad04bf3e8cd3be5294c4862b32fbf7e3f3a9510b967071269cc44d
|
||||
size 25028
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bce56e92715fb473735c8560c59a66ec42ab9e5d837f3468b9e98b31265bcd47
|
||||
size 24156
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 26 12:34:56 UTC 2021 - ohering@suse.de
|
||||
|
||||
- Update to version 1.0.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 10 10:10:10 UTC 2021 - ohering@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ocaml-curses
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 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.9
|
||||
Version: 1.0.10
|
||||
Release: 0
|
||||
%{?ocaml_preserve_bytecode}
|
||||
Summary: OCaml bindings for ncurses
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Languages/OCaml
|
||||
Url: https://opam.ocaml.org/packages/curses
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source0: %name-%version.tar.xz
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-dune >= 2.7
|
||||
BuildRequires: ocaml-rpm-macros >= 20210911
|
||||
BuildRequires: ocaml-rpm-macros >= 20220222
|
||||
BuildRequires: ocamlfind(dune.configurator)
|
||||
BuildRequires: pkg-config
|
||||
|
||||
@ -36,14 +36,14 @@ BuildRequires: pkg-config
|
||||
OCaml bindings for ncurses.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Summary: Development files for %name
|
||||
Group: Development/Languages/OCaml
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %name = %version
|
||||
Requires: ncurses-devel
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and signature files for
|
||||
developing applications that use %{name}.
|
||||
The %name-devel package contains libraries and signature files for
|
||||
developing applications that use %name.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
@ -61,8 +61,8 @@ dune_release_pkgs='curses'
|
||||
dune_test_tolerate_fail='dune_test_tolerate_fail'
|
||||
%ocaml_dune_test
|
||||
|
||||
%files -f %{name}.files
|
||||
%files -f %name.files
|
||||
|
||||
%files devel -f %{name}.files.devel
|
||||
%files devel -f %name.files.devel
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user