Bump and rebuild.
This commit is contained in:
parent
91444a67fd
commit
4eebc86f4f
@ -1,8 +0,0 @@
|
||||
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
|
||||
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
|
||||
|
||||
# The dictionary is missing some technical terms
|
||||
addFilter(r'W: spelling-error .* (protobuf|yojson)')
|
||||
|
||||
# Documentation is in the -doc subpackage
|
||||
addFilter(r'ocaml-ppx-deriving-devel\.[^:]+: W: no-documentation')
|
@ -8,7 +8,7 @@
|
||||
|
||||
Name: ocaml-%{srcname}
|
||||
Version: 5.2.1
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
Summary: Type-driven code generation for OCaml
|
||||
|
||||
License: MIT
|
||||
@ -55,7 +55,7 @@ Documentation for %{name}.
|
||||
%autosetup -n %{upname}-%{version} -p1
|
||||
|
||||
%build
|
||||
dune build %{?_smp_mflags} --verbose --profile release
|
||||
dune build %{?_smp_mflags} --verbose --release
|
||||
dune build %{?_smp_mflags} @doc
|
||||
|
||||
%install
|
||||
@ -87,7 +87,7 @@ ln -s ../../src_plugins/show/ppx_deriving_show.cppo.ml
|
||||
cd -
|
||||
|
||||
%check
|
||||
dune runtest --profile release
|
||||
dune runtest --release
|
||||
|
||||
%files
|
||||
%doc CHANGELOG.md README.md
|
||||
@ -132,6 +132,9 @@ dune runtest --profile release
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Mon Feb 28 2022 Jerry James <loganjerry@gmail.com> - 5.2.1-13
|
||||
- Bump and rebuild
|
||||
|
||||
* Fri Feb 04 2022 Richard W.M. Jones <rjones@redhat.com> - 5.2.1-12
|
||||
- OCaml 4.13.1 rebuild to remove package notes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user