From 30a97f5f0e9226471bd0c1e3f98fb17c82afe8c7 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Thu, 5 Jan 2023 16:36:23 +0100 Subject: [PATCH] Update to 2.0.25. --- repack.sh | 2 +- sources | 2 +- waf.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/repack.sh b/repack.sh index 5de327e..dd5a44d 100755 --- a/repack.sh +++ b/repack.sh @@ -2,7 +2,7 @@ set -euxo pipefail -version=2.0.24 +version=2.0.25 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index abd805a..73df3cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.0.24.stripped.tar.bz2) = 56771854356597345da19607d2c2c23fc69d8dc10ad77bb3007a0be239511318bb480d3c6f7ede0a12399e4cff0e73a00a56b9ccf612ade7b3618bd0cc6056a2 +SHA512 (waf-2.0.25.stripped.tar.bz2) = 828b7b67d906883bb608826416567cddc8a96bf022e48ef6fd8606f55bf045723bafbe3e60b02963f384536cef38b1440e7280ed26154202582b567b17af2d2e diff --git a/waf.spec b/waf.spec index b52ac44..1d2b89f 100644 --- a/waf.spec +++ b/waf.spec @@ -1,12 +1,12 @@ Name: waf -Version: 2.0.24 -Release: 3%{?dist} +Version: 2.0.25 +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 URL: https://waf.io/ # Original tarfile can be found at -# https://waf.io/waf-%%{version}.tar.bz2 or +# https://waf.io/waf-%%{version}.tar.bz2 # We remove waf logos, licensed CC BY-NC Source: waf-%{version}.stripped.tar.bz2 Source1: unpack_wafdir.py @@ -137,6 +137,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Thu Jan 5 2023 Thomas Moschny - 2.0.25-1 +- Update to 2.0.25. + * Sat Jul 23 2022 Fedora Release Engineering - 2.0.24-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild