Accepting request 921275 from devel:languages:ocaml

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/921275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-pcre?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2021-09-29 18:18:33 +00:00 committed by Git OBS Bridge
commit 7ee4e45efe
5 changed files with 15 additions and 9 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-pcre</param>
<param name="revision">60fce5301b4e645efb8f8e14994ee055e8f8f781</param>
<param name="revision">efdf4840f1a4d8e26f125fa9c18f2a02944e6897</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">git://github.com/mmottl/pcre-ocaml.git</param>

View File

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

BIN
ocaml-pcre-7.5.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Sep 11 12:34:56 UTC 2021 - ohering@suse.de
- Update to version 7.5.0
Require dune 2.7+
-------------------------------------------------------------------
Thu Aug 20 20:20:20 UTC 2020 - ohering@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ocaml-pcre
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2011 Andrew Psaltis <ampsaltis at gmail.com>
#
# All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: ocaml-pcre
Version: 7.4.6
Version: 7.5.0
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Perl compatibility regular expressions (PCRE) for OCaml
@ -26,10 +26,10 @@ License: LGPL-2.0-only
Group: Development/Languages/OCaml
URL: https://opam.ocaml.org/packages/pcre
Source0: %{name}-%{version}.tar.xz
BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20200514
BuildRequires: ocaml-dune >= 2.7
BuildRequires: ocaml-rpm-macros >= 20210911
BuildRequires: pkg-config
BuildRequires: ocaml(ocaml_base_version) >= 4.08
BuildRequires: ocaml(ocaml_base_version) >= 4.12
BuildRequires: ocamlfind(dune.configurator)
BuildRequires: pkgconfig(libpcre)