- Update to version 7.5.0
Require dune 2.7+ OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-pcre?expand=0&rev=55
This commit is contained in:
parent
cddfcd8375
commit
a9e49d4041
2
_service
2
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="filename">ocaml-pcre</param>
|
<param name="filename">ocaml-pcre</param>
|
||||||
<param name="revision">60fce5301b4e645efb8f8e14994ee055e8f8f781</param>
|
<param name="revision">efdf4840f1a4d8e26f125fa9c18f2a02944e6897</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="submodules">disable</param>
|
<param name="submodules">disable</param>
|
||||||
<param name="url">git://github.com/mmottl/pcre-ocaml.git</param>
|
<param name="url">git://github.com/mmottl/pcre-ocaml.git</param>
|
||||||
|
@ -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
BIN
ocaml-pcre-7.5.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
Thu Aug 20 20:20:20 UTC 2020 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ocaml-pcre
|
# 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>
|
# Copyright (c) 2011 Andrew Psaltis <ampsaltis at gmail.com>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ocaml-pcre
|
Name: ocaml-pcre
|
||||||
Version: 7.4.6
|
Version: 7.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%{?ocaml_preserve_bytecode}
|
%{?ocaml_preserve_bytecode}
|
||||||
Summary: Perl compatibility regular expressions (PCRE) for OCaml
|
Summary: Perl compatibility regular expressions (PCRE) for OCaml
|
||||||
@ -26,10 +26,10 @@ License: LGPL-2.0-only
|
|||||||
Group: Development/Languages/OCaml
|
Group: Development/Languages/OCaml
|
||||||
URL: https://opam.ocaml.org/packages/pcre
|
URL: https://opam.ocaml.org/packages/pcre
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: ocaml-dune
|
BuildRequires: ocaml-dune >= 2.7
|
||||||
BuildRequires: ocaml-rpm-macros >= 20200514
|
BuildRequires: ocaml-rpm-macros >= 20210421
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: ocaml(ocaml_base_version) >= 4.08
|
BuildRequires: ocaml(ocaml_base_version) >= 4.12
|
||||||
BuildRequires: ocamlfind(dune.configurator)
|
BuildRequires: ocamlfind(dune.configurator)
|
||||||
BuildRequires: pkgconfig(libpcre)
|
BuildRequires: pkgconfig(libpcre)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user