From 017bc243dcfa18285b309909bda5cc9ad08f19eeb4211ae8291137cf461d370a Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 21 Aug 2020 17:21:37 +0000 Subject: [PATCH] - 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 --- _service | 11 +++++++---- ocaml-fileutils-0.6.1.tar.xz | 3 --- ocaml-fileutils-0.6.3.tar.xz | 3 +++ ocaml-fileutils.changes | 6 ++++++ ocaml-fileutils.spec | 8 ++++---- 5 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 ocaml-fileutils-0.6.1.tar.xz create mode 100644 ocaml-fileutils-0.6.3.tar.xz diff --git a/_service b/_service index aa0fd16..fa0595c 100644 --- a/_service +++ b/_service @@ -1,10 +1,13 @@ - git://github.com/gildor478/ocaml-fileutils.git - git - 0.6.1 - v0.6.1 ocaml-fileutils + 9ad8d2ee342c551391f2a9873de01982d24b36d5 + git + disable + git://github.com/gildor478/ocaml-fileutils.git + @PARENT_TAG@ + [v]?([^\+]+)(.*) + \1 *.tar diff --git a/ocaml-fileutils-0.6.1.tar.xz b/ocaml-fileutils-0.6.1.tar.xz deleted file mode 100644 index d016746..0000000 --- a/ocaml-fileutils-0.6.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7eeb67bd1629e799f4c45128cb2c2fb9f8ddcce3b23c3f1e983ad0fb73148a54 -size 63212 diff --git a/ocaml-fileutils-0.6.3.tar.xz b/ocaml-fileutils-0.6.3.tar.xz new file mode 100644 index 0000000..a199a84 --- /dev/null +++ b/ocaml-fileutils-0.6.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b8a842afe39d9340000fcaf2735e49a8b098377d965c14b53826c0ac21c0f4 +size 42128 diff --git a/ocaml-fileutils.changes b/ocaml-fileutils.changes index 45060f5..2c69386 100644 --- a/ocaml-fileutils.changes +++ b/ocaml-fileutils.changes @@ -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 diff --git a/ocaml-fileutils.spec b/ocaml-fileutils.spec index 0d511ca..33ea98c 100644 --- a/ocaml-fileutils.spec +++ b/ocaml-fileutils.spec @@ -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)