diff --git a/cvc4.rpmlintrc b/cvc4.rpmlintrc new file mode 100644 index 0000000..da0309f --- /dev/null +++ b/cvc4.rpmlintrc @@ -0,0 +1,8 @@ +# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON +# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors + +# The dictionary lacks some technical words +addFilter(r'spelling-error .* (dually|prover|satisfiability)') + +# Documentation is in the main package +addFilter(r'^cvc4-(java|libs|python3)\.[^:]+: W: no-documentation') diff --git a/cvc4.spec b/cvc4.spec index 967ccf6..05f43a3 100644 --- a/cvc4.spec +++ b/cvc4.spec @@ -3,7 +3,7 @@ Name: cvc4 Version: 1.7 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Automatic theorem prover for SMT problems # License breakdown: @@ -220,6 +220,9 @@ make check %{python3_sitearch}/__pycache__/CVC4.* %changelog +* Mon Nov 11 2019 Jerry James - 1.7-7 +- Rebuild for cadical 1.2.1 + * Mon Sep 9 2019 Jerry James - 1.7-6 - Add -drat patch to fix build with latest lfsc