Accepting request 1086692 from devel:languages:ocaml

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1086692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-menhir?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2023-05-23 12:53:44 +00:00 committed by Git OBS Bridge
commit 4738948422
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">4f8151679e73cdfe598c42220ae869f904dfaa9a</param>
<param name="revision">90f9b8771f2e4a618099581fb59949a89f3fe72c</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://gitlab.inria.fr/fpottier/menhir.git</param>

View File

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

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 5 05:05:05 UTC 2023 - ohering@suse.de
- Update to version 20230415
-------------------------------------------------------------------
Mon Apr 4 04:04:04 UTC 2022 - ohering@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ocaml-menhir
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 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: 20220210
Version: 20230415
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 >= 20220222
BuildRequires: ocaml-rpm-macros >= 20230101
BuildRequires: ocamlfind(unix)
%description