From cbefe1ec49ab6f9e51ea4db888c4664519d1a584 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sun, 22 Oct 2023 19:02:28 +0200 Subject: [PATCH] Update to 2.0.26. --- repack.sh | 2 +- sources | 2 +- waf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/repack.sh b/repack.sh index dd5a44d..fc126b5 100755 --- a/repack.sh +++ b/repack.sh @@ -2,7 +2,7 @@ set -euxo pipefail -version=2.0.25 +version=2.0.26 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 73df3cf..f370c15 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.0.25.stripped.tar.bz2) = 828b7b67d906883bb608826416567cddc8a96bf022e48ef6fd8606f55bf045723bafbe3e60b02963f384536cef38b1440e7280ed26154202582b567b17af2d2e +SHA512 (waf-2.0.26.stripped.tar.bz2) = 02302c8d4dcce1ba872d0c22f5dec573a400ddf47c6b8d0341f1380751a66a318e552707257355c6930a7b5900b79d8be72b1fbe51fdf89def4690f0b24fc26b diff --git a/waf.spec b/waf.spec index ace259a..601e20f 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf -Version: 2.0.25 -Release: 4%{?dist} +Version: 2.0.26 +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 +* Sun Oct 22 2023 Thomas Moschny - 2.0.26-1 +- Update to 2.0.26. + * Sat Jul 22 2023 Fedora Release Engineering - 2.0.25-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild