Version 0.16.0
This commit is contained in:
parent
96786e4c8e
commit
0c1d396b4d
@ -1,5 +1,3 @@
|
||||
%undefine _package_note_flags
|
||||
|
||||
%ifnarch %{ocaml_native_compiler}
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
@ -9,18 +7,18 @@
|
||||
%bcond_with test
|
||||
|
||||
Name: ocaml-ppx-sexp-conv
|
||||
Version: 0.15.1
|
||||
Release: 7%{?dist}
|
||||
Version: 0.16.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Generate S-expression conversion functions from type definitions
|
||||
License: MIT
|
||||
URL: https://github.com/janestreet/ppx_sexp_conv
|
||||
Source0: %{url}/archive/v%{version}/ppx_sexp_conv-%{version}.tar.gz
|
||||
|
||||
BuildRequires: ocaml >= 4.08.0
|
||||
BuildRequires: ocaml-base-devel >= 0.15
|
||||
BuildRequires: ocaml >= 4.14.0
|
||||
BuildRequires: ocaml-base-devel >= 0.16
|
||||
BuildRequires: ocaml-dune >= 2.0.0
|
||||
BuildRequires: ocaml-ppxlib-devel >= 0.23.0
|
||||
BuildRequires: ocaml-sexplib0-devel >= 0.15
|
||||
BuildRequires: ocaml-ppxlib-devel >= 0.28.0
|
||||
BuildRequires: ocaml-sexplib0-devel >= 0.16
|
||||
|
||||
%if %{with test}
|
||||
BuildRequires: ocaml-ppx-inline-test-devel
|
||||
@ -63,6 +61,9 @@ files for developing applications that use %{name}.
|
||||
%files devel -f .ofiles-devel
|
||||
|
||||
%changelog
|
||||
* Mon Jul 10 2023 Jerry James <loganjerry@gmail.com> - 0.16.0-1
|
||||
- Version 0.16.0
|
||||
|
||||
* Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 0.15.1-7
|
||||
- Rebuild OCaml packages for F38
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ppx_sexp_conv-0.15.1.tar.gz) = f2b669e7c7bbbc8dd4978b47b73662dd0195ae85cdd71596485211cb5ab4daedcae9be4b33796674320e0d324b7ee9f90d3b219212be98ed792e3a89ccf8c41b
|
||||
SHA512 (ppx_sexp_conv-0.16.0.tar.gz) = ceacd17683c8e739d2e5eaabb585c01615a11b18c1bef7df85b48820885d344cbae94c1351a6a2522e016a1bd41fc3997928d6b2b2169aeda72ea6626eb1f7a0
|
||||
|
Loading…
Reference in New Issue
Block a user