Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-26 03:55:41 +02:00
parent 7adeedfa23
commit ffaa2f2743
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: z3
Version: 4.8.8
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Satisfiability Modulo Theories (SMT) solver
License: MIT
@ -236,6 +236,9 @@ install -D -m 644 Z3_cmake_files/Z3*.cmake %{buildroot}%{_libdir}/cmake/%{name}/
%{python3_sitearch}/%{name}/
%changelog
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 4.8.8-3
- Rebuilt for Python 3.9
* Thu May 14 2020 Wolfgang Stöggl <c72578@yahoo.de> - 4.8.8-2
- Add Z3 cmake files required by find_package(Z3)