Accepting request 746714 from devel:languages:ocaml

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/746714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-stdlib-shims?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-11-11 20:30:26 +00:00 committed by Git OBS Bridge
commit 4388d124d9
3 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:7ecdc97bb7632ee886442654b7ef277ae6662e598b1221ae87dee226196c4cbc oid sha256:ef074807f626b616e935d705be416d81c57ba5318a9fbe113fdda6f92744d6bf
size 15632 size 10544

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de
- Require current dune macros
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 1 06:50:48 UTC 2019 - Jan Engelhardt <jengelh@inai.de> Tue Oct 1 06:50:48 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -27,7 +27,7 @@ Url: https://github.com/ocaml/stdlib-shims
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildRequires: ocaml BuildRequires: ocaml
BuildRequires: ocaml-dune BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20191004 BuildRequires: ocaml-rpm-macros >= 20191101
%description %description
Compiling against this library allows replacing uses of Pervasives Compiling against this library allows replacing uses of Pervasives
@ -48,6 +48,7 @@ developing applications that use %{name}.
%autosetup -p1 %autosetup -p1
%build %build
dune_release_pkgs='stdlib-shims'
%ocaml_dune_setup %ocaml_dune_setup
%ocaml_dune_build %ocaml_dune_build
@ -56,7 +57,7 @@ developing applications that use %{name}.
%ocaml_create_file_list %ocaml_create_file_list
%check %check
%ocaml_dune_test || : make check failed %ocaml_dune_test
%files -f %{name}.files %files -f %{name}.files