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:
commit
ccbea69223
4
_service
4
_service
@ -1,9 +1,9 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="filename">ocaml-parmap</param>
|
<param name="filename">ocaml-parmap</param>
|
||||||
<param name="revision">dune-wip</param>
|
<param name="revision">526acc4d2dd0f8949dfd53fa1ff015307c970899</param>
|
||||||
<param name="scm">git</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>
|
<param name="versionformat">%cd.%h</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0a433c605c2845a0e1d07af83e14384f59d01b3f646cabaaa8e56aa7d515d262
|
|
||||||
size 31620
|
|
3
ocaml-parmap-20200124.526acc4.tar.xz
Normal file
3
ocaml-parmap-20200124.526acc4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e73a703e0293484594254ac004f78aee618dbbd13be71f6e5e8dc223c7fe2110
|
||||||
|
size 31236
|
@ -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
|
Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ocaml-parmap
|
Name: ocaml-parmap
|
||||||
Version: 20191021.1b17a5d
|
Version: 20200124.526acc4
|
||||||
Release: 0
|
Release: 0
|
||||||
%{?ocaml_preserve_bytecode}
|
%{?ocaml_preserve_bytecode}
|
||||||
Summary: Multicore architecture exploitation for OCaml programs with minimal modifications
|
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
|
Source: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
BuildRequires: ocaml-dune
|
BuildRequires: ocaml-dune
|
||||||
BuildRequires: ocaml-rpm-macros >= 20191101
|
BuildRequires: ocaml-rpm-macros >= 20200220
|
||||||
BuildRequires: ocamlfind(bigarray)
|
BuildRequires: ocamlfind(bigarray)
|
||||||
BuildRequires: ocamlfind(dune.configurator)
|
BuildRequires: ocamlfind(dune.configurator)
|
||||||
BuildRequires: ocamlfind(graphics)
|
BuildRequires: ocamlfind(graphics)
|
||||||
@ -76,7 +76,6 @@ export nProcs=2
|
|||||||
%ocaml_dune_test
|
%ocaml_dune_test
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%{_bindir}/*
|
|
||||||
|
|
||||||
%files devel -f %{name}.files.devel
|
%files devel -f %{name}.files.devel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user