From 035d75a73a1dfbf8778d4e3ae0ec8fc4d194a78c Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Thu, 28 Nov 2019 18:28:04 +0100 Subject: [PATCH] Update to 2.0.19. --- repack.sh | 2 +- sources | 2 +- waf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/repack.sh b/repack.sh index 315a89f..f5c67a6 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=2.0.18 +version=2.0.19 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index b34b2ea..f5b4616 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.0.18.stripped.tar.bz2) = 160a41ba6c57ad1698a0065bfa9fa15a4f379ccade7a5534923176ddf9c8eac528f7642dc7be0679c0694e27abba1a7eade344a8521d1d7bc252db7cb8c23cdb +SHA512 (waf-2.0.19.stripped.tar.bz2) = 03fb06fb3d4002b583df2f55959154502ae1c14eb4ad0671bff5f48a5d3546f9c7f2d1e2cbd83448c9e9c1d2ecc30fb3c6d68479508f8b884193a96cc9bd2c9f diff --git a/waf.spec b/waf.spec index 2759003..be99f9b 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf -Version: 2.0.18 -Release: 2%{?dist} +Version: 2.0.19 +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 @@ -137,6 +137,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Thu Nov 28 2019 Thomas Moschny - 2.0.19-1 +- Update to 2.0.19. + * Tue Oct 8 2019 Thomas Moschny - 2.0.18-2 - Make waf Python3-only (#1753963). - Spec file modernization and cleanups.