From 93750d002eae533c4bedea354d594cabecd8097cf2e04b536ffe26cf8136102e Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 21 Aug 2020 18:25:06 +0000 Subject: [PATCH] - Initial version 14 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-stdcompat?expand=0&rev=7 --- _service | 2 +- ocaml-stdcompat-13.tar.xz | 3 --- ocaml-stdcompat-14.tar.xz | 3 +++ ocaml-stdcompat.changes | 4 ++-- ocaml-stdcompat.spec | 12 ++++++------ 5 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 ocaml-stdcompat-13.tar.xz create mode 100644 ocaml-stdcompat-14.tar.xz diff --git a/_service b/_service index 22a16a0..56d2796 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-stdcompat - cb5627da650965142a75228e066db7165463f2be + 6d9f11b4debe61a10e87dbd548874eb008263daf git disable https://github.com/thierry-martinez/stdcompat.git diff --git a/ocaml-stdcompat-13.tar.xz b/ocaml-stdcompat-13.tar.xz deleted file mode 100644 index 2743c7b..0000000 --- a/ocaml-stdcompat-13.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98aa1aadc3c72c32527d58ce11e33b6f2b7ab28de34297b43ee339abb14eaaf6 -size 105292 diff --git a/ocaml-stdcompat-14.tar.xz b/ocaml-stdcompat-14.tar.xz new file mode 100644 index 0000000..a7e207c --- /dev/null +++ b/ocaml-stdcompat-14.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d2a7ba5282a530e5f2cb872d5e571d4728e87037fb2b3415abfe0bd0b8fb41 +size 108648 diff --git a/ocaml-stdcompat.changes b/ocaml-stdcompat.changes index 952410f..f6655fd 100644 --- a/ocaml-stdcompat.changes +++ b/ocaml-stdcompat.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Thu Feb 20 20:20:20 UTC 2020 - ohering@suse.de +Thu Aug 20 20:20:20 UTC 2020 - ohering@suse.de -- Initial version 13 +- Initial version 14 diff --git a/ocaml-stdcompat.spec b/ocaml-stdcompat.spec index 2d4850c..56cca5c 100644 --- a/ocaml-stdcompat.spec +++ b/ocaml-stdcompat.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-stdcompat # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,20 +15,21 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: ocaml-stdcompat -Version: 13 +Version: 14 Release: 0 %{?ocaml_preserve_bytecode} Summary: Stdcompat: compatibility module for OCaml standard library License: BSD-2-Clause Group: Development/Languages/OCaml -URL: https://github.com/thierry-martinez/stdcompat +URL: https://opam.ocaml.org/packages/stdcompat Source0: %{name}-%{version}.tar.xz BuildRequires: autoconf BuildRequires: automake -BuildRequires: ocaml(ocaml.opt) BuildRequires: ocaml-findlib-devel -BuildRequires: ocaml-rpm-macros >= 20191101 +BuildRequires: ocaml-rpm-macros >= 20200514 +BuildRequires: ocaml(ocaml.opt) %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. @@ -38,7 +39,6 @@ Summary: Development files for %{name} Group: Development/Languages/OCaml Requires: %{name} = %{version} - %description devel The %{name}-devel package contains libraries and signature files for developing applications that use %{name}.