- Update to version 16

Support for OCaml 4.13.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-stdcompat?expand=0&rev=16
This commit is contained in:
Olaf Hering 2021-09-11 22:23:39 +00:00 committed by Git OBS Bridge
parent 4b9334f7e0
commit bbc07e9b28
5 changed files with 13 additions and 7 deletions

View File

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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:445973c45ff6c748f226764971ce157f500fa520601395c896642b2cbf348e78
size 114112

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7201ea8931a19ccca2f73115c512b254fab5c5c59b448075be9eaeb12d74d92e
size 118220

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Sep 11 12:34:56 UTC 2021 - ohering@suse.de
- Update to version 16
Support for OCaml 4.13.0
-------------------------------------------------------------------
Fri Apr 9 09:09:09 UTC 2021 - ohering@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ocaml-stdcompat
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define _lto_cflags %{nil}
Name: ocaml-stdcompat
Version: 15
Version: 16
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Stdcompat: compatibility module for OCaml standard library
@ -31,7 +31,7 @@ BuildRequires: autoconf
BuildRequires: automake
BuildRequires: bash
BuildRequires: ocamlfind(findlib)
BuildRequires: ocaml-rpm-macros >= 20210409
BuildRequires: ocaml-rpm-macros >= 20210421
BuildRequires: ocaml(ocaml.opt)
%description