Accepting request 777976 from devel:languages:ocaml

- Require current ocaml-rpm-macros
- Update to version 20200124.526acc4 (1.1.1)
  merged our changes for dune and recent ocaml versions

OBS-URL: https://build.opensuse.org/request/show/777976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-parmap?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2020-03-09 13:13:31 +00:00 committed by Git OBS Bridge
commit ccbea69223
5 changed files with 14 additions and 8 deletions

View File

@ -1,9 +1,9 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-parmap</param>
<param name="revision">dune-wip</param>
<param name="revision">526acc4d2dd0f8949dfd53fa1ff015307c970899</param>
<param name="scm">git</param>
<param name="url">https://github.com/olafhering/ocaml-parmap.git</param>
<param name="url">https://github.com/rdicosmo/parmap.git</param>
<param name="versionformat">%cd.%h</param>
</service>
<service name="recompress" mode="disabled">

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 20 20:20:20 UTC 2020 - ohering@suse.de
- Require current ocaml-rpm-macros
- Update to version 20200124.526acc4 (1.1.1)
merged our changes for dune and recent ocaml versions
-------------------------------------------------------------------
Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de

View File

@ -17,7 +17,7 @@
Name: ocaml-parmap
Version: 20191021.1b17a5d
Version: 20200124.526acc4
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Multicore architecture exploitation for OCaml programs with minimal modifications
@ -27,7 +27,7 @@ URL: http://rdicosmo.github.io/parmap/
Source: %{name}-%{version}.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20191101
BuildRequires: ocaml-rpm-macros >= 20200220
BuildRequires: ocamlfind(bigarray)
BuildRequires: ocamlfind(dune.configurator)
BuildRequires: ocamlfind(graphics)
@ -76,7 +76,6 @@ export nProcs=2
%ocaml_dune_test
%files -f %{name}.files
%{_bindir}/*
%files devel -f %{name}.files.devel