- Update to version 20210419

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-menhir?expand=0&rev=22
This commit is contained in:
Olaf Hering 2021-09-28 10:07:49 +00:00 committed by Git OBS Bridge
parent 2592006621
commit c3e5a3bf03
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">76c09946dd065a7117d48ede8d5cead6f785d4f7</param>
<param name="revision">dbc2127efdd7efdd7cdfdcb448c26c77b90f1ce9</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:cadb76d4e30054b92684c70aa0acf7893d928ed0b05e55efee3753c5c7f07b64
size 906904

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 11 12:34:56 UTC 2021 - ohering@suse.de
- Update to version 20210419
-------------------------------------------------------------------
Fri Apr 9 09:09:09 UTC 2021 - ohering@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ocaml-menhir
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 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: 20210310
Version: 20210419
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.0
BuildRequires: ocaml-rpm-macros >= 20210409
BuildRequires: ocaml-rpm-macros >= 20210911
BuildRequires: ocamlfind(unix)
%description