- Initial version 1.5.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-csexp?expand=0&rev=5
This commit is contained in:
parent
02b6162a0b
commit
35bb7ccdb0
2
_service
2
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="filename">ocaml-csexp</param>
|
<param name="filename">ocaml-csexp</param>
|
||||||
<param name="revision">0e1b2044c8d1ff187c27cec3e46d9cde14892650</param>
|
<param name="revision">4e4cadd5baee1c22d82b5c4eab9a15b0d1408e1b</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="submodules">disable</param>
|
<param name="submodules">disable</param>
|
||||||
<param name="url">https://github.com/ocaml-dune/csexp.git</param>
|
<param name="url">https://github.com/ocaml-dune/csexp.git</param>
|
||||||
|
@ -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
3
ocaml-csexp-1.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:88540c88c14c877ed8eb59f51ad68eb8db05895b70ec4d8ca622f864c20f8c90
|
||||||
|
size 10152
|
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 21 21:21:21 UTC 2021 - ohering@suse.de
|
Thu Jan 21 21:21:21 UTC 2021 - ohering@suse.de
|
||||||
|
|
||||||
- Initial version 1.4.0
|
- Initial version 1.5.0
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
%define pkg ocaml-csexp
|
%define pkg ocaml-csexp
|
||||||
Name: %{pkg}%{nsuffix}
|
Name: %{pkg}%{nsuffix}
|
||||||
Version: 1.4.0
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%{?ocaml_preserve_bytecode}
|
%{?ocaml_preserve_bytecode}
|
||||||
Summary: Parsing and printing of S-expressions in Canonical form
|
Summary: Parsing and printing of S-expressions in Canonical form
|
||||||
@ -36,9 +36,6 @@ Source0: %{pkg}-%{version}.tar.xz
|
|||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
BuildRequires: ocaml-dune
|
BuildRequires: ocaml-dune
|
||||||
BuildRequires: ocaml-rpm-macros >= 20210121
|
BuildRequires: ocaml-rpm-macros >= 20210121
|
||||||
%if 1
|
|
||||||
BuildRequires: ocamlfind(result)
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if "%{build_flavor}" == "testsuite"
|
%if "%{build_flavor}" == "testsuite"
|
||||||
BuildRequires: ocamlfind(csexp)
|
BuildRequires: ocamlfind(csexp)
|
||||||
|
Loading…
Reference in New Issue
Block a user