Olaf Hering 2020-02-09 22:38:35 +00:00 committed by Git OBS Bridge
parent 121f5eb4ef
commit abe1e8752e
6 changed files with 9 additions and 24 deletions

View File

@ -3,8 +3,8 @@
<param name="url">https://github.com/thierry-martinez/stdcompat.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<!-- 11 -->
<param name="revision">7294d49eb834ae5dba320e35377fc06a7c9f34f8</param>
<!-- 12 -->
<param name="revision">f823af42a2d708c1e5716a28548cd575ad0ed5eb</param>
<param name="filename">ocaml-stdcompat</param>
</service>
<service name="recompress" mode="disabled">

View File

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

View File

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

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------
Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de
Sun Feb 9 22:23:24 UTC 2020 - ohering@suse.de
- Initial version 11
- Initial version 12

View File

@ -1,13 +0,0 @@
diff --git a/Makefile.am b/Makefile.am
index 5bd608f..02570cf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,7 +53,7 @@ MODULES = stdcompat__init.ml stdcompat__root.ml stdcompat__seq_s.ml \
stdcompat__float.ml stdcompat__queue.ml stdcompat__ephemeron.ml \
stdcompat__spacetime.ml stdcompat__moreLabels.ml stdcompat__lexing.ml \
stdcompat__option.ml stdcompat__printexc.ml stdcompat__result.ml stdcompat__bool.ml \
- stdcompat__fun.ml stdcompat__format.ml stdcompat__printf.ml stdcompat__stdlib.ml \
+ stdcompat__fun.ml stdcompat__format.ml stdcompat__format_s.ml stdcompat__printf.ml stdcompat__stdlib.ml \
stdcompat.ml
MODULES_native = stdcompat__native.ml $(MODULES)

View File

@ -16,7 +16,7 @@
#
Name: ocaml-stdcompat
Version: 11
Version: 12
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Stdcompat: compatibility module for OCaml standard library
@ -24,7 +24,6 @@ License: BSD-2-Clause
Group: Development/Languages/OCaml
URL: https://github.com/thierry-martinez/stdcompat
Source0: %{name}-%{version}.tar.xz
Patch0: ocaml-stdcompat.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: ocaml
@ -49,8 +48,7 @@ developing applications that use %{name}.
%build
%define _lto_cflags %{nil}
autoreconf -fiv
automake
%make_build -f Makefile.bootstrap
%configure \
--libdir=$(ocamlc -where)
%make_build -j1