- Update to version 3.12.1
see included CHANGES.md file for details OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=113
This commit is contained in:
parent
3da9500df0
commit
4e826053fe
2
_service
2
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="filename">ocaml-dune</param>
|
<param name="filename">ocaml-dune</param>
|
||||||
<param name="revision">7cbb0e7277c6cacd1ccf7941cac5a03c25fc63cf</param>
|
<param name="revision">2e4994f005e9a94993150601bdb60759d9de5ab6</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="submodules">disable</param>
|
<param name="submodules">disable</param>
|
||||||
<param name="url">https://github.com/ocaml/dune.git</param>
|
<param name="url">https://github.com/ocaml/dune.git</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:81436df35b1774be3b73fcfe9d271998cea65bad60fa633ac871d1a5310fedd6
|
|
||||||
size 2000064
|
|
BIN
ocaml-dune-3.12.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
ocaml-dune-3.12.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 12 12:12:12 UTC 2023 - ohering@suse.de
|
||||||
|
|
||||||
|
- Update to version 3.12.1
|
||||||
|
see included CHANGES.md file for details
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 10 10:10:10 UTC 2023 - ohering@suse.de
|
Tue Oct 10 10:10:10 UTC 2023 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%define pkg ocaml-dune
|
%define pkg ocaml-dune
|
||||||
%global _buildshell /bin/bash
|
%global _buildshell /bin/bash
|
||||||
Name: %pkg%nsuffix
|
Name: %pkg%nsuffix
|
||||||
Version: 3.11.1
|
Version: 3.12.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%{?ocaml_preserve_bytecode}
|
%{?ocaml_preserve_bytecode}
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -34,7 +34,7 @@ BuildRoot: %_tmppath/%name-%version-build
|
|||||||
URL: https://opam.ocaml.org/packages/dune
|
URL: https://opam.ocaml.org/packages/dune
|
||||||
Source0: %pkg-%version.tar.xz
|
Source0: %pkg-%version.tar.xz
|
||||||
Requires: ocamlfind(compiler-libs)
|
Requires: ocamlfind(compiler-libs)
|
||||||
BuildRequires: ocaml-rpm-macros >= 20230101
|
BuildRequires: ocaml-rpm-macros >= 20231101
|
||||||
BuildRequires: ocaml(ocaml_base_version) >= 4.08
|
BuildRequires: ocaml(ocaml_base_version) >= 4.08
|
||||||
%if "%build_flavor" == ""
|
%if "%build_flavor" == ""
|
||||||
Provides: %name-bootstrap = %version-%release
|
Provides: %name-bootstrap = %version-%release
|
||||||
|
Loading…
Reference in New Issue
Block a user