From c316a9cc13eb4ff6ff4de8af9b02c6e2a8b7d97a8967e0c4e8efedbe54a1b105 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 4 Apr 2022 15:26:00 +0000 Subject: [PATCH] - Use https URL for github.com OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-fileutils?expand=0&rev=40 --- _service | 2 +- ocaml-fileutils-0.6.3.tar.xz | 4 ++-- ocaml-fileutils.changes | 5 +++++ ocaml-fileutils.spec | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/_service b/_service index fa0595c..8eb20e1 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ 9ad8d2ee342c551391f2a9873de01982d24b36d5 git disable - git://github.com/gildor478/ocaml-fileutils.git + https://github.com/gildor478/ocaml-fileutils.git @PARENT_TAG@ [v]?([^\+]+)(.*) \1 diff --git a/ocaml-fileutils-0.6.3.tar.xz b/ocaml-fileutils-0.6.3.tar.xz index a199a84..a2983df 100644 --- a/ocaml-fileutils-0.6.3.tar.xz +++ b/ocaml-fileutils-0.6.3.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b5b8a842afe39d9340000fcaf2735e49a8b098377d965c14b53826c0ac21c0f4 -size 42128 +oid sha256:23b323534bbe57f092ac5f09e2f0f444c8daf600bce01e15f601620b7d29241e +size 42204 diff --git a/ocaml-fileutils.changes b/ocaml-fileutils.changes index d68bc44..0c117d7 100644 --- a/ocaml-fileutils.changes +++ b/ocaml-fileutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 4 04:04:04 UTC 2022 - ohering@suse.de + +- Use https URL for github.com + ------------------------------------------------------------------- Thu Jan 21 21:21:21 UTC 2021 - ohering@suse.de diff --git a/ocaml-fileutils.spec b/ocaml-fileutils.spec index 8b36675..422acdf 100644 --- a/ocaml-fileutils.spec +++ b/ocaml-fileutils.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-fileutils # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,7 +35,7 @@ URL: https://opam.ocaml.org/packages/fileutils Source0: %pkg-%version.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20210121 +BuildRequires: ocaml-rpm-macros >= 20220222 BuildRequires: ocamlfind(bytes) BuildRequires: ocamlfind(stdlib-shims) BuildRequires: ocamlfind(str)