Olaf Hering 2020-02-23 10:14:40 +00:00 committed by Git OBS Bridge
parent a96b42c147
commit 1323f4795d
5 changed files with 13 additions and 11 deletions

View File

@ -1,11 +1,13 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/thierry-martinez/stdcompat.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<!-- 12 -->
<param name="revision">f823af42a2d708c1e5716a28548cd575ad0ed5eb</param>
<param name="filename">ocaml-stdcompat</param>
<param name="revision">cb5627da650965142a75228e066db7165463f2be</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/thierry-martinez/stdcompat.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">[v]?([^+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

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

View File

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

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------
Sun Feb 9 22:23:24 UTC 2020 - ohering@suse.de
Thu Feb 20 20:20:20 UTC 2020 - ohering@suse.de
- Initial version 12
- Initial version 13

View File

@ -16,7 +16,7 @@
#
Name: ocaml-stdcompat
Version: 12
Version: 13
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Stdcompat: compatibility module for OCaml standard library