Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ed21bd3e4 | ||
|
|
4166e79280 |
1 changed files with 9 additions and 3 deletions
12
zenon.spec
12
zenon.spec
|
|
@ -1,11 +1,11 @@
|
|||
%ifnarch %{ocaml_native_compiler}
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
%global coqver 8.13.0
|
||||
%global coqver 8.13.2
|
||||
|
||||
Name: zenon
|
||||
Version: 0.8.4
|
||||
Release: 21%{?dist}
|
||||
Release: 23%{?dist}
|
||||
Summary: Automated theorem prover for first-order classical logic
|
||||
License: BSD
|
||||
URL: http://zenon-prover.org/
|
||||
|
|
@ -25,7 +25,7 @@ Patch1: %{name}-ocaml.patch
|
|||
ExcludeArch: s390x
|
||||
|
||||
BuildRequires: coq = %{coqver}
|
||||
BuildRequires: ghostscript-core
|
||||
BuildRequires: ghostscript
|
||||
BuildRequires: ImageMagick
|
||||
BuildRequires: make
|
||||
BuildRequires: ocaml
|
||||
|
|
@ -99,6 +99,12 @@ fi
|
|||
%{_mandir}/man5/*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 8 2021 Jerry James <loganjerry@gmail.com> - 0.8.4-23
|
||||
- Rebuild for coq 8.13.2
|
||||
|
||||
* Wed Mar 3 2021 Jerry James <loganjerry@gmail.com> - 0.8.4-22
|
||||
- Rebuild for coq 8.13.1
|
||||
|
||||
* Sat Feb 20 2021 Jerry James <loganjerry@gmail.com> - 0.8.4-21
|
||||
- Rebuild for coq 8.13.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue