Accepting request 1249874 from devel:languages:ocaml

- Update to version 0.6.6
  see included CHANGES.md file for details

OBS-URL: https://build.opensuse.org/request/show/1249874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-fileutils?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2025-03-04 17:31:51 +00:00 committed by Git OBS Bridge
commit 57fc817927
5 changed files with 18 additions and 17 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<service name="tar_scm" mode="manual">
<param name="filename">ocaml-fileutils</param>
<param name="revision">324a05938d88c4b645287adbf5ceb74f4ce0daec</param>
<param name="revision">7f007779741f578f2749f1699d47a1c28e9c3f0d</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/gildor478/ocaml-fileutils.git</param>
@ -9,9 +9,9 @@
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service name="recompress" mode="disabled">
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="set_version" mode="manual"/>
</services>

BIN
ocaml-fileutils-0.6.4.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f4bb8d3921413e86b7aad2a02442b3ee8f30a21dd0204a407ab2aa4400e5cc0
size 43052

View File

@ -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

View File

@ -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