From 89a8e53f4f77f29472b8d7c7544a993c6680d772908e1cbe24a25e2ab3010d48 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 5 May 2023 07:40:15 +0000 Subject: [PATCH 1/2] - Update to version 1.5.2 fix: serialized length OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-csexp?expand=0&rev=16 --- _service | 2 +- ocaml-csexp-1.5.1.tar.xz | 3 --- ocaml-csexp-1.5.2.tar.xz | 3 +++ ocaml-csexp.changes | 6 ++++++ ocaml-csexp.spec | 8 ++++---- 5 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 ocaml-csexp-1.5.1.tar.xz create mode 100644 ocaml-csexp-1.5.2.tar.xz diff --git a/_service b/_service index d81af4a..3c8a805 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-csexp - 7eeb86206819d2b1782d6cde1be9d6cf8b5fc851 + e6c4768e10c61bcb04d09748744dad55602149c6 git disable https://github.com/ocaml-dune/csexp.git diff --git a/ocaml-csexp-1.5.1.tar.xz b/ocaml-csexp-1.5.1.tar.xz deleted file mode 100644 index 257a04d..0000000 --- a/ocaml-csexp-1.5.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d79a4af9a0e70dd5b6630453d6615267e6e0ebde3eba471ac0385630b1e90f82 -size 10204 diff --git a/ocaml-csexp-1.5.2.tar.xz b/ocaml-csexp-1.5.2.tar.xz new file mode 100644 index 0000000..83f9681 --- /dev/null +++ b/ocaml-csexp-1.5.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36840ad29839074cc21a7f42a1a939f286e1b09ab71d2c0881990e0b309ec242 +size 11152 diff --git a/ocaml-csexp.changes b/ocaml-csexp.changes index f71161c..235df80 100644 --- a/ocaml-csexp.changes +++ b/ocaml-csexp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 5 05:05:05 UTC 2023 - ohering@suse.de + +- Update to version 1.5.2 + fix: serialized length + ------------------------------------------------------------------- Sat Apr 9 12:34:56 UTC 2022 - ohering@suse.de diff --git a/ocaml-csexp.spec b/ocaml-csexp.spec index ab95bed..8b83fd5 100644 --- a/ocaml-csexp.spec +++ b/ocaml-csexp.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-csexp # -# 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 @@ -29,7 +29,7 @@ ExclusiveArch: do-not-build %define pkg ocaml-csexp Name: %pkg%nsuffix -Version: 1.5.1 +Version: 1.5.2 Release: 0 %{?ocaml_preserve_bytecode} Summary: Parsing and printing of S-expressions in Canonical form @@ -39,8 +39,8 @@ BuildRoot: %_tmppath/%name-%version-build URL: https://opam.ocaml.org/packages/csexp Source0: %pkg-%version.tar.xz BuildRequires: ocaml -BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20220409 +BuildRequires: ocaml-dune >= 3.4 +BuildRequires: ocaml-rpm-macros >= 20230101 %if "%build_flavor" == "testsuite" BuildRequires: ocamlfind(csexp) From 1a8827fb092b077b87afea48c93f50f5d453e3c785f0acf0fa7a8f83d3fca229 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 5 May 2023 10:14:16 +0000 Subject: [PATCH 2/2] ExclusiveArch 64bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-csexp?expand=0&rev=17 --- ocaml-csexp.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ocaml-csexp.spec b/ocaml-csexp.spec index 8b83fd5..3e9ce46 100644 --- a/ocaml-csexp.spec +++ b/ocaml-csexp.spec @@ -21,6 +21,8 @@ %if "%build_flavor" == "testsuite" %if %{without ocaml_csexp_testsuite} ExclusiveArch: do-not-build +%else +ExclusiveArch: aarch64 ppc64 ppc64le riscv64 s390x x86_64 %endif %define nsuffix -testsuite %else