- Update to version 20210109.adce7bc

add support for returning results in the right order

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-parmap?expand=0&rev=48
This commit is contained in:
Olaf Hering 2021-01-24 22:13:58 +00:00 committed by Git OBS Bridge
parent 032fed9bfd
commit 9724681711
5 changed files with 15 additions and 9 deletions

View File

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

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 21 21:21:21 UTC 2021 - ohering@suse.de
- Update to version 20210109.adce7bc
add support for returning results in the right order
-------------------------------------------------------------------
Thu Feb 20 20:20:20 UTC 2020 - ohering@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ocaml-parmap
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,17 +17,17 @@
Name: ocaml-parmap
Version: 20200124.526acc4
Version: 20210109.adce7bc
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Multicore architecture exploitation for OCaml programs with minimal modifications
License: LGPL-2.0-only
Group: Development/Languages/OCaml
URL: http://rdicosmo.github.io/parmap/
Source: %{name}-%{version}.tar.xz
URL: https://opam.ocaml.org/packages/parmap
Source0: %{name}-%{version}.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20200220
BuildRequires: ocaml-rpm-macros >= 20210114
BuildRequires: ocamlfind(bigarray)
BuildRequires: ocamlfind(dune.configurator)
BuildRequires: ocamlfind(graphics)