- Update to version 20210310
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-menhir?expand=0&rev=19
This commit is contained in:
parent
caec037376
commit
5a017544f7
6
_service
6
_service
@ -1,7 +1,11 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name='exclude'>check-tarball.sh</param>
|
||||
<param name='exclude'>compile-ocaml.sh</param>
|
||||
<param name='exclude'>coq-menhirlib</param>
|
||||
<param name='exclude'>exec.sh</param>
|
||||
<param name="filename">ocaml-menhir</param>
|
||||
<param name="revision">ad9297c0a505e878fb60b77f3b83a9caa1e42548</param>
|
||||
<param name="revision">76c09946dd065a7117d48ede8d5cead6f785d4f7</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="url">https://gitlab.inria.fr/fpottier/menhir.git</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf3f1801778eae2cd95702589e4dead67054a8ff5de9f2d43ae28da2cf3aa25d
|
||||
size 1832544
|
3
ocaml-menhir-20210310.tar.xz
Normal file
3
ocaml-menhir-20210310.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cadb76d4e30054b92684c70aa0acf7893d928ed0b05e55efee3753c5c7f07b64
|
||||
size 906904
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 9 09:09:09 UTC 2021 - ohering@suse.de
|
||||
|
||||
- Update to version 20210310
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 29 20:20:20 UTC 2020 - ohering@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ocaml-menhir
|
||||
Version: 20200211
|
||||
Version: 20210310
|
||||
Release: 0
|
||||
%{?ocaml_preserve_bytecode}
|
||||
Summary: LR(1) parser generator for the OCaml programming language
|
||||
@ -28,7 +28,7 @@ Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: time
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-dune >= 2.0
|
||||
BuildRequires: ocaml-rpm-macros >= 20200220
|
||||
BuildRequires: ocaml-rpm-macros >= 20210409
|
||||
BuildRequires: ocamlfind(unix)
|
||||
|
||||
%description
|
||||
@ -63,7 +63,6 @@ dune_test_tolerate_fail='dune_test_tolerate_fail bitsize'
|
||||
%ocaml_dune_test
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc CHANGES.md
|
||||
%{_bindir}/*
|
||||
%{_mandir}/*/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user