Accepting request 1056082 from devel:languages:ocaml

- Upstream moved the v19 git tag

OBS-URL: https://build.opensuse.org/request/show/1056082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-stdcompat?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2023-01-05 14:00:59 +00:00 committed by Git OBS Bridge
commit 4a4f0569cd
4 changed files with 10 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-stdcompat</param>
<param name="revision">89fe38402acf7bc6d63b32b9da22d9906391d7cb</param>
<param name="revision">56a7e25a1101b3d689a8bb23b7c47925e4981381</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/thierry-martinez/stdcompat.git</param>

BIN
ocaml-stdcompat-19.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 1 01:01:01 UTC 2023 - ohering@suse.de
- Upstream moved the v19 git tag
-------------------------------------------------------------------
Wed Jun 22 22:22:22 UTC 2022 - ohering@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ocaml-stdcompat
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -31,7 +31,7 @@ BuildRequires: automake
BuildRequires: bash
BuildRequires: ocaml
BuildRequires: ocaml-dune >= 2.0
BuildRequires: ocaml-rpm-macros >= 20220409
BuildRequires: ocaml-rpm-macros >= 20230101
%description
Stdcompat is a compatibility layer allowing programs to use some recent additions to the OCaml standard library while preserving the ability to be compiled on former versions of OCaml.