From f847c3fcfb3c0a3fdc053d68f5c7b2aaa268d42420d2a1cddc81512c0380f7b8 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 2 Jan 2023 15:08:57 +0000 Subject: [PATCH 1/2] - Upstream moved the v19 git tag OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-stdcompat?expand=0&rev=26 --- _service | 2 +- ocaml-stdcompat-19.tar.xz | 4 ++-- ocaml-stdcompat.changes | 5 +++++ ocaml-stdcompat.spec | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/_service b/_service index 6cb3e9a..fb71ffe 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-stdcompat - 89fe38402acf7bc6d63b32b9da22d9906391d7cb + 56a7e25a1101b3d689a8bb23b7c47925e4981381 git disable https://github.com/thierry-martinez/stdcompat.git diff --git a/ocaml-stdcompat-19.tar.xz b/ocaml-stdcompat-19.tar.xz index 71ce3da..110dbab 100644 --- a/ocaml-stdcompat-19.tar.xz +++ b/ocaml-stdcompat-19.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:767f28362ee54bd57d598ed0424d154fffe5af6ece49d91439e3f1b6726edbb7 -size 128172 +oid sha256:5731a8a30fc847e74c74e4d77bd7d697fb5288bbe0cf7bdd798b0d4a1e9b0d85 +size 187344 diff --git a/ocaml-stdcompat.changes b/ocaml-stdcompat.changes index b553296..2b2c33c 100644 --- a/ocaml-stdcompat.changes +++ b/ocaml-stdcompat.changes @@ -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 diff --git a/ocaml-stdcompat.spec b/ocaml-stdcompat.spec index 425b186..03c8b0b 100644 --- a/ocaml-stdcompat.spec +++ b/ocaml-stdcompat.spec @@ -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 >= 20220707 %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. From 599695613cfcbf08cfa026af922826dc113821db5f64488be82c18adf087c5c9 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 2 Jan 2023 20:21:33 +0000 Subject: [PATCH 2/2] ocaml-rpm-macros OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-stdcompat?expand=0&rev=27 --- ocaml-stdcompat.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml-stdcompat.spec b/ocaml-stdcompat.spec index 03c8b0b..bccca4f 100644 --- a/ocaml-stdcompat.spec +++ b/ocaml-stdcompat.spec @@ -31,7 +31,7 @@ BuildRequires: automake BuildRequires: bash BuildRequires: ocaml BuildRequires: ocaml-dune >= 2.0 -BuildRequires: ocaml-rpm-macros >= 20220707 +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.