New upstream release.
This commit is contained in:
parent
773d9e33de
commit
4ddc9f274d
3 changed files with 8 additions and 14 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -1,10 +1,2 @@
|
|||
/why3-man.tar.xz
|
||||
/why3-0.86.3.tar.gz
|
||||
/why3-0.87.0.tar.gz
|
||||
/why3-0.87.1.tar.gz
|
||||
/why3-0.87.2.tar.gz
|
||||
/why3-0.87.3.tar.gz
|
||||
/why3-0.88.0.tar.gz
|
||||
/why3-0.88.1.tar.gz
|
||||
/why3-0.88.2.tar.gz
|
||||
/why3-0.88.3.tar.gz
|
||||
/why3-*.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (why3-man.tar.xz) = 8355776ac8a67a56ae7354f8fd40dc5d2057022d1035090a3e38e139fbfe3c258fe3ccbed6e333cb005e66c7b4cdbbf6580e3420170fd08384cc9b36ce5ec2a1
|
||||
SHA512 (why3-0.88.3.tar.gz) = d4775a8d1e6e689d1aa83e683b2d7688d11b914616de88a9f2b02cb7dad802034c1c6fe68eaa1c2257dae0732049eadd700b8e17f24ecc1dcbf11631e39739de
|
||||
SHA512 (why3-1.1.1.tar.gz) = 9d037360a53a1e0902f7fcdff643d1346a6d95f06dbba3996af00044d88da67495770eacb4090a8b05e76ff184e90ac76a3b077aac42a26388de2bf8e2bffbc7
|
||||
|
|
|
|||
10
why3.spec
10
why3.spec
|
|
@ -8,14 +8,14 @@
|
|||
%endif
|
||||
|
||||
Name: why3
|
||||
Version: 0.88.3
|
||||
Release: 5%{?dist}
|
||||
Version: 1.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Software verification platform
|
||||
|
||||
# See LICENSE for the terms of the exception
|
||||
License: LGPLv2 with exceptions
|
||||
URL: http://why3.lri.fr/
|
||||
Source0: https://gforge.inria.fr/frs/download.php/file/37313/%{name}-%{version}.tar.gz
|
||||
Source0: https://gforge.inria.fr/frs/download.php/file/37842/%{name}-%{version}.tar.gz
|
||||
# Man pages written by Jerry James using text found in the sources. Hence,
|
||||
# the copyright and license are the same as for the upstream sources.
|
||||
Source1: %{name}-man.tar.xz
|
||||
|
|
@ -165,7 +165,6 @@ rm -fr %{buildroot}%{_datadir}/doc
|
|||
# Fix permissions
|
||||
chmod 0755 %{buildroot}%{_bindir}/* \
|
||||
%{buildroot}%{_libdir}/%{name}/commands/* \
|
||||
%{buildroot}%{_libdir}/%{name}/coq-tactic/*.cmxs \
|
||||
%{buildroot}%{_libdir}/%{name}/plugins/*.cmxs
|
||||
|
||||
%files
|
||||
|
|
@ -196,6 +195,9 @@ chmod 0755 %{buildroot}%{_bindir}/* \
|
|||
%files all
|
||||
|
||||
%changelog
|
||||
* Sat Jan 26 2018 Jerry James <loganjerry@gmail.com> - 1.1.1-1
|
||||
- New upstream release
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.88.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue