Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| cb5e8cd386 | |||
| 192c6e895b | |||
| 4b8dac5c9f | |||
| 2ee3a67fc9 | |||
| f1a154ed85 | |||
| be2dfe0f79 | |||
| a0764acced | |||
| f1640f7a00 | |||
| ed8c8c0106 | |||
| bf5f52601e |
8
_service
8
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="filename">ocaml-dune</param>
|
||||
<param name="revision">8118ddbd012bd871b75df41c971be904e16b45ca</param>
|
||||
<param name="revision">76c0c3941798f81dcc13a305d7abb120c191f5fa</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="url">https://github.com/ocaml/dune.git</param>
|
||||
@@ -9,9 +9,9 @@
|
||||
<param name="versionrewrite-pattern">[v]?([^+]+)(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="set_version" mode="manual"/>
|
||||
</services>
|
||||
|
||||
BIN
ocaml-dune-3.15.0.tar.xz
LFS
BIN
ocaml-dune-3.15.0.tar.xz
LFS
Binary file not shown.
BIN
ocaml-dune-3.19.1.tar.xz
LFS
Normal file
BIN
ocaml-dune-3.19.1.tar.xz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 6 06:06:06 UTC 2025 - ohering@suse.de
|
||||
|
||||
- Update to version 3.19.1
|
||||
see included CHANGES.md file for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 23:23:23 UTC 2025 - ohering@suse.de
|
||||
|
||||
- Update to version 3.19.0
|
||||
see included CHANGES.md file for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 5 05:05:05 UTC 2025 - ohering@suse.de
|
||||
|
||||
- Update to version 3.18.2
|
||||
see included CHANGES.md file for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 04:04:04 UTC 2025 - ohering@suse.de
|
||||
|
||||
- Update to version 3.18.0
|
||||
see included CHANGES.md file for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ocaml-dune
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -25,7 +25,7 @@
|
||||
%define pkg ocaml-dune
|
||||
%global _buildshell /bin/bash
|
||||
Name: %pkg%nsuffix
|
||||
Version: 3.15.0
|
||||
Version: 3.19.1
|
||||
Release: 0
|
||||
%{?ocaml_preserve_bytecode}
|
||||
License: MIT
|
||||
@@ -34,7 +34,7 @@ BuildRoot: %_tmppath/%name-%version-build
|
||||
URL: https://opam.ocaml.org/packages/dune
|
||||
Source0: %pkg-%version.tar.xz
|
||||
Requires: ocamlfind(compiler-libs)
|
||||
BuildRequires: ocaml-rpm-macros >= 20231101
|
||||
BuildRequires: ocaml-rpm-macros >= 20250517
|
||||
BuildRequires: ocaml(ocaml_base_version) >= 4.08
|
||||
%if "%build_flavor" == ""
|
||||
Provides: %name-bootstrap = %version-%release
|
||||
|
||||
Reference in New Issue
Block a user