From 42ce37d03b777d8c3b68d3493baa631f26f9fe04 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 03:27:18 +0000 Subject: [PATCH 01/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index be99f9b..92f7e34 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.0.19 -Release: 1%{?dist} +Release: 2%{?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 +* Fri Jan 31 2020 Fedora Release Engineering - 2.0.19-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Nov 28 2019 Thomas Moschny - 2.0.19-1 - Update to 2.0.19. From dbab9ecb38e445ece28916ef49e3d9b5721c5f7d Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Tue, 14 Apr 2020 12:11:46 +0200 Subject: [PATCH 02/33] Update to 2.0.20. --- repack.sh | 2 +- sources | 2 +- waf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/repack.sh b/repack.sh index f5c67a6..5f9a6bf 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=2.0.19 +version=2.0.20 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index f5b4616..e7e56db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.0.19.stripped.tar.bz2) = 03fb06fb3d4002b583df2f55959154502ae1c14eb4ad0671bff5f48a5d3546f9c7f2d1e2cbd83448c9e9c1d2ecc30fb3c6d68479508f8b884193a96cc9bd2c9f +SHA512 (waf-2.0.20.stripped.tar.bz2) = 21f61dc7ce6cd96d818caea28d9add9afbd60396e1fb72cf79ec94b451b11bae0275e99c180f084973688ee19f525d59cddf567f600d55403c88ecfd63c42ca7 diff --git a/waf.spec b/waf.spec index 92f7e34..7acd56b 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf -Version: 2.0.19 -Release: 2%{?dist} +Version: 2.0.20 +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 +* Tue Apr 14 2020 Thomas Moschny - 2.0.20-1 +- Update to 2.0.20. + * Fri Jan 31 2020 Fedora Release Engineering - 2.0.19-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 4426cf3114dcb21edccb76b5afc15e5fde7948d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 25 May 2020 12:03:53 +0200 Subject: [PATCH 03/33] Rebuilt for Python 3.9 --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index 7acd56b..d645621 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.0.20 -Release: 1%{?dist} +Release: 2%{?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 +* Mon May 25 2020 Miro Hrončok - 2.0.20-2 +- Rebuilt for Python 3.9 + * Tue Apr 14 2020 Thomas Moschny - 2.0.20-1 - Update to 2.0.20. From ef3b0efbd7ca8ae8529527d0cee2e1133a4e3fa0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 13:56:52 +0000 Subject: [PATCH 04/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index d645621..fb77e54 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.0.20 -Release: 2%{?dist} +Release: 3%{?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 +* Wed Jul 29 2020 Fedora Release Engineering - 2.0.20-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon May 25 2020 Miro Hrončok - 2.0.20-2 - Rebuilt for Python 3.9 From 9ba9eb54d806cb5b38d359ab929058c62b435c26 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Mon, 16 Nov 2020 10:56:55 +0100 Subject: [PATCH 05/33] Update to 2.0.21. --- repack.sh | 2 +- sources | 2 +- waf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/repack.sh b/repack.sh index 5f9a6bf..632b126 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=2.0.20 +version=2.0.21 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index e7e56db..ef12096 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.0.20.stripped.tar.bz2) = 21f61dc7ce6cd96d818caea28d9add9afbd60396e1fb72cf79ec94b451b11bae0275e99c180f084973688ee19f525d59cddf567f600d55403c88ecfd63c42ca7 +SHA512 (waf-2.0.21.stripped.tar.bz2) = 0a205061253e84a1b65a1250b2603d97c17ef160cba1476db0b6b95320035f8e31ecf4600e13855ee1bc1d864acc0ecfdb8808c4555e33d9a8ef90c96ab1f395 diff --git a/waf.spec b/waf.spec index fb77e54..47c48ca 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf -Version: 2.0.20 -Release: 3%{?dist} +Version: 2.0.21 +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 +* Mon Nov 16 2020 Thomas Moschny - 2.0.21-1 +- Update to 2.0.21. + * Wed Jul 29 2020 Fedora Release Engineering - 2.0.20-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 895daa81ceb3a554ad899af0980b3f334a10bfe3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:18:02 +0000 Subject: [PATCH 06/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index 47c48ca..0f694ef 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.0.21 -Release: 1%{?dist} +Release: 2%{?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 +* Wed Jan 27 2021 Fedora Release Engineering - 2.0.21-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Nov 16 2020 Thomas Moschny - 2.0.21-1 - Update to 2.0.21. From fc0a769145dbd3c5e6b18ec58bd95a1cceb4a0a7 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Tue, 2 Feb 2021 14:29:17 +0100 Subject: [PATCH 07/33] Update to 2.0.22. --- repack.sh | 2 +- sources | 2 +- waf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/repack.sh b/repack.sh index 632b126..37da33e 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=2.0.21 +version=2.0.22 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index ef12096..c4be169 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.0.21.stripped.tar.bz2) = 0a205061253e84a1b65a1250b2603d97c17ef160cba1476db0b6b95320035f8e31ecf4600e13855ee1bc1d864acc0ecfdb8808c4555e33d9a8ef90c96ab1f395 +SHA512 (waf-2.0.22.stripped.tar.bz2) = 360bb6509e515ecf5efeb73d10c909abd518223d6d2124f395ffe1de77096d237891a44f92058e86deaa5f84f0aa322e72c1fbd5ed33f74a3d71e3acdc7bbfa7 diff --git a/waf.spec b/waf.spec index 0f694ef..d7e3086 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf -Version: 2.0.21 -Release: 2%{?dist} +Version: 2.0.22 +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 +* Tue Feb 2 2021 Thomas Moschny - 2.0.22-1 +- Update to 2.0.22. + * Wed Jan 27 2021 Fedora Release Engineering - 2.0.21-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 8626175a5dbaa9dcb89e535c4d931956c3347a68 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 13:48:13 +0200 Subject: [PATCH 08/33] Rebuilt for Python 3.10 --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index d7e3086..bb0d36c 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.0.22 -Release: 1%{?dist} +Release: 2%{?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 +* Fri Jun 04 2021 Python Maint - 2.0.22-2 +- Rebuilt for Python 3.10 + * Tue Feb 2 2021 Thomas Moschny - 2.0.22-1 - Update to 2.0.22. From 4fc7fe62d8999e8f31a4d5ec09381be4a5ca40f4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 20:43:49 +0000 Subject: [PATCH 09/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index bb0d36c..1b1b9cd 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.0.22 -Release: 2%{?dist} +Release: 3%{?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 +* Fri Jul 23 2021 Fedora Release Engineering - 2.0.22-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 04 2021 Python Maint - 2.0.22-2 - Rebuilt for Python 3.10 From 9d94005453be6ed0a78c29e806f89645c76c0232 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Wed, 22 Dec 2021 14:36:19 +0100 Subject: [PATCH 10/33] Update to 2.0.23. --- repack.sh | 23 +++++++++++------------ sources | 2 +- waf.spec | 7 +++++-- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/repack.sh b/repack.sh index 37da33e..0ebbfcd 100755 --- a/repack.sh +++ b/repack.sh @@ -1,20 +1,19 @@ #! /bin/bash -version=2.0.22 +set -euxo pipefail + +version=2.0.23 prerel= src=waf-${version}${prerel}.tar.bz2 dst=${src%.tar.bz2}.stripped.tar.bz2 -rm -f ${dst} ${dst%.bz2} -cp -av ${src} ${dst} +readarray -t files <<-EOF + waf-${version}/docs/sphinx/_images/waf-64x64.png + waf-${version}/docs/slides/presentation/gfx/waflogo.svg +EOF -bzip2 -d ${dst} - -tar --delete --file=${dst%.bz2} \ - waf-${version}/docs/sphinx/_images/waf-64x64.png \ - waf-${version}/docs/slides/presentation/gfx/waflogo.svg - -touch -m -r ${src} ${dst%.bz2} - -bzip2 ${dst%.bz2} +# tar's "--delete option has been reported to work properly when tar +# acts as a filter from stdin to stdout." +bzip2 -cd "${src}" | tar --delete "${files[@]}" | bzip2 -c > "${dst}" +touch -m -r "${src}" "${dst}" diff --git a/sources b/sources index c4be169..6122cf9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.0.22.stripped.tar.bz2) = 360bb6509e515ecf5efeb73d10c909abd518223d6d2124f395ffe1de77096d237891a44f92058e86deaa5f84f0aa322e72c1fbd5ed33f74a3d71e3acdc7bbfa7 +SHA512 (waf-2.0.23.stripped.tar.bz2) = 1d0e34db8e34025ae8eb7480219fe94d523657dcdf547588768a8c0dc2ee486284effec250e0a54619fd21914f24b769a29521500aaf5e5f74b29a4b0dc1c154 diff --git a/waf.spec b/waf.spec index 1b1b9cd..07a4b1f 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf -Version: 2.0.22 -Release: 3%{?dist} +Version: 2.0.23 +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 +* Wed Dec 22 2021 Thomas Moschny - 2.0.23-1 +- Update to 2.0.23. + * Fri Jul 23 2021 Fedora Release Engineering - 2.0.22-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 0f0e9e30c559cf9c392619ad0e3ae2e484a69e69 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:14:42 +0000 Subject: [PATCH 11/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index 07a4b1f..395366d 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.0.23 -Release: 1%{?dist} +Release: 2%{?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 Jan 22 2022 Fedora Release Engineering - 2.0.23-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Wed Dec 22 2021 Thomas Moschny - 2.0.23-1 - Update to 2.0.23. From 402ff02c911d47e1b4634c52cea84e17471b2290 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sat, 28 May 2022 09:23:30 +0200 Subject: [PATCH 12/33] 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 From 0136b9f21c3ba5779d76549250efe0ca8808af91 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 18:23:33 +0200 Subject: [PATCH 13/33] Rebuilt for Python 3.11 --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index 1b07460..a93a623 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.0.24 -Release: 1%{?dist} +Release: 2%{?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 +* Mon Jun 13 2022 Python Maint - 2.0.24-2 +- Rebuilt for Python 3.11 + * Sat May 28 2022 Thomas Moschny - 2.0.24-1 - Update to 2.0.24. From 1af427026a99cec9c2c3fa8f17361ee8e0d1b071 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:10:41 +0000 Subject: [PATCH 14/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index a93a623..b52ac44 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.0.24 -Release: 2%{?dist} +Release: 3%{?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 Jul 23 2022 Fedora Release Engineering - 2.0.24-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Jun 13 2022 Python Maint - 2.0.24-2 - Rebuilt for Python 3.11 From 30a97f5f0e9226471bd0c1e3f98fb17c82afe8c7 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Thu, 5 Jan 2023 16:36:23 +0100 Subject: [PATCH 15/33] 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 From c5be25c957bd3e61175c151f57551ff183c4f450 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:34:18 +0000 Subject: [PATCH 16/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index 1d2b89f..b361071 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.0.25 -Release: 1%{?dist} +Release: 2%{?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 Jan 21 2023 Fedora Release Engineering - 2.0.25-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Thu Jan 5 2023 Thomas Moschny - 2.0.25-1 - Update to 2.0.25. From c70dfbd0743f262bdcde3da09176d1a744c243fb Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 14 Jun 2023 06:18:39 +0200 Subject: [PATCH 17/33] Rebuilt for Python 3.12 --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index b361071..7d3231e 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.0.25 -Release: 2%{?dist} +Release: 3%{?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 +* Wed Jun 14 2023 Python Maint - 2.0.25-3 +- Rebuilt for Python 3.12 + * Sat Jan 21 2023 Fedora Release Engineering - 2.0.25-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From ea9210539feee2d45b8ae4705ae3cabe532e1edd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:56:37 +0000 Subject: [PATCH 18/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index 7d3231e..ace259a 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.0.25 -Release: 3%{?dist} +Release: 4%{?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 Jul 22 2023 Fedora Release Engineering - 2.0.25-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Jun 14 2023 Python Maint - 2.0.25-3 - Rebuilt for Python 3.12 From cbefe1ec49ab6f9e51ea4db888c4664519d1a584 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sun, 22 Oct 2023 19:02:28 +0200 Subject: [PATCH 19/33] 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 From 121c9b6f8a4ba50197a78bfcf92f793fe8cbc258 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 08:20:08 +0000 Subject: [PATCH 20/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index 601e20f..3cab6f1 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.0.26 -Release: 1%{?dist} +Release: 2%{?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 Jan 27 2024 Fedora Release Engineering - 2.0.26-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Oct 22 2023 Thomas Moschny - 2.0.26-1 - Update to 2.0.26. From 2f013fac542a3763047c252697299e00972d594e Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Thu, 4 Apr 2024 20:41:27 +0200 Subject: [PATCH 21/33] Update to 2.0.27. --- repack.sh | 2 +- sources | 2 +- waf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/repack.sh b/repack.sh index fc126b5..b44745d 100755 --- a/repack.sh +++ b/repack.sh @@ -2,7 +2,7 @@ set -euxo pipefail -version=2.0.26 +version=2.0.27 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index f370c15..1752977 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.0.26.stripped.tar.bz2) = 02302c8d4dcce1ba872d0c22f5dec573a400ddf47c6b8d0341f1380751a66a318e552707257355c6930a7b5900b79d8be72b1fbe51fdf89def4690f0b24fc26b +SHA512 (waf-2.0.27.stripped.tar.bz2) = 836703d297775b6a936161877cd47bd2cda69e2a7cdf096ceef1b4bffaa5af9385d53c50e54fa9cd3f6e0be5ee2b13ad2d5bcdbf6488c7a2614b844a4879ace4 diff --git a/waf.spec b/waf.spec index 3cab6f1..caae4f9 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf -Version: 2.0.26 -Release: 2%{?dist} +Version: 2.0.27 +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 Apr 4 2024 Thomas Moschny - 2.0.27-1 +- Update to 2.0.27. + * Sat Jan 27 2024 Fedora Release Engineering - 2.0.26-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 4a92e746652a324ae8f95072722611d581746dc4 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 14:12:51 +0200 Subject: [PATCH 22/33] Rebuilt for Python 3.13 --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index caae4f9..e2c5f91 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.0.27 -Release: 1%{?dist} +Release: 2%{?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 +* Fri Jun 07 2024 Python Maint - 2.0.27-2 +- Rebuilt for Python 3.13 + * Thu Apr 4 2024 Thomas Moschny - 2.0.27-1 - Update to 2.0.27. From b4557755cb1e8c43631edd0b74fcf6b017063ee9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:05:33 +0000 Subject: [PATCH 23/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index e2c5f91..d3db87b 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.0.27 -Release: 2%{?dist} +Release: 3%{?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 Jul 20 2024 Fedora Release Engineering - 2.0.27-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 07 2024 Python Maint - 2.0.27-2 - Rebuilt for Python 3.13 From 4116c903cc299ffb1d5c7788b12ac6aad8a31973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 22:44:03 +0200 Subject: [PATCH 24/33] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- waf.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/waf.spec b/waf.spec index d3db87b..98ba28a 100644 --- a/waf.spec +++ b/waf.spec @@ -1,9 +1,10 @@ Name: waf Version: 2.0.27 -Release: 3%{?dist} +Release: 4%{?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 +# Automatically converted from old format: BSD and Python - review is highly recommended. +License: LicenseRef-Callaway-BSD AND LicenseRef-Callaway-Python URL: https://waf.io/ # Original tarfile can be found at # https://waf.io/waf-%%{version}.tar.bz2 @@ -137,6 +138,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Wed Sep 04 2024 Miroslav Suchý - 2.0.27-4 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 2.0.27-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 9ea0bfaaa30a8cb67a67de3c6d721f6357168caa Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sat, 7 Sep 2024 13:27:29 +0200 Subject: [PATCH 25/33] Update to 2.1.2. --- repack.sh | 2 +- sources | 2 +- waf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/repack.sh b/repack.sh index b44745d..356d304 100755 --- a/repack.sh +++ b/repack.sh @@ -2,7 +2,7 @@ set -euxo pipefail -version=2.0.27 +version=2.1.2 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 1752977..143509f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.0.27.stripped.tar.bz2) = 836703d297775b6a936161877cd47bd2cda69e2a7cdf096ceef1b4bffaa5af9385d53c50e54fa9cd3f6e0be5ee2b13ad2d5bcdbf6488c7a2614b844a4879ace4 +SHA512 (waf-2.1.2.stripped.tar.bz2) = e3d064284ecc96e96697913bcdf0398a466bf65f745c83e39440b19c40a3b73834a3a92a9bb0dbd29ac39925bdaec0d7bf2590ca9592f6c85fbb7d2b061af76a diff --git a/waf.spec b/waf.spec index 98ba28a..e04abb5 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf -Version: 2.0.27 -Release: 4%{?dist} +Version: 2.1.2 +Release: 1%{?dist} Summary: A Python-based build system # The entire source code is BSD apart from pproc.py (taken from Python 2.5) # Automatically converted from old format: BSD and Python - review is highly recommended. @@ -138,6 +138,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Sat Sep 7 2024 Thomas Moschny - 2.1.2-1 +- Update to 2.1.2. + * Wed Sep 04 2024 Miroslav Suchý - 2.0.27-4 - convert license to SPDX From 9ec3dcf9f2accd4df5d363834f1abb26d62f7b6d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:43:05 +0000 Subject: [PATCH 26/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index e04abb5..1bee8f7 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python-based build system # The entire source code is BSD apart from pproc.py (taken from Python 2.5) # Automatically converted from old format: BSD and Python - review is highly recommended. @@ -138,6 +138,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 2.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Sep 7 2024 Thomas Moschny - 2.1.2-1 - Update to 2.1.2. From b8d4f5d75e3ef5df84574f23565abfa33544e287 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sun, 9 Mar 2025 16:08:06 +0100 Subject: [PATCH 27/33] Update to 2.1.5. --- repack.sh | 2 +- sources | 2 +- waf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/repack.sh b/repack.sh index 356d304..8680641 100755 --- a/repack.sh +++ b/repack.sh @@ -2,7 +2,7 @@ set -euxo pipefail -version=2.1.2 +version=2.1.5 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 143509f..aaa2b59 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.1.2.stripped.tar.bz2) = e3d064284ecc96e96697913bcdf0398a466bf65f745c83e39440b19c40a3b73834a3a92a9bb0dbd29ac39925bdaec0d7bf2590ca9592f6c85fbb7d2b061af76a +SHA512 (waf-2.1.5.stripped.tar.bz2) = b1367fccc22a3b37ae2e9c4ed09e4caea96975fddc7140255e650302702d456ecbc9fd1f8f86271687b6e0d5536b82ecaffb42d3ec7df88bd7ff294b0faad9c6 diff --git a/waf.spec b/waf.spec index 1bee8f7..02b2922 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf -Version: 2.1.2 -Release: 2%{?dist} +Version: 2.1.5 +Release: 1%{?dist} Summary: A Python-based build system # The entire source code is BSD apart from pproc.py (taken from Python 2.5) # Automatically converted from old format: BSD and Python - review is highly recommended. @@ -138,6 +138,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Sun Mar 9 2025 Thomas Moschny - 2.1.5-1 +- Update to 2.1.5. + * Sun Jan 19 2025 Fedora Release Engineering - 2.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 7979df6b4c262001486d91e27a6edbf52bc41e6a Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 11:05:28 +0200 Subject: [PATCH 28/33] Rebuilt for Python 3.14 --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index 02b2922..3820abc 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.1.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python-based build system # The entire source code is BSD apart from pproc.py (taken from Python 2.5) # Automatically converted from old format: BSD and Python - review is highly recommended. @@ -138,6 +138,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Tue Jun 03 2025 Python Maint - 2.1.5-2 +- Rebuilt for Python 3.14 + * Sun Mar 9 2025 Thomas Moschny - 2.1.5-1 - Update to 2.1.5. From 78252d455fb2e0ecc3c510cde8c2f09faf1959bb Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Fri, 20 Jun 2025 11:51:44 +0200 Subject: [PATCH 29/33] Update to 2.1.6. --- repack.sh | 2 +- sources | 2 +- waf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/repack.sh b/repack.sh index 8680641..459d34f 100755 --- a/repack.sh +++ b/repack.sh @@ -2,7 +2,7 @@ set -euxo pipefail -version=2.1.5 +version=2.1.6 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index aaa2b59..5cf841e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.1.5.stripped.tar.bz2) = b1367fccc22a3b37ae2e9c4ed09e4caea96975fddc7140255e650302702d456ecbc9fd1f8f86271687b6e0d5536b82ecaffb42d3ec7df88bd7ff294b0faad9c6 +SHA512 (waf-2.1.6.stripped.tar.bz2) = f52e34763e10198dfdbec36c4ce13701f64fa062feed1483708cef73a67c2e09f7988b57264683bf4ea3fe7bbbb3a559d4058774dc383de7c6abfc492e403172 diff --git a/waf.spec b/waf.spec index 3820abc..a644d01 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf -Version: 2.1.5 -Release: 2%{?dist} +Version: 2.1.6 +Release: 1%{?dist} Summary: A Python-based build system # The entire source code is BSD apart from pproc.py (taken from Python 2.5) # Automatically converted from old format: BSD and Python - review is highly recommended. @@ -138,6 +138,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Fri Jun 20 2025 Thomas Moschny - 2.1.6-1 +- Update to 2.1.6. + * Tue Jun 03 2025 Python Maint - 2.1.5-2 - Rebuilt for Python 3.14 From 2e5600d244e2d8a6bdb74409e6d0edc1937b9c1e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:16:23 +0000 Subject: [PATCH 30/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index a644d01..baafcef 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.1.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python-based build system # The entire source code is BSD apart from pproc.py (taken from Python 2.5) # Automatically converted from old format: BSD and Python - review is highly recommended. @@ -138,6 +138,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 2.1.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jun 20 2025 Thomas Moschny - 2.1.6-1 - Update to 2.1.6. From cbacb4cf17d1d57b2518d64e4d99dde200aeabac Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 15:22:40 +0200 Subject: [PATCH 31/33] Rebuilt for Python 3.14.0rc2 bytecode --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index baafcef..038f91b 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.1.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python-based build system # The entire source code is BSD apart from pproc.py (taken from Python 2.5) # Automatically converted from old format: BSD and Python - review is highly recommended. @@ -138,6 +138,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Fri Aug 15 2025 Python Maint - 2.1.6-3 +- Rebuilt for Python 3.14.0rc2 bytecode + * Fri Jul 25 2025 Fedora Release Engineering - 2.1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 7f32c6de992c25cf3a3cd25f54cafd4036e99bc1 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 15:03:03 +0200 Subject: [PATCH 32/33] Rebuilt for Python 3.14.0rc3 bytecode --- waf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index 038f91b..8654af5 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 2.1.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Python-based build system # The entire source code is BSD apart from pproc.py (taken from Python 2.5) # Automatically converted from old format: BSD and Python - review is highly recommended. @@ -138,6 +138,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Fri Sep 19 2025 Python Maint - 2.1.6-4 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 2.1.6-3 - Rebuilt for Python 3.14.0rc2 bytecode From 03d3e539364f530aafd6964fa886543522101df1 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sat, 15 Nov 2025 12:38:47 +0100 Subject: [PATCH 33/33] Update to 2.1.9. --- repack.sh | 2 +- sources | 2 +- waf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/repack.sh b/repack.sh index 459d34f..b4a0624 100755 --- a/repack.sh +++ b/repack.sh @@ -2,7 +2,7 @@ set -euxo pipefail -version=2.1.6 +version=2.1.9 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 5cf841e..49df050 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.1.6.stripped.tar.bz2) = f52e34763e10198dfdbec36c4ce13701f64fa062feed1483708cef73a67c2e09f7988b57264683bf4ea3fe7bbbb3a559d4058774dc383de7c6abfc492e403172 +SHA512 (waf-2.1.9.stripped.tar.bz2) = 51df87254b4826247c36f86ac8df4a2dcb47322dc6747a63f4f2fb78962136d52add1d6089a65d76ff89c800f52715c14991e71216f82419e0733a5914523e05 diff --git a/waf.spec b/waf.spec index 8654af5..6646d2a 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf -Version: 2.1.6 -Release: 4%{?dist} +Version: 2.1.9 +Release: 1%{?dist} Summary: A Python-based build system # The entire source code is BSD apart from pproc.py (taken from Python 2.5) # Automatically converted from old format: BSD and Python - review is highly recommended. @@ -138,6 +138,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Sat Nov 15 2025 Thomas Moschny - 2.1.9-1 +- Update to 2.1.9. + * Fri Sep 19 2025 Python Maint - 2.1.6-4 - Rebuilt for Python 3.14.0rc3 bytecode