Accepting request 1127432 from devel:languages:ocaml

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1127432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-pyml?expand=0&rev=7
This commit is contained in:
Ana Guerrero 2023-11-19 19:15:57 +00:00 committed by Git OBS Bridge
commit c6e72d8e6e
5 changed files with 12 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-pyml</param>
<param name="revision">e33f4c49cc97e7bc6f8e5faaa64cce994470642e</param>
<param name="revision">01ddf05ecf679f288416ea99f40f9ccbbfbfcb7c</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/thierry-martinez/pyml.git</param>

BIN
ocaml-pyml-20220905.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
ocaml-pyml-20231101.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Nov 11 11:11:11 UTC 2023 - ohering@suse.de
- Update to version 20231101
see included CHANGES.md file for details
-------------------------------------------------------------------
Sun Jan 1 01:01:01 UTC 2023 - ohering@suse.de

View File

@ -29,7 +29,7 @@ ExclusiveArch: do-not-build
%define pkg ocaml-pyml
Name: %pkg%nsuffix
Version: 20220905
Version: 20231101
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Stdcompat: compatibility module for OCaml standard library
@ -39,7 +39,7 @@ URL: https://opam.ocaml.org/packages/pyml
Source0: %pkg-%version.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune >= 2.8
BuildRequires: ocaml-rpm-macros >= 20230101
BuildRequires: ocaml-rpm-macros >= 20231101
BuildRequires: ocamlfind(bigarray)
BuildRequires: ocamlfind(stdcompat)
BuildRequires: ocamlfind(unix)