Olaf Hering 2021-03-31 08:51:25 +00:00 committed by Git OBS Bridge
parent 02b6162a0b
commit 35bb7ccdb0
5 changed files with 6 additions and 9 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-csexp</param>
<param name="revision">0e1b2044c8d1ff187c27cec3e46d9cde14892650</param>
<param name="revision">4e4cadd5baee1c22d82b5c4eab9a15b0d1408e1b</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/ocaml-dune/csexp.git</param>

View File

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

3
ocaml-csexp-1.5.0.tar.xz Normal file
View File

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

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------
Thu Jan 21 21:21:21 UTC 2021 - ohering@suse.de
- Initial version 1.4.0
- Initial version 1.5.0

View File

@ -25,7 +25,7 @@
%define pkg ocaml-csexp
Name: %{pkg}%{nsuffix}
Version: 1.4.0
Version: 1.5.0
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Parsing and printing of S-expressions in Canonical form
@ -36,9 +36,6 @@ Source0: %{pkg}-%{version}.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20210121
%if 1
BuildRequires: ocamlfind(result)
%endif
%if "%{build_flavor}" == "testsuite"
BuildRequires: ocamlfind(csexp)