1
0

- Update to version 0.6.3

See included CHANGES.md for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-fileutils?expand=0&rev=34
This commit is contained in:
Olaf Hering 2020-08-21 17:21:37 +00:00 committed by Git OBS Bridge
parent 7fdde35b05
commit 017bc243dc
5 changed files with 20 additions and 11 deletions

View File

@ -1,10 +1,13 @@
<services> <services>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="url">git://github.com/gildor478/ocaml-fileutils.git</param>
<param name="scm">git</param>
<param name="versionformat">0.6.1</param>
<param name="revision">v0.6.1</param>
<param name="filename">ocaml-fileutils</param> <param name="filename">ocaml-fileutils</param>
<param name="revision">9ad8d2ee342c551391f2a9873de01982d24b36d5</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">git://github.com/gildor478/ocaml-fileutils.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service> </service>
<service name="recompress" mode="disabled"> <service name="recompress" mode="disabled">
<param name="file">*.tar</param> <param name="file">*.tar</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7eeb67bd1629e799f4c45128cb2c2fb9f8ddcce3b23c3f1e983ad0fb73148a54
size 63212

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 20 20:20:20 UTC 2020 - ohering@suse.de
- Update to version 0.6.3
See included CHANGES.md for details
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package ocaml-fileutils # spec file for package ocaml-fileutils
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 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
@ -17,17 +17,17 @@
Name: ocaml-fileutils Name: ocaml-fileutils
Version: 0.6.1 Version: 0.6.3
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
License: SUSE-LGPL-2.0-with-linking-exception License: SUSE-LGPL-2.0-with-linking-exception
Group: Development/Languages/OCaml Group: Development/Languages/OCaml
Url: https://github.com/gildor478/ocaml-fileutils URL: https://opam.ocaml.org/packages/fileutils
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
BuildRequires: ocaml BuildRequires: ocaml
BuildRequires: ocaml-dune BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20191101 BuildRequires: ocaml-rpm-macros >= 20200514
BuildRequires: ocamlfind(bytes) BuildRequires: ocamlfind(bytes)
BuildRequires: ocamlfind(oUnit) BuildRequires: ocamlfind(oUnit)
BuildRequires: ocamlfind(stdlib-shims) BuildRequires: ocamlfind(stdlib-shims)