- Update to version 1.2.3

follow upstream versioning

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-parmap?expand=0&rev=53
This commit is contained in:
Olaf Hering 2021-05-02 21:16:38 +00:00 committed by Git OBS Bridge
parent ac243ca495
commit 2680037881
5 changed files with 15 additions and 7 deletions

View File

@ -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>

View File

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

View File

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

View File

@ -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

View File

@ -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)