- Update to version 0.3.0

See included CHANGES.md for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-stdlib-shims?expand=0&rev=12
This commit is contained in:
Olaf Hering 2021-01-24 22:22:18 +00:00 committed by Git OBS Bridge
parent 36bee94b61
commit 29f45fa3f7
5 changed files with 20 additions and 11 deletions

View File

@ -1,10 +1,13 @@
<services> <services>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="url">https://github.com/ocaml/stdlib-shims.git</param>
<param name="scm">git</param>
<param name="versionformat">0.1.0</param>
<param name="revision">master</param>
<param name="filename">ocaml-stdlib-shims</param> <param name="filename">ocaml-stdlib-shims</param>
<param name="revision">fb6815e5d745f07fd567c11671149de6ef2e74c8</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/ocaml/stdlib-shims.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service> </service>
<service name="recompress" mode="disabled"> <service name="recompress" mode="disabled">
<param name="file">*.tar</param> <param name="file">*.tar</param>

View File

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

BIN
ocaml-stdlib-shims-0.3.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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 Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package ocaml-stdlib-shims # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,17 +17,17 @@
Name: ocaml-stdlib-shims Name: ocaml-stdlib-shims
Version: 0.1.0 Version: 0.3.0
Release: 0 Release: 0
%{?ocaml_preserve_bytecode} %{?ocaml_preserve_bytecode}
Summary: Shim to substitute Pervasives with Stdlib before 4.08 Summary: Shim to substitute Pervasives with Stdlib before 4.08
License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception
Group: Development/Languages/OCaml Group: Development/Languages/OCaml
Url: https://github.com/ocaml/stdlib-shims URL: https://opam.ocaml.org/packages/stdlib-shims
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildRequires: ocaml BuildRequires: ocaml
BuildRequires: ocaml-dune BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20191101 BuildRequires: ocaml-rpm-macros >= 20210114
%description %description
Compiling against this library allows replacing uses of Pervasives Compiling against this library allows replacing uses of Pervasives