From 36b3497be2e20d55b939406ce91472a36e24a419 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Thu, 18 Jul 2019 21:07:21 -0600 Subject: [PATCH] Rebuild for cadical 1.0.3 (bz 1731031). --- cvc4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cvc4.spec b/cvc4.spec index 6a5689e..1bf73f7 100644 --- a/cvc4.spec +++ b/cvc4.spec @@ -3,7 +3,7 @@ Name: cvc4 Version: 1.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Automatic theorem prover for SMT problems # License breakdown: @@ -217,6 +217,9 @@ make check %{python3_sitearch}/__pycache__/CVC4.* %changelog +* Thu Jul 18 2019 Jerry James - 1.7-3 +- Rebuild for cadical 1.0.3 (bz 1731031) + * Sat Jun 29 2019 Jerry James - 1.7-2 - Fix finding the python include dir and lib (bz 1724142)