Update to 2.0.15.

epel8
Thomas Moschny 6 years ago
parent 6e4dd57260
commit 222405fc76

@ -1,6 +1,6 @@
#! /bin/bash
version=2.0.14
version=2.0.15
prerel=
src=waf-${version}${prerel}.tar.bz2

@ -1 +1 @@
SHA512 (waf-2.0.14.stripped.tar.bz2) = 90c341558e6916d9b5d414d3fbef6214c83eeed6a62372bc51ceaf6483499c3c217f29233a09ff65fc99aafbcb1ed98fc9113e70748dc8397306c761615c4e4e
SHA512 (waf-2.0.15.stripped.tar.bz2) = 676369e141a846dd0392a065e1383fa05437579fd5d51810d86ba872b11a69c66ed806ce9fbb2d8b7e227ea15edf42077f2231bedf068c3b427d1ea1251f933d

@ -16,8 +16,8 @@
%global waf_py2_priority 20
Name: waf
Version: 2.0.14
Release: 2%{?dist}
Version: 2.0.15
Release: 1%{?dist}
Summary: A Python-based build system
# The entire source code is BSD apart from pproc.py (taken from Python 2.5)
License: BSD and Python
@ -41,7 +41,7 @@ BuildRequires: python3-devel
%endif # with_python3
%if 0%{?with_docs}
%if 0%{?fedora} || 0%{?rhel} >= 7
BuildRequires: python-sphinx
BuildRequires: python3-sphinx
%else
BuildRequires: python-sphinx10
%endif
@ -243,6 +243,9 @@ rm -f docs/sphinx/build/html/.buildinfo
%changelog
* Wed May 15 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.15-1
- Update to 2.0.15.
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

Loading…
Cancel
Save