Version 0.16.0
This commit is contained in:
parent
8437540f0d
commit
c6904ec34d
@ -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-compare
|
||||
Version: 0.15.0
|
||||
Release: 11%{?dist}
|
||||
Version: 0.16.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Generate comparison functions from types
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/janestreet/ppx_compare
|
||||
Source0: %{url}/archive/v%{version}/ppx_compare-%{version}.tar.gz
|
||||
|
||||
BuildRequires: ocaml >= 4.08.0
|
||||
BuildRequires: ocaml-base-devel >= 0.15.0
|
||||
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-ppxlib-devel >= 0.28.0
|
||||
|
||||
%if %{with test}
|
||||
BuildRequires: ocaml-ppx-inline-test-devel
|
||||
@ -68,6 +66,9 @@ 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.0-11
|
||||
- Rebuild OCaml packages for F38
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ppx_compare-0.15.0.tar.gz) = 2c2ae8bdaf08a478bcabdcdcd724abb53773c8633273d3d7a9f8a8eab01d04c281d11299f2890a2f9919adcf38a65bcfcfd79c613f27325e536e2d7cf0527781
|
||||
SHA512 (ppx_compare-0.16.0.tar.gz) = 8acbb52a841012fc81efa0f8c1df4d8f0595bddbaf723aed4702d0f7917552ac4c08f6b971c1aaf765460a512f2fca46fe8bbe14fb1b021a3fe3be4181bdb030
|
||||
|
Loading…
Reference in New Issue
Block a user