1
0

- Update to version 0.6.4

See included CHANGES.md for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-fileutils?expand=0&rev=42
This commit is contained in:
Olaf Hering 2023-01-02 14:48:56 +00:00 committed by Git OBS Bridge
parent c316a9cc13
commit 5ef398a844
5 changed files with 15 additions and 9 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-fileutils</param>
<param name="revision">9ad8d2ee342c551391f2a9873de01982d24b36d5</param>
<param name="revision">324a05938d88c4b645287adbf5ceb74f4ce0daec</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/gildor478/ocaml-fileutils.git</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23b323534bbe57f092ac5f09e2f0f444c8daf600bce01e15f601620b7d29241e
size 42204

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

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jan 1 01:01:01 UTC 2023 - ohering@suse.de
- Update to version 0.6.4
See included CHANGES.md for details
-------------------------------------------------------------------
Mon Apr 4 04:04:04 UTC 2022 - ohering@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ocaml-fileutils
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 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.3
Version: 0.6.4
Release: 0
%{?ocaml_preserve_bytecode}
Summary: OCaml library for common file and filename operations
@ -35,15 +35,15 @@ URL: https://opam.ocaml.org/packages/fileutils
Source0: %pkg-%version.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20220222
BuildRequires: ocamlfind(bytes)
BuildRequires: ocaml-rpm-macros >= 20220707
BuildRequires: ocamlfind(seq)
BuildRequires: ocamlfind(stdlib-shims)
BuildRequires: ocamlfind(str)
BuildRequires: ocamlfind(unix)
%if "%build_flavor" == "testsuite"
BuildRequires: ocamlfind(fileutils)
BuildRequires: ocamlfind(oUnit)
BuildRequires: ocamlfind(ounit2)
BuildRequires: ocamlfind(stdlib-shims)
%endif