Version 1.3.2.
This commit is contained in:
parent
b146a8b0b9
commit
a80472d00b
@ -1,13 +1,13 @@
|
||||
--- a/csexp.opam
|
||||
+++ b/csexp.opam
|
||||
@@ -33,7 +33,6 @@ depends: [
|
||||
"dune" {>= "2.5"}
|
||||
@@ -32,7 +32,6 @@ bug-reports: "https://github.com/ocaml-d
|
||||
depends: [
|
||||
"dune" {>= "1.11"}
|
||||
"ocaml" {>= "4.02.3"}
|
||||
"ppx_expect" {with-test}
|
||||
- "result" {>= "1.5"}
|
||||
]
|
||||
dev-repo: "git+https://github.com/ocaml-dune/csexp.git"
|
||||
build: [
|
||||
["dune" "subst"] {pinned}
|
||||
--- a/src/csexp.ml
|
||||
+++ b/src/csexp.ml
|
||||
@@ -15,12 +15,6 @@ end
|
||||
|
@ -15,7 +15,7 @@
|
||||
%bcond_with dune
|
||||
|
||||
Name: ocaml-%{srcname}
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Parsing and printing of S-expressions in canonical form
|
||||
|
||||
@ -30,9 +30,9 @@ Patch0: %{name}-result.patch
|
||||
|
||||
BuildRequires: ocaml >= 4.02.3
|
||||
%if %{with dune}
|
||||
BuildRequires: ocaml-dune
|
||||
BuildRequires: ocaml-dune >= 1.11
|
||||
BuildRequires: ocaml-odoc
|
||||
BuildRequires: ocaml-result-devel
|
||||
BuildRequires: ocaml-result-devel >= 1.5
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -171,5 +171,8 @@ EOF
|
||||
%{_libdir}/ocaml/%{srcname}/*.mli
|
||||
|
||||
%changelog
|
||||
* Fri Sep 18 2020 Jerry James <loganjerry@gmail.com> - 1.3.2-1
|
||||
- Version 1.3.2
|
||||
|
||||
* Thu Sep 10 2020 Jerry James <loganjerry@gmail.com> - 1.3.1-1
|
||||
- Initial RPM
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (csexp-1.3.1.tbz) = dd6b3894529c828926ee05070548125822ad3bee8324623de0188d49655439286343f8cbc2ede8a27e01af5715e3bc1e643d6a0d770061b384d6dcefdb545eb2
|
||||
SHA512 (csexp-1.3.2.tbz) = ff1bd6a7c6bb3a73ca9ab0506c9ec1f357657deaa9ecc7eb32955817d9b0f266d976af3e2b8fc34c621cb0caf1fde55f9a609dd184e2054f500bf09afeb83026
|
||||
|
Loading…
Reference in New Issue
Block a user