- 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
This commit is contained in:
parent
ffa8d2aeb3
commit
89a8e53f4f
2
_service
2
_service
@ -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>
|
||||||
|
@ -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
BIN
ocaml-csexp-1.5.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
@ -29,7 +29,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 +39,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)
|
||||||
|
Loading…
Reference in New Issue
Block a user