diff --git a/repack.sh b/repack.sh index f11e102..315a89f 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=2.0.17 +version=2.0.18 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 0447de2..b34b2ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.0.17.stripped.tar.bz2) = 80b85d066326dabc9c828af86d720ac61772e96d171eb3532481e41055b3bac7db96b5579efb460522248eab43eee7dd6ec658151bd1349d22f6746919f441f9 +SHA512 (waf-2.0.18.stripped.tar.bz2) = 160a41ba6c57ad1698a0065bfa9fa15a4f379ccade7a5534923176ddf9c8eac528f7642dc7be0679c0694e27abba1a7eade344a8521d1d7bc252db7cb8c23cdb diff --git a/waf.spec b/waf.spec index 96b27c1..c9619c1 100644 --- a/waf.spec +++ b/waf.spec @@ -16,8 +16,8 @@ %global waf_py2_priority 20 Name: waf -Version: 2.0.17 -Release: 4%{?dist} +Version: 2.0.18 +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 @@ -243,6 +243,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Sat Oct 5 2019 Thomas Moschny - 2.0.18-1 +- Update to 2.0.18. + * Thu Oct 03 2019 Miro HronĨok - 2.0.17-4 - Rebuilt for Python 3.8.0rc1 (#1748018)