From d15129cbb642c8353c7d61fde9003ad8d7051f89335227d9b3869725b3ace964 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 26 Nov 2021 15:07:40 +0000 Subject: [PATCH 1/4] replace baserev 2f8c48dbeaa825adcf0f77f540e756dd with 6b0210701793031bb13c15eee8f131c4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-pyml?expand=0&rev=25 --- _service | 2 +- ocaml-pyml-20210924.tar.xz | 3 --- ocaml-pyml-20211015.tar.xz | 3 +++ ocaml-pyml.changes | 5 +++++ ocaml-pyml.spec | 4 ++-- 5 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 ocaml-pyml-20210924.tar.xz create mode 100644 ocaml-pyml-20211015.tar.xz diff --git a/_service b/_service index 5406aac..eb4f949 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-pyml - 8521e337944b651db2eb791ef561348d0ecfcf7a + 1454e1fbb815ec79a81b95abf7ac523e3c3afa76 git disable https://github.com/thierry-martinez/pyml.git diff --git a/ocaml-pyml-20210924.tar.xz b/ocaml-pyml-20210924.tar.xz deleted file mode 100644 index 5ea09ce..0000000 --- a/ocaml-pyml-20210924.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a34d3dccdfdf3674825000be42d5354b53244946483786cd52de708221549054 -size 69704 diff --git a/ocaml-pyml-20211015.tar.xz b/ocaml-pyml-20211015.tar.xz new file mode 100644 index 0000000..0f1bd13 --- /dev/null +++ b/ocaml-pyml-20211015.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5bfffbce46ffc8401bd4194949ebda780f014720780be4393557ed0f23d9bb +size 70124 diff --git a/ocaml-pyml.changes b/ocaml-pyml.changes index 5abed30..94ba845 100644 --- a/ocaml-pyml.changes +++ b/ocaml-pyml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 26 12:34:56 UTC 2021 - ohering@suse.de + +- Update to version 20211015 + ------------------------------------------------------------------- Sat Sep 25 20:58:01 UTC 2021 - Matej Cepl diff --git a/ocaml-pyml.spec b/ocaml-pyml.spec index 40d0c85..a3ef8fb 100644 --- a/ocaml-pyml.spec +++ b/ocaml-pyml.spec @@ -17,7 +17,7 @@ Name: ocaml-pyml -Version: 20210924 +Version: 20211015 Release: 0 %{?ocaml_preserve_bytecode} Summary: Stdcompat: compatibility module for OCaml standard library @@ -27,7 +27,7 @@ URL: https://opam.ocaml.org/packages/pyml Source0: %{name}-%{version}.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune >= 2.8 -BuildRequires: ocaml-rpm-macros >= 20210911 +BuildRequires: ocaml-rpm-macros >= 20211027 BuildRequires: ocamlfind(bigarray) BuildRequires: ocamlfind(stdcompat) BuildRequires: ocamlfind(unix) From 18adcdbb0b98eaf269250315d4aaba011b99cc384e010f3328b1a0cb9d9c68ec Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 4 Apr 2022 16:17:21 +0000 Subject: [PATCH 2/4] remove braces from rpmspec macros OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-pyml?expand=0&rev=26 --- ocaml-pyml.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ocaml-pyml.spec b/ocaml-pyml.spec index a3ef8fb..1178fe6 100644 --- a/ocaml-pyml.spec +++ b/ocaml-pyml.spec @@ -24,7 +24,7 @@ Summary: Stdcompat: compatibility module for OCaml standard library License: BSD-2-Clause Group: Development/Languages/OCaml URL: https://opam.ocaml.org/packages/pyml -Source0: %{name}-%{version}.tar.xz +Source0: %name-%version.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune >= 2.8 BuildRequires: ocaml-rpm-macros >= 20211027 @@ -43,14 +43,14 @@ BuildRequires: which Stdcompat is a compatibility layer allowing programs to use some recent additions to the OCaml standard library while preserving the ability to be compiled on former versions of OCaml. %package devel -Summary: Development files for %{name} +Summary: Development files for %name Group: Development/Languages/OCaml -Requires: %{name} = %{version} +Requires: %name = %version Requires: which %description devel -The %{name}-devel package contains libraries and signature files for -developing applications that use %{name}. +The %name-devel package contains libraries and signature files for +developing applications that use %name. %prep %autosetup -p1 @@ -67,8 +67,8 @@ dune_release_pkgs='pyml' %check %ocaml_dune_test -%files -f %{name}.files +%files -f %name.files -%files devel -f %{name}.files.devel +%files devel -f %name.files.devel %changelog From 975d90f4a61ff7a3746aa84fdcf56e677878606b29430743164118986e264ab1 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 4 Apr 2022 16:18:12 +0000 Subject: [PATCH 3/4] - Update to version 20220325 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-pyml?expand=0&rev=27 --- _service | 2 +- ocaml-pyml-20211015.tar.xz | 3 --- ocaml-pyml-20220325.tar.xz | 3 +++ ocaml-pyml.changes | 5 +++++ ocaml-pyml.spec | 6 +++--- 5 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 ocaml-pyml-20211015.tar.xz create mode 100644 ocaml-pyml-20220325.tar.xz diff --git a/_service b/_service index eb4f949..2f2ba49 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-pyml - 1454e1fbb815ec79a81b95abf7ac523e3c3afa76 + c2fcdcfe2169ff8a57c8a905dba3352047f95c16 git disable https://github.com/thierry-martinez/pyml.git diff --git a/ocaml-pyml-20211015.tar.xz b/ocaml-pyml-20211015.tar.xz deleted file mode 100644 index 0f1bd13..0000000 --- a/ocaml-pyml-20211015.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc5bfffbce46ffc8401bd4194949ebda780f014720780be4393557ed0f23d9bb -size 70124 diff --git a/ocaml-pyml-20220325.tar.xz b/ocaml-pyml-20220325.tar.xz new file mode 100644 index 0000000..ccd2e5b --- /dev/null +++ b/ocaml-pyml-20220325.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8530876af610ac410bf14240dd8a8cc2a9dcb534796e50170c967c41bededeff +size 72000 diff --git a/ocaml-pyml.changes b/ocaml-pyml.changes index 94ba845..bed89dd 100644 --- a/ocaml-pyml.changes +++ b/ocaml-pyml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 4 04:04:04 UTC 2022 - ohering@suse.de + +- Update to version 20220325 + ------------------------------------------------------------------- Fri Nov 26 12:34:56 UTC 2021 - ohering@suse.de diff --git a/ocaml-pyml.spec b/ocaml-pyml.spec index 1178fe6..34dae48 100644 --- a/ocaml-pyml.spec +++ b/ocaml-pyml.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-pyml # -# 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 @@ -17,7 +17,7 @@ Name: ocaml-pyml -Version: 20211015 +Version: 20220325 Release: 0 %{?ocaml_preserve_bytecode} Summary: Stdcompat: compatibility module for OCaml standard library @@ -27,7 +27,7 @@ URL: https://opam.ocaml.org/packages/pyml Source0: %name-%version.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune >= 2.8 -BuildRequires: ocaml-rpm-macros >= 20211027 +BuildRequires: ocaml-rpm-macros >= 20220222 BuildRequires: ocamlfind(bigarray) BuildRequires: ocamlfind(stdcompat) BuildRequires: ocamlfind(unix) From b742cc3b2b4daa5a3e30ddff09ac4132a34078d5418925379631ed75bd47e19a Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 5 Apr 2022 15:24:36 +0000 Subject: [PATCH 4/4] remove stale changes entry OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-pyml?expand=0&rev=28 --- ocaml-pyml.changes | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ocaml-pyml.changes b/ocaml-pyml.changes index bed89dd..5df526a 100644 --- a/ocaml-pyml.changes +++ b/ocaml-pyml.changes @@ -3,11 +3,6 @@ Mon Apr 4 04:04:04 UTC 2022 - ohering@suse.de - Update to version 20220325 -------------------------------------------------------------------- -Fri Nov 26 12:34:56 UTC 2021 - ohering@suse.de - -- Update to version 20211015 - ------------------------------------------------------------------- Sat Sep 25 20:58:01 UTC 2021 - Matej Cepl