Rebuild for cadical 1.2.1.

This commit is contained in:
Jerry James 2019-11-11 22:23:40 -07:00
parent e32cd51007
commit 410a09ea16
2 changed files with 12 additions and 1 deletions

8
cvc4.rpmlintrc Normal file
View File

@ -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')

View File

@ -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 <loganjerry@gmail.com> - 1.7-7
- Rebuild for cadical 1.2.1
* Mon Sep 9 2019 Jerry James <loganjerry@gmail.com> - 1.7-6
- Add -drat patch to fix build with latest lfsc