Accepting request 828701 from devel:languages:ocaml

- Update to version 7.4.6
  Remove build dependency on Base

OBS-URL: https://build.opensuse.org/request/show/828701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-pcre?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2020-08-24 13:08:37 +00:00 committed by Git OBS Bridge
commit 7856e34b49
5 changed files with 23 additions and 15 deletions

View File

@ -1,10 +1,13 @@
<services>
<service name="tar_scm" mode="disabled">
<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">45a2781669d4dc1616f9d07510b366cbe0ae99d4</param>
<param name="filename">ocaml-pcre</param>
<param name="revision">60fce5301b4e645efb8f8e14994ee055e8f8f781</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">git://github.com/mmottl/pcre-ocaml.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">[v]?([^+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 20 20:20:20 UTC 2020 - ohering@suse.de
- Update to version 7.4.6
Remove build dependency on Base
-------------------------------------------------------------------
Sat Feb 29 20:20:20 UTC 2020 - ohering@suse.de

View File

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