From 375189f1a49ecf1adea80a07eb3ecb33d9f8ed1889a5f80557098365550b2dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 31 May 2024 15:41:45 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main ocaml-pcre revision 5e2f5725d191c473857534902072a420 --- ocaml-pcre-7.5.0.tar.xz | 4 ++-- ocaml-pcre.changes | 6 ++++++ ocaml-pcre.spec | 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ocaml-pcre-7.5.0.tar.xz b/ocaml-pcre-7.5.0.tar.xz index 8abd66b..1296f3e 100644 --- a/ocaml-pcre-7.5.0.tar.xz +++ b/ocaml-pcre-7.5.0.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2284a961979e9da7fca6175b970f9f03a473aff5da1c0e60e4a8ab7b74b1f70b -size 40576 +oid sha256:59f97be43ad0976123727d1a3d9f50691454ab2840c4e9268d35702f4c51a6b1 +size 40588 diff --git a/ocaml-pcre.changes b/ocaml-pcre.changes index a138fa5..b20673d 100644 --- a/ocaml-pcre.changes +++ b/ocaml-pcre.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 16 16:16:16 UTC 2024 - ohering@suse.de + +- Remove usage of dune.configurator because ocamlfind names which + contain a dot are not considered valid anymore with dune 3.13 + ------------------------------------------------------------------- Mon Apr 4 04:04:04 UTC 2022 - ohering@suse.de diff --git a/ocaml-pcre.spec b/ocaml-pcre.spec index daca32f..0fc31b1 100644 --- a/ocaml-pcre.spec +++ b/ocaml-pcre.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-pcre # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2011 Andrew Psaltis # # All modifications and additions to the file contributed by third parties @@ -27,10 +27,10 @@ Group: Development/Languages/OCaml URL: https://opam.ocaml.org/packages/pcre Source0: %name-%version.tar.xz BuildRequires: ocaml-dune >= 2.7 -BuildRequires: ocaml-rpm-macros >= 20220222 +BuildRequires: ocaml-rpm-macros >= 20231101 BuildRequires: pkg-config BuildRequires: ocaml(ocaml_base_version) >= 4.12 -BuildRequires: ocamlfind(dune.configurator) +BuildRequires: ocamlfind(dune-configurator) BuildRequires: pkgconfig(libpcre) %description