diff --git a/repack.sh b/repack.sh index f8f69cd..0f1641f 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=2.0.12 +version=2.0.14 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 7634cf2..44db2db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.0.12.stripped.tar.bz2) = ea895a0df1e0549fd782f035cd275713ed4565a7d8ed88243a4d1fadd125634238a5fe11e92977418ce917a8fc48f1ef79b46dc3a2fe970ec6f510555f2328d7 +SHA512 (waf-2.0.14.stripped.tar.bz2) = 90c341558e6916d9b5d414d3fbef6214c83eeed6a62372bc51ceaf6483499c3c217f29233a09ff65fc99aafbcb1ed98fc9113e70748dc8397306c761615c4e4e diff --git a/waf.spec b/waf.spec index 1c1d33c..811fc30 100644 --- a/waf.spec +++ b/waf.spec @@ -16,7 +16,7 @@ %global waf_py2_priority 20 Name: waf -Version: 2.0.12 +Version: 2.0.14 Release: 1%{?dist} Summary: A Python-based build system # The entire source code is BSD apart from pproc.py (taken from Python 2.5) @@ -243,6 +243,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Sun Dec 30 2018 Thomas Moschny - 2.0.14-1 +- Update to 2.0.14. + * Mon Nov 12 2018 Thomas Moschny - 2.0.12-1 - Update to 2.0.12.