Accepting request 967064 from devel:languages:ocaml

- Update to version 1.2.4
  fix naked pointers

OBS-URL: https://build.opensuse.org/request/show/967064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-parmap?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2022-04-06 19:51:20 +00:00 committed by Git OBS Bridge
commit 6a680c1a1c
5 changed files with 20 additions and 14 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-parmap</param>
<param name="revision">f140dbc8b05aa3d341c70436a1920a06df9a0ed4</param>
<param name="revision">289660b0cdc71c0c6e88468ca9fb7ee218f30379</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/rdicosmo/parmap.git</param>

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 4 04:04:04 UTC 2022 - ohering@suse.de
- Update to version 1.2.4
fix naked pointers
-------------------------------------------------------------------
Sun May 2 21:22:23 UTC 2021 - ohering@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ocaml-parmap
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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: 1.2.3
Version: 1.2.4
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: https://opam.ocaml.org/packages/parmap
Source0: %{name}-%{version}.tar.xz
Source0: %name-%version.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune >= 2.7
BuildRequires: ocaml-rpm-macros >= 20210409
BuildRequires: ocaml-rpm-macros >= 20220222
BuildRequires: ocamlfind(bigarray)
BuildRequires: ocamlfind(dune.configurator)
BuildRequires: ocamlfind(graphics)
@ -44,13 +44,13 @@ size of granularity of the parallel computation with the optional
parameter chunksize.
%package devel
Summary: Development files for %{name}
Summary: Development files for %name
Group: Development/Languages/OCaml
Requires: %{name} = %{version}
Requires: %name = %version
%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.
The %name-devel package contains libraries and signature files for
developing applications that use %name.
%prep
@ -75,8 +75,8 @@ export nData=$((1000 * 10))
export nProcs=2
%ocaml_dune_test
%files -f %{name}.files
%files -f %name.files
%files devel -f %{name}.files.devel
%files devel -f %name.files.devel
%changelog