Sync from SUSE:SLFO:Main ocaml-menhir revision 7f156ef1a7a1ab6c21e4b610ef0f1565

This commit is contained in:
Adrian Schröter 2024-05-31 15:41:04 +02:00
parent 0f25381ce9
commit bfca14cb95
5 changed files with 12 additions and 7 deletions

View File

@ -5,7 +5,7 @@
<param name='exclude'>coq-menhirlib</param>
<param name='exclude'>exec.sh</param>
<param name="filename">ocaml-menhir</param>
<param name="revision">90f9b8771f2e4a618099581fb59949a89f3fe72c</param>
<param name="revision">d3d815e4f554da68b8c247241c8f8678926eecaa</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://gitlab.inria.fr/fpottier/menhir.git</param>

BIN
ocaml-menhir-20230415.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
ocaml-menhir-20231231.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 5 05:05:05 UTC 2024 - ohering@suse.de
- Update to version 20231231
-------------------------------------------------------------------
Fri May 5 05:05:05 UTC 2023 - ohering@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ocaml-menhir
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: ocaml-menhir
Version: 20230415
Version: 20231231
Release: 0
%{?ocaml_preserve_bytecode}
Summary: LR(1) parser generator for the OCaml programming language
@ -28,7 +28,7 @@ Source0: %name-%version.tar.xz
BuildRequires: time
BuildRequires: ocaml
BuildRequires: ocaml-dune >= 2.8
BuildRequires: ocaml-rpm-macros >= 20230101
BuildRequires: ocaml-rpm-macros >= 20231101
BuildRequires: ocamlfind(unix)
%description