Accepting request 1056073 from devel:languages:ocaml
- Update to version 0.6.4 See included CHANGES.md for details OBS-URL: https://build.opensuse.org/request/show/1056073 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-fileutils?expand=0&rev=8
This commit is contained in:
commit
f26a4cc93a
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-fileutils</param>
|
<param name="filename">ocaml-fileutils</param>
|
||||||
<param name="revision">9ad8d2ee342c551391f2a9873de01982d24b36d5</param>
|
<param name="revision">324a05938d88c4b645287adbf5ceb74f4ce0daec</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="submodules">disable</param>
|
<param name="submodules">disable</param>
|
||||||
<param name="url">https://github.com/gildor478/ocaml-fileutils.git</param>
|
<param name="url">https://github.com/gildor478/ocaml-fileutils.git</param>
|
||||||
|
@ -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
BIN
ocaml-fileutils-0.6.4.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
Mon Apr 4 04:04:04 UTC 2022 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ocaml-fileutils
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
%define pkg ocaml-fileutils
|
%define pkg ocaml-fileutils
|
||||||
Name: %pkg%nsuffix
|
Name: %pkg%nsuffix
|
||||||
Version: 0.6.3
|
Version: 0.6.4
|
||||||
Release: 0
|
Release: 0
|
||||||
%{?ocaml_preserve_bytecode}
|
%{?ocaml_preserve_bytecode}
|
||||||
Summary: OCaml library for common file and filename operations
|
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
|
Source0: %pkg-%version.tar.xz
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
BuildRequires: ocaml-dune
|
BuildRequires: ocaml-dune
|
||||||
BuildRequires: ocaml-rpm-macros >= 20220222
|
BuildRequires: ocaml-rpm-macros >= 20230101
|
||||||
BuildRequires: ocamlfind(bytes)
|
BuildRequires: ocamlfind(seq)
|
||||||
BuildRequires: ocamlfind(stdlib-shims)
|
BuildRequires: ocamlfind(stdlib-shims)
|
||||||
BuildRequires: ocamlfind(str)
|
BuildRequires: ocamlfind(str)
|
||||||
BuildRequires: ocamlfind(unix)
|
BuildRequires: ocamlfind(unix)
|
||||||
|
|
||||||
%if "%build_flavor" == "testsuite"
|
%if "%build_flavor" == "testsuite"
|
||||||
BuildRequires: ocamlfind(fileutils)
|
BuildRequires: ocamlfind(fileutils)
|
||||||
BuildRequires: ocamlfind(oUnit)
|
BuildRequires: ocamlfind(ounit2)
|
||||||
BuildRequires: ocamlfind(stdlib-shims)
|
BuildRequires: ocamlfind(stdlib-shims)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user