Olaf Hering 2021-02-26 14:16:41 +00:00 committed by Git OBS Bridge
parent 93750d002e
commit ce8222c094
5 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-stdcompat</param>
<param name="revision">6d9f11b4debe61a10e87dbd548874eb008263daf</param>
<param name="revision">be38ae7a57638ebde5d4b437dd5b53d46de79410</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:a3d2a7ba5282a530e5f2cb872d5e571d4728e87037fb2b3415abfe0bd0b8fb41
size 108648

View File

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

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------
Thu Aug 20 20:20:20 UTC 2020 - ohering@suse.de
Thu Jan 21 21:21:21 UTC 2021 - ohering@suse.de
- Initial version 14
- Initial version 15

View File

@ -17,7 +17,7 @@
Name: ocaml-stdcompat
Version: 14
Version: 15
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Stdcompat: compatibility module for OCaml standard library
@ -28,7 +28,7 @@ Source0: %{name}-%{version}.tar.xz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: ocaml-findlib-devel
BuildRequires: ocaml-rpm-macros >= 20200514
BuildRequires: ocaml-rpm-macros >= 20210209
BuildRequires: ocaml(ocaml.opt)
%description