From 379c4d6a4ba691e7c4035dd459d3f1f2024a2f9cb2152f3b3e47599cea406868 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 15 Sep 2023 10:25:58 +0000 Subject: [PATCH] - Update to version 1.2.0 See included CHANGES.md for details OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-pp?expand=0&rev=12 --- _service | 2 +- ocaml-pp-1.1.2.tar.xz | 3 --- ocaml-pp-1.2.0.tar.xz | 3 +++ ocaml-pp.changes | 6 ++++++ ocaml-pp.spec | 8 ++++---- 5 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 ocaml-pp-1.1.2.tar.xz create mode 100644 ocaml-pp-1.2.0.tar.xz diff --git a/_service b/_service index e13d7d8..35c869f 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-pp - 5a42badeac6da93c1978ddb6f23d0299eab62312 + 83b68c740f21acdcfe54436355ab328372871357 git disable https://github.com/ocaml-dune/pp.git diff --git a/ocaml-pp-1.1.2.tar.xz b/ocaml-pp-1.1.2.tar.xz deleted file mode 100644 index 99a0f94..0000000 --- a/ocaml-pp-1.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba4d355e7da7cb8182e94ef31186badae2d20473539c0dcd7354c412ad13038b -size 9336 diff --git a/ocaml-pp-1.2.0.tar.xz b/ocaml-pp-1.2.0.tar.xz new file mode 100644 index 0000000..0931e6c --- /dev/null +++ b/ocaml-pp-1.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d21fa52f19e7bff105c1a46b10718c3b6ca81cec488f37950a60792f31eeb5b +size 10520 diff --git a/ocaml-pp.changes b/ocaml-pp.changes index 57e4e9f..b77bc18 100644 --- a/ocaml-pp.changes +++ b/ocaml-pp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 9 09:09:09 UTC 2023 - ohering@suse.de + +- Update to version 1.2.0 + See included CHANGES.md for details + ------------------------------------------------------------------- Fri May 5 05:05:05 UTC 2023 - ohering@suse.de diff --git a/ocaml-pp.spec b/ocaml-pp.spec index 6a70c60..bc19256 100644 --- a/ocaml-pp.spec +++ b/ocaml-pp.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-pp # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,7 @@ ExclusiveArch: aarch64 ppc64 ppc64le riscv64 s390x x86_64 %define pkg ocaml-pp Name: %pkg%nsuffix -Version: 1.1.2 +Version: 1.2.0 Release: 0 %{?ocaml_preserve_bytecode} Summary: Pretty-printing library @@ -40,8 +40,8 @@ Group: Development/Languages/OCaml BuildRoot: %_tmppath/%name-%version-build URL: https://opam.ocaml.org/packages/pp Source0: %pkg-%version.tar.xz -BuildRequires: ocaml-dune >= 2.0 -BuildRequires: ocaml-rpm-macros >= 20220409 +BuildRequires: ocaml-dune >= 2.8 +BuildRequires: ocaml-rpm-macros >= 20230101 BuildRequires: ocaml(ocaml_base_version) >= 4.08 %if "%build_flavor" == "testsuite"