From a13afbf521368e416315d98491ea5dcf31563b0c97676ea8e3e9f49d80e67dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 26 Mar 2025 10:04:25 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main ocaml-fileutils revision 0fdbb89bca94b372412f3fb73779e8d3 --- _service | 8 ++++---- ocaml-fileutils-0.6.4.tar.xz | 3 --- ocaml-fileutils-0.6.6.tar.xz | 3 +++ ocaml-fileutils.changes | 6 ++++++ ocaml-fileutils.spec | 15 +++++---------- 5 files changed, 18 insertions(+), 17 deletions(-) delete mode 100644 ocaml-fileutils-0.6.4.tar.xz create mode 100644 ocaml-fileutils-0.6.6.tar.xz diff --git a/_service b/_service index 2801400..dfc32eb 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - + ocaml-fileutils - 324a05938d88c4b645287adbf5ceb74f4ce0daec + 7f007779741f578f2749f1699d47a1c28e9c3f0d git disable https://github.com/gildor478/ocaml-fileutils.git @@ -9,9 +9,9 @@ [v]?([^\+]+)(.*) \1 - + *.tar xz - + diff --git a/ocaml-fileutils-0.6.4.tar.xz b/ocaml-fileutils-0.6.4.tar.xz deleted file mode 100644 index 36dc76b..0000000 --- a/ocaml-fileutils-0.6.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f42cb1975ac0627b0fd01d0437947f648ed53e87bef367e429e35937d51a1f42 -size 42008 diff --git a/ocaml-fileutils-0.6.6.tar.xz b/ocaml-fileutils-0.6.6.tar.xz new file mode 100644 index 0000000..6aa9e1c --- /dev/null +++ b/ocaml-fileutils-0.6.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4bb8d3921413e86b7aad2a02442b3ee8f30a21dd0204a407ab2aa4400e5cc0 +size 43052 diff --git a/ocaml-fileutils.changes b/ocaml-fileutils.changes index e38cc1d..50b6656 100644 --- a/ocaml-fileutils.changes +++ b/ocaml-fileutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 3 03:03:03 UTC 2025 - ohering@suse.de + +- Update to version 0.6.6 + see included CHANGES.md file for details + ------------------------------------------------------------------- Sun Jan 1 01:01:01 UTC 2023 - ohering@suse.de diff --git a/ocaml-fileutils.spec b/ocaml-fileutils.spec index b19f488..1acace7 100644 --- a/ocaml-fileutils.spec +++ b/ocaml-fileutils.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-fileutils # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ %define pkg ocaml-fileutils Name: %pkg%nsuffix -Version: 0.6.4 +Version: 0.6.6 Release: 0 %{?ocaml_preserve_bytecode} Summary: OCaml library for common file and filename operations @@ -33,18 +33,13 @@ License: SUSE-LGPL-2.0-with-linking-exception Group: Development/Languages/OCaml URL: https://opam.ocaml.org/packages/fileutils Source0: %pkg-%version.tar.xz -BuildRequires: ocaml -BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20230101 -BuildRequires: ocamlfind(seq) -BuildRequires: ocamlfind(stdlib-shims) -BuildRequires: ocamlfind(str) -BuildRequires: ocamlfind(unix) +BuildRequires: ocaml(ocaml_base_version) >= 4.14 +BuildRequires: ocaml-dune >= 2.9 +BuildRequires: ocaml-rpm-macros >= 20240909 %if "%build_flavor" == "testsuite" BuildRequires: ocamlfind(fileutils) BuildRequires: ocamlfind(ounit2) -BuildRequires: ocamlfind(stdlib-shims) %endif %description