From 410a09ea16d112d8899b3e078c8b696d80529d62 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mon, 11 Nov 2019 22:23:40 -0700 Subject: [PATCH] Rebuild for cadical 1.2.1. --- cvc4.rpmlintrc | 8 ++++++++ cvc4.spec | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 cvc4.rpmlintrc 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