Compare commits

..

12 commits

Author SHA1 Message Date
Thomas Moschny
03d3e53936 Update to 2.1.9. 2025-11-15 12:38:47 +01:00
Python Maint
7f32c6de99 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 15:03:03 +02:00
Python Maint
cbacb4cf17 Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 15:22:40 +02:00
Fedora Release Engineering
2e5600d244 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:16:23 +00:00
Thomas Moschny
78252d455f Update to 2.1.6. 2025-06-20 11:51:44 +02:00
Python Maint
7979df6b4c Rebuilt for Python 3.14 2025-06-03 11:05:28 +02:00
Thomas Moschny
b8d4f5d75e Update to 2.1.5. 2025-03-09 16:08:06 +01:00
Fedora Release Engineering
9ec3dcf9f2 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 14:43:05 +00:00
Thomas Moschny
9ea0bfaaa3 Update to 2.1.2. 2024-09-07 13:27:29 +02:00
Miroslav Suchý
4116c903cc convert license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
2024-09-04 22:44:03 +02:00
Fedora Release Engineering
b4557755cb Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 09:05:33 +00:00
Python Maint
4a92e74665 Rebuilt for Python 3.13 2024-06-07 14:12:51 +02:00
3 changed files with 41 additions and 4 deletions

View file

@ -2,7 +2,7 @@
set -euxo pipefail
version=2.0.27
version=2.1.9
prerel=
src=waf-${version}${prerel}.tar.bz2

View file

@ -1 +1 @@
SHA512 (waf-2.0.27.stripped.tar.bz2) = 836703d297775b6a936161877cd47bd2cda69e2a7cdf096ceef1b4bffaa5af9385d53c50e54fa9cd3f6e0be5ee2b13ad2d5bcdbf6488c7a2614b844a4879ace4
SHA512 (waf-2.1.9.stripped.tar.bz2) = 51df87254b4826247c36f86ac8df4a2dcb47322dc6747a63f4f2fb78962136d52add1d6089a65d76ff89c800f52715c14991e71216f82419e0733a5914523e05

View file

@ -1,9 +1,10 @@
Name: waf
Version: 2.0.27
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)
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,42 @@ rm -f docs/sphinx/build/html/.buildinfo
%changelog
* Sat Nov 15 2025 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.9-1
- Update to 2.1.9.
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 2.1.6-4
- Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 2.1.6-3
- Rebuilt for Python 3.14.0rc2 bytecode
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Fri Jun 20 2025 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.6-1
- Update to 2.1.6.
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 2.1.5-2
- Rebuilt for Python 3.14
* Sun Mar 9 2025 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.5-1
- Update to 2.1.5.
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Sep 7 2024 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.2-1
- Update to 2.1.2.
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 2.0.27-4
- convert license to SPDX
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.27-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 2.0.27-2
- Rebuilt for Python 3.13
* Thu Apr 4 2024 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.27-1
- Update to 2.0.27.