diff --git a/repack.sh b/repack.sh index 0f1641f..5847584 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=2.0.14 +version=2.0.15 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 44db2db..12e6659 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.0.14.stripped.tar.bz2) = 90c341558e6916d9b5d414d3fbef6214c83eeed6a62372bc51ceaf6483499c3c217f29233a09ff65fc99aafbcb1ed98fc9113e70748dc8397306c761615c4e4e +SHA512 (waf-2.0.15.stripped.tar.bz2) = 676369e141a846dd0392a065e1383fa05437579fd5d51810d86ba872b11a69c66ed806ce9fbb2d8b7e227ea15edf42077f2231bedf068c3b427d1ea1251f933d diff --git a/waf.spec b/waf.spec index cbed015..41c0a5b 100644 --- a/waf.spec +++ b/waf.spec @@ -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 - 2.0.15-1 +- Update to 2.0.15. + * Sun Feb 03 2019 Fedora Release Engineering - 2.0.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild