Accepting request 828683 from devel:languages:ocaml
- Update to version 0.6.3 See included CHANGES.md for details OBS-URL: https://build.opensuse.org/request/show/828683 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-fileutils?expand=0&rev=5
This commit is contained in:
commit
458547f4cb
11
_service
11
_service
@ -1,10 +1,13 @@
|
||||
<services>
|
||||
<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="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 name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7eeb67bd1629e799f4c45128cb2c2fb9f8ddcce3b23c3f1e983ad0fb73148a54
|
||||
size 63212
|
3
ocaml-fileutils-0.6.3.tar.xz
Normal file
3
ocaml-fileutils-0.6.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5b8a842afe39d9340000fcaf2735e49a8b098377d965c14b53826c0ac21c0f4
|
||||
size 42128
|
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,17 +17,17 @@
|
||||
|
||||
|
||||
Name: ocaml-fileutils
|
||||
Version: 0.6.1
|
||||
Version: 0.6.3
|
||||
Release: 0
|
||||
%{?ocaml_preserve_bytecode}
|
||||
Summary: OCaml library for common file and filename operations
|
||||
License: SUSE-LGPL-2.0-with-linking-exception
|
||||
Group: Development/Languages/OCaml
|
||||
Url: https://github.com/gildor478/ocaml-fileutils
|
||||
URL: https://opam.ocaml.org/packages/fileutils
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-dune
|
||||
BuildRequires: ocaml-rpm-macros >= 20191101
|
||||
BuildRequires: ocaml-rpm-macros >= 20200514
|
||||
BuildRequires: ocamlfind(bytes)
|
||||
BuildRequires: ocamlfind(oUnit)
|
||||
BuildRequires: ocamlfind(stdlib-shims)
|
||||
|
Loading…
Reference in New Issue
Block a user