From 121c9b6f8a4ba50197a78bfcf92f793fe8cbc258 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 08:20:08 +0000 Subject: [PATCH 01/14] 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 02/14] 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 03/14] 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 04/14] 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 05/14] 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 06/14] 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 07/14] 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 08/14] 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 09/14] 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 10/14] 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 11/14] 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 12/14] 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 13/14] 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 14/14] 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