- Update to version 7.4.3

See included CHANGES.md

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-pcre?expand=0&rev=50
This commit is contained in:
Olaf Hering 2020-02-29 21:52:11 +00:00 committed by Git OBS Bridge
parent 37de5a0011
commit 1b0adf1bee
5 changed files with 13 additions and 7 deletions

View File

@ -3,7 +3,7 @@
<param name="url">git://github.com/mmottl/pcre-ocaml.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">417829073b554a656e08f762a18cc963ae942d1d</param>
<param name="revision">45a2781669d4dc1616f9d07510b366cbe0ae99d4</param>
<param name="filename">ocaml-pcre</param>
</service>
<service name="recompress" mode="disabled">

View File

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

3
ocaml-pcre-7.4.3.tar.xz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Feb 29 20:20:20 UTC 2020 - ohering@suse.de
- Update to version 7.4.3
See included CHANGES.md
-------------------------------------------------------------------
Thu Feb 20 20:20:20 UTC 2020 - ohering@suse.de

View File

@ -18,15 +18,15 @@
Name: ocaml-pcre
Version: 7.4.1
Version: 7.4.3
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Perl compatibility regular expressions (PCRE) for OCaml
License: LGPL-2.0
Group: Development/Languages/OCaml
Url: http://mmottl.github.io/pcre-ocaml/
Url: https://opam.ocaml.org/packages/pcre
Source0: %{name}-%{version}.tar.xz
BuildRequires: ocaml(ocaml_base_version) >= 4.05
BuildRequires: ocaml(ocaml_base_version) >= 4.08
BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20200220
BuildRequires: ocamlfind(base)