Accepting request 891918 from devel:languages:ocaml
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/891918 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-parmap?expand=0&rev=10
This commit is contained in:
commit
cea88a51be
6
_service
6
_service
@ -1,11 +1,13 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="filename">ocaml-parmap</param>
|
||||
<param name="revision">2800b78e9e10ffffafc3cbb0ffaed646ab71cc6a</param>
|
||||
<param name="revision">f140dbc8b05aa3d341c70436a1920a06df9a0ed4</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="url">https://github.com/rdicosmo/parmap.git</param>
|
||||
<param name="versionformat">%cd.%h</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
3
ocaml-parmap-1.2.3.tar.xz
Normal file
3
ocaml-parmap-1.2.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ace67fa8c802d34ccfa79cd767ffad604a37830d4fec7a7eb072169e6149ec6
|
||||
size 32468
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53417d9239992b4f2d6ee3f7654eb696de9f71af8e1be82963fc39e935d26e75
|
||||
size 31968
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 21:22:23 UTC 2021 - ohering@suse.de
|
||||
|
||||
- Update to version 1.2.3
|
||||
follow upstream versioning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 25 22:22:22 UTC 2021 - ohering@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ocaml-parmap
|
||||
Version: 20210423.2800b78
|
||||
Version: 1.2.3
|
||||
Release: 0
|
||||
%{?ocaml_preserve_bytecode}
|
||||
Summary: Multicore architecture exploitation for OCaml programs with minimal modifications
|
||||
@ -26,7 +26,7 @@ Group: Development/Languages/OCaml
|
||||
URL: https://opam.ocaml.org/packages/parmap
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-dune
|
||||
BuildRequires: ocaml-dune >= 2.7
|
||||
BuildRequires: ocaml-rpm-macros >= 20210409
|
||||
BuildRequires: ocamlfind(bigarray)
|
||||
BuildRequires: ocamlfind(dune.configurator)
|
||||
|
Loading…
Reference in New Issue
Block a user