Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
a38c7797bd |
8
_service
8
_service
@@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="filename">ocaml-dune</param>
|
<param name="filename">ocaml-dune</param>
|
||||||
<param name="revision">fedec664a6ba500f94ba4558112f52d5719bed4d</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>
|
||||||
@@ -9,9 +9,9 @@
|
|||||||
<param name="versionrewrite-pattern">[v]?([^+]+)(.*)</param>
|
<param name="versionrewrite-pattern">[v]?([^+]+)(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="manual">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="manual"/>
|
<service name="set_version" mode="disabled"/>
|
||||||
</services>
|
</services>
|
||||||
|
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.
BIN
ocaml-dune-3.17.2.tar.xz
(Stored with Git LFS)
BIN
ocaml-dune-3.17.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -1,15 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Mar 3 03:03:03 UTC 2025 - ohering@suse.de
|
|
||||||
|
|
||||||
- Update to version 3.17.2
|
|
||||||
see included CHANGES.md file for details
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Apr 4 04:04:04 UTC 2024 - ohering@suse.de
|
|
||||||
|
|
||||||
- Update to version 3.15.0
|
|
||||||
see included CHANGES.md file for details
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 11 11:11:11 UTC 2024 - ohering@suse.de
|
Mon Mar 11 11:11:11 UTC 2024 - ohering@suse.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ocaml-dune
|
# spec file for package ocaml-dune
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 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.17.2
|
Version: 3.14.2
|
||||||
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 >= 20240909
|
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
|
||||||
@@ -51,6 +51,7 @@ Group: Development/Languages/OCaml
|
|||||||
BuildRequires: ocaml-dune = %version
|
BuildRequires: ocaml-dune = %version
|
||||||
BuildRequires: ocamlfind(csexp)
|
BuildRequires: ocamlfind(csexp)
|
||||||
BuildRequires: ocamlfind(pp)
|
BuildRequires: ocamlfind(pp)
|
||||||
|
BuildRequires: ocamlfind(result)
|
||||||
Provides: ocaml-dune-configurator == %version-%release
|
Provides: ocaml-dune-configurator == %version-%release
|
||||||
Obsoletes: ocaml-dune-configurator < %version-%release
|
Obsoletes: ocaml-dune-configurator < %version-%release
|
||||||
Provides: ocaml-dune-configurator-devel == %version-%release
|
Provides: ocaml-dune-configurator-devel == %version-%release
|
||||||
|
Reference in New Issue
Block a user