From c30d20df46a19415b328f92a34d94bf922a94de7cada22cc95b8bb7acc82dd31 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Sun, 23 Feb 2020 11:08:39 +0000 Subject: [PATCH 1/2] - Require current ocaml-rpm-macros - Remove cppo_ocamlbuild in preparation of ocamlbuild removal OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-cppo?expand=0&rev=52 --- ocaml-cppo.changes | 6 ++++++ ocaml-cppo.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ocaml-cppo.changes b/ocaml-cppo.changes index e23ec71..d1e29a4 100644 --- a/ocaml-cppo.changes +++ b/ocaml-cppo.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 20 20:20:20 UTC 2020 - ohering@suse.de + +- Require current ocaml-rpm-macros +- Remove cppo_ocamlbuild in preparation of ocamlbuild removal + ------------------------------------------------------------------- Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de diff --git a/ocaml-cppo.spec b/ocaml-cppo.spec index 03eaf81..8392d3c 100644 --- a/ocaml-cppo.spec +++ b/ocaml-cppo.spec @@ -30,7 +30,6 @@ Source: %{name}-%{version}.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune BuildRequires: ocaml-rpm-macros >= 20191101 -BuildRequires: ocamlfind(ocamlbuild) BuildRequires: ocamlfind(str) BuildRequires: ocamlfind(unix) @@ -60,7 +59,7 @@ developing applications that use %{name}. %autosetup -p1 %build -dune_release_pkgs='cppo,cppo_ocamlbuild' +dune_release_pkgs='cppo' %ocaml_dune_setup %ocaml_dune_build From 8bc6b28e27dc4dd9ab820571bf8395cc65fcaeb075836c4ca551ac032e406b08 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Sun, 23 Feb 2020 11:09:26 +0000 Subject: [PATCH 2/2] fix OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-cppo?expand=0&rev=53 --- ocaml-cppo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml-cppo.spec b/ocaml-cppo.spec index 8392d3c..64fa8f8 100644 --- a/ocaml-cppo.spec +++ b/ocaml-cppo.spec @@ -29,7 +29,7 @@ Url: https://github.com/ocaml-community/cppo Source: %{name}-%{version}.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20191101 +BuildRequires: ocaml-rpm-macros >= 20200220 BuildRequires: ocamlfind(str) BuildRequires: ocamlfind(unix)