diff --git a/_service b/_service index 0570556..597b492 100644 --- a/_service +++ b/_service @@ -1,10 +1,13 @@ - https://github.com/ocaml/stdlib-shims.git - git - 0.1.0 - master ocaml-stdlib-shims + fb6815e5d745f07fd567c11671149de6ef2e74c8 + git + disable + https://github.com/ocaml/stdlib-shims.git + @PARENT_TAG@ + [v]?([^\+]+)(.*) + \1 *.tar diff --git a/ocaml-stdlib-shims-0.1.0.tar.xz b/ocaml-stdlib-shims-0.1.0.tar.xz deleted file mode 100644 index f8f607e..0000000 --- a/ocaml-stdlib-shims-0.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef074807f626b616e935d705be416d81c57ba5318a9fbe113fdda6f92744d6bf -size 10544 diff --git a/ocaml-stdlib-shims-0.3.0.tar.xz b/ocaml-stdlib-shims-0.3.0.tar.xz new file mode 100644 index 0000000..7bb47b3 --- /dev/null +++ b/ocaml-stdlib-shims-0.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31bf8c85c408bb5b5d9dc6a4bd359083f251feb7461a5797ec2202ca4bfb70cc +size 10628 diff --git a/ocaml-stdlib-shims.changes b/ocaml-stdlib-shims.changes index 97542c7..04bbd2c 100644 --- a/ocaml-stdlib-shims.changes +++ b/ocaml-stdlib-shims.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 21 21:21:21 UTC 2021 - ohering@suse.de + +- Update to version 0.3.0 + See included CHANGES.md for details + ------------------------------------------------------------------- Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de diff --git a/ocaml-stdlib-shims.spec b/ocaml-stdlib-shims.spec index 87a1172..b37a270 100644 --- a/ocaml-stdlib-shims.spec +++ b/ocaml-stdlib-shims.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-stdlib-shims # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -17,17 +17,17 @@ Name: ocaml-stdlib-shims -Version: 0.1.0 +Version: 0.3.0 Release: 0 %{?ocaml_preserve_bytecode} Summary: Shim to substitute Pervasives with Stdlib before 4.08 License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception Group: Development/Languages/OCaml -Url: https://github.com/ocaml/stdlib-shims +URL: https://opam.ocaml.org/packages/stdlib-shims Source: %{name}-%{version}.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20191101 +BuildRequires: ocaml-rpm-macros >= 20210114 %description Compiling against this library allows replacing uses of Pervasives