From 402ff02c911d47e1b4634c52cea84e17471b2290 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sat, 28 May 2022 09:23:30 +0200 Subject: [PATCH] Update to 2.0.24. --- repack.sh | 2 +- sources | 2 +- waf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/repack.sh b/repack.sh index 0ebbfcd..5de327e 100755 --- a/repack.sh +++ b/repack.sh @@ -2,7 +2,7 @@ set -euxo pipefail -version=2.0.23 +version=2.0.24 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 6122cf9..abd805a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.0.23.stripped.tar.bz2) = 1d0e34db8e34025ae8eb7480219fe94d523657dcdf547588768a8c0dc2ee486284effec250e0a54619fd21914f24b769a29521500aaf5e5f74b29a4b0dc1c154 +SHA512 (waf-2.0.24.stripped.tar.bz2) = 56771854356597345da19607d2c2c23fc69d8dc10ad77bb3007a0be239511318bb480d3c6f7ede0a12399e4cff0e73a00a56b9ccf612ade7b3618bd0cc6056a2 diff --git a/waf.spec b/waf.spec index 395366d..1b07460 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf -Version: 2.0.23 -Release: 2%{?dist} +Version: 2.0.24 +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 +* Sat May 28 2022 Thomas Moschny - 2.0.24-1 +- Update to 2.0.24. + * Sat Jan 22 2022 Fedora Release Engineering - 2.0.23-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild