Sync from SUSE:SLFO:Main ocaml-dune revision ef46674c2d9a5e554e9e54e9e0a80366
This commit is contained in:
parent
ca49cda9d6
commit
1c668e97c5
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">2e4994f005e9a94993150601bdb60759d9de5ab6</param>
|
<param name="revision">b19f6df8954995899e30275055d9582b6c83687c</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>
|
||||||
|
BIN
ocaml-dune-3.12.1.tar.xz
(Stored with Git LFS)
BIN
ocaml-dune-3.12.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
ocaml-dune-3.14.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
ocaml-dune-3.14.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 11 11:11:11 UTC 2024 - ohering@suse.de
|
||||||
|
|
||||||
|
- Update to version 3.14.2
|
||||||
|
see included CHANGES.md file for details
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 12 12:12:12 UTC 2024 - ohering@suse.de
|
||||||
|
|
||||||
|
- Update to version 3.14.0
|
||||||
|
see included CHANGES.md file for details
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 5 05:05:05 UTC 2024 - ohering@suse.de
|
||||||
|
|
||||||
|
- Update to version 3.13.1
|
||||||
|
see included CHANGES.md file for details
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 16 16:16:16 UTC 2024 - ohering@suse.de
|
||||||
|
|
||||||
|
- Update to version 3.13.0
|
||||||
|
see included CHANGES.md file for details
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 5 05:05:05 UTC 2024 - ohering@suse.de
|
||||||
|
|
||||||
|
- Update to version 3.12.2
|
||||||
|
see included CHANGES.md file for details
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 12 12:12:12 UTC 2023 - ohering@suse.de
|
Tue Dec 12 12:12:12 UTC 2023 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ocaml-dune
|
# spec file for package ocaml-dune
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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.12.1
|
Version: 3.14.2
|
||||||
Release: 0
|
Release: 0
|
||||||
%{?ocaml_preserve_bytecode}
|
%{?ocaml_preserve_bytecode}
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -132,17 +132,6 @@ dune_release_pkgs="${dune_release_pkgs// /,}"
|
|||||||
# use the just built dune
|
# use the just built dune
|
||||||
PATH="$PWD/.bin:$PATH"
|
PATH="$PWD/.bin:$PATH"
|
||||||
%ocaml_dune_install
|
%ocaml_dune_install
|
||||||
%if "%build_flavor" == "devel"
|
|
||||||
# the META file removed below belongs to this package, to provide dune.configurator
|
|
||||||
mkdir -vp %buildroot%ocaml_standard_library/dune
|
|
||||||
tee %buildroot%ocaml_standard_library/dune/META <<_EOM_
|
|
||||||
package "configurator" (
|
|
||||||
directory = "configurator"
|
|
||||||
version = "%version"
|
|
||||||
requires = "dune-configurator"
|
|
||||||
)
|
|
||||||
_EOM_
|
|
||||||
%endif
|
|
||||||
%if "%build_flavor" == ""
|
%if "%build_flavor" == ""
|
||||||
# the installed META file provides and requires 'dune-configurator'
|
# the installed META file provides and requires 'dune-configurator'
|
||||||
rm -rfv %buildroot%ocaml_standard_library
|
rm -rfv %buildroot%ocaml_standard_library
|
||||||
|
Loading…
Reference in New Issue
Block a user