From 3d2229695b62a3f9f9630ed56e503d1828b1f98c17eb8cba76cb19f281ce42f8 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 14 Jun 2022 09:49:41 +0000 Subject: [PATCH 1/2] remove braces from rpmspec macros OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-cppo?expand=0&rev=61 --- ocaml-cppo.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ocaml-cppo.spec b/ocaml-cppo.spec index 75465f6..ac41699 100644 --- a/ocaml-cppo.spec +++ b/ocaml-cppo.spec @@ -25,7 +25,7 @@ Summary: The C preprocessor written in OCaml License: BSD-3-Clause Group: Development/Languages/OCaml URL: https://opam.ocaml.org/packages/cppo -Source: %{name}-%{version}.tar.xz +Source: %name-%version.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune BuildRequires: ocaml-rpm-macros >= 20210911 @@ -46,13 +46,13 @@ standard parsing tools Ocamllex and Ocamlyacc, which contribute to the robustness of cppo across OCaml versions. %package devel -Summary: Development files for %{name} +Summary: Development files for %name Group: Development/Languages/OCaml -Requires: %{name} = %{version} +Requires: %name = %version %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 @@ -69,10 +69,10 @@ dune_release_pkgs='cppo' %check %ocaml_dune_test -%files -f %{name}.files +%files -f %name.files %doc README.md -%{_bindir}/cppo +%_bindir/cppo -%files devel -f %{name}.files.devel +%files devel -f %name.files.devel %changelog From d0b64463ea4f5c5401c4bd5f9d74d013aa20cd4d6a349e7032205235d559b87f Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 14 Jun 2022 09:50:16 +0000 Subject: [PATCH 2/2] - Update to version 1.6.9 See included Changes for details OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-cppo?expand=0&rev=62 --- _service | 2 +- ocaml-cppo-1.6.8.tar.xz | 3 --- ocaml-cppo-1.6.9.tar.xz | 3 +++ ocaml-cppo.changes | 6 ++++++ ocaml-cppo.spec | 6 +++--- 5 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 ocaml-cppo-1.6.8.tar.xz create mode 100644 ocaml-cppo-1.6.9.tar.xz diff --git a/_service b/_service index db5db1c..dd7d97f 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-cppo - 94b2d0f21fcda5473773518a12afbcff45a52990 + 31c1365214d2381b12127c657156778e921357f8 git disable https://github.com/ocaml-community/cppo.git diff --git a/ocaml-cppo-1.6.8.tar.xz b/ocaml-cppo-1.6.8.tar.xz deleted file mode 100644 index 220ee2c..0000000 --- a/ocaml-cppo-1.6.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6124dd464a830eb812933dcec57a253afa9cbcf537325741398c8d2705abb65f -size 25232 diff --git a/ocaml-cppo-1.6.9.tar.xz b/ocaml-cppo-1.6.9.tar.xz new file mode 100644 index 0000000..285cda9 --- /dev/null +++ b/ocaml-cppo-1.6.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a547d4da801ad40a0b3ae50962c8c33b0f2cd46e8036f4e58c24c3475476d3f +size 27192 diff --git a/ocaml-cppo.changes b/ocaml-cppo.changes index c693eb3..de20794 100644 --- a/ocaml-cppo.changes +++ b/ocaml-cppo.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 13 13:13:13 UTC 2022 - ohering@suse.de + +- Update to version 1.6.9 + See included Changes for details + ------------------------------------------------------------------- Sat Sep 11 12:34:56 UTC 2021 - ohering@suse.de diff --git a/ocaml-cppo.spec b/ocaml-cppo.spec index ac41699..64a314e 100644 --- a/ocaml-cppo.spec +++ b/ocaml-cppo.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-cppo # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: ocaml-cppo -Version: 1.6.8 +Version: 1.6.9 Release: 0 %{?ocaml_preserve_bytecode} Summary: The C preprocessor written in OCaml @@ -28,7 +28,7 @@ URL: https://opam.ocaml.org/packages/cppo Source: %name-%version.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20210911 +BuildRequires: ocaml-rpm-macros >= 20220409 BuildRequires: ocamlfind(str) BuildRequires: ocamlfind(unix)