From 3c889e8a96b15329c61288750c2142aa75c579b2 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sun, 19 May 2019 22:09:52 +0200 Subject: [PATCH] Update to 2.0.16. --- repack.sh | 2 +- sources | 2 +- waf.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/repack.sh b/repack.sh index 5847584..2a7d965 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=2.0.15 +version=2.0.16 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 12e6659..bcbad30 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.0.15.stripped.tar.bz2) = 676369e141a846dd0392a065e1383fa05437579fd5d51810d86ba872b11a69c66ed806ce9fbb2d8b7e227ea15edf42077f2231bedf068c3b427d1ea1251f933d +SHA512 (waf-2.0.16.stripped.tar.bz2) = 58d9221c5851fa86deb44876ae4c8544b597111ee9dd83b5ee9d6cd27dc36d7e6f24e4cf5209f04dd4c045afe462ae15bf33a530c77adf0f1acdc3ec161947d0 diff --git a/waf.spec b/waf.spec index 41c0a5b..236651c 100644 --- a/waf.spec +++ b/waf.spec @@ -16,7 +16,7 @@ %global waf_py2_priority 20 Name: waf -Version: 2.0.15 +Version: 2.0.16 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 May 19 2019 Thomas Moschny - 2.0.16-1 +- Update to 2.0.16. + * Wed May 15 2019 Thomas Moschny - 2.0.15-1 - Update to 2.0.15.