Accepting request 1086732 from devel:languages:ocaml

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1086732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-csexp?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2023-05-12 18:38:48 +00:00 committed by Git OBS Bridge
commit 88a25b069f
5 changed files with 16 additions and 8 deletions

View File

@ -1,7 +1,7 @@
<services> <services>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="filename">ocaml-csexp</param> <param name="filename">ocaml-csexp</param>
<param name="revision">7eeb86206819d2b1782d6cde1be9d6cf8b5fc851</param> <param name="revision">e6c4768e10c61bcb04d09748744dad55602149c6</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="submodules">disable</param> <param name="submodules">disable</param>
<param name="url">https://github.com/ocaml-dune/csexp.git</param> <param name="url">https://github.com/ocaml-dune/csexp.git</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d79a4af9a0e70dd5b6630453d6615267e6e0ebde3eba471ac0385630b1e90f82
size 10204

BIN
ocaml-csexp-1.5.2.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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 Sat Apr 9 12:34:56 UTC 2022 - ohering@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package ocaml-csexp # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -21,6 +21,8 @@
%if "%build_flavor" == "testsuite" %if "%build_flavor" == "testsuite"
%if %{without ocaml_csexp_testsuite} %if %{without ocaml_csexp_testsuite}
ExclusiveArch: do-not-build ExclusiveArch: do-not-build
%else
ExclusiveArch: aarch64 ppc64 ppc64le riscv64 s390x x86_64
%endif %endif
%define nsuffix -testsuite %define nsuffix -testsuite
%else %else
@ -29,7 +31,7 @@ ExclusiveArch: do-not-build
%define pkg ocaml-csexp %define pkg ocaml-csexp
Name: %pkg%nsuffix Name: %pkg%nsuffix
Version: 1.5.1 Version: 1.5.2
Release: 0 Release: 0
%{?ocaml_preserve_bytecode} %{?ocaml_preserve_bytecode}
Summary: Parsing and printing of S-expressions in Canonical form Summary: Parsing and printing of S-expressions in Canonical form
@ -39,8 +41,8 @@ BuildRoot: %_tmppath/%name-%version-build
URL: https://opam.ocaml.org/packages/csexp URL: https://opam.ocaml.org/packages/csexp
Source0: %pkg-%version.tar.xz Source0: %pkg-%version.tar.xz
BuildRequires: ocaml BuildRequires: ocaml
BuildRequires: ocaml-dune BuildRequires: ocaml-dune >= 3.4
BuildRequires: ocaml-rpm-macros >= 20220409 BuildRequires: ocaml-rpm-macros >= 20230101
%if "%build_flavor" == "testsuite" %if "%build_flavor" == "testsuite"
BuildRequires: ocamlfind(csexp) BuildRequires: ocamlfind(csexp)