Compare commits
No commits in common. "rawhide" and "f34" have entirely different histories.
3 changed files with 5 additions and 75 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -euxo pipefail
|
||||
|
||||
version=2.1.9
|
||||
version=2.0.23
|
||||
prerel=
|
||||
|
||||
src=waf-${version}${prerel}.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (waf-2.1.9.stripped.tar.bz2) = 51df87254b4826247c36f86ac8df4a2dcb47322dc6747a63f4f2fb78962136d52add1d6089a65d76ff89c800f52715c14991e71216f82419e0733a5914523e05
|
||||
SHA512 (waf-2.0.23.stripped.tar.bz2) = 1d0e34db8e34025ae8eb7480219fe94d523657dcdf547588768a8c0dc2ee486284effec250e0a54619fd21914f24b769a29521500aaf5e5f74b29a4b0dc1c154
|
||||
|
|
|
|||
76
waf.spec
76
waf.spec
|
|
@ -1,13 +1,12 @@
|
|||
Name: waf
|
||||
Version: 2.1.9
|
||||
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)
|
||||
# Automatically converted from old format: BSD and Python - review is highly recommended.
|
||||
License: LicenseRef-Callaway-BSD AND LicenseRef-Callaway-Python
|
||||
License: BSD and Python
|
||||
URL: https://waf.io/
|
||||
# Original tarfile can be found at
|
||||
# https://waf.io/waf-%%{version}.tar.bz2
|
||||
# https://waf.io/waf-%%{version}.tar.bz2 or
|
||||
# We remove waf logos, licensed CC BY-NC
|
||||
Source: waf-%{version}.stripped.tar.bz2
|
||||
Source1: unpack_wafdir.py
|
||||
|
|
@ -138,75 +137,6 @@ 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.
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.26-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Oct 22 2023 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.26-1
|
||||
- Update to 2.0.26.
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.25-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 2.0.25-3
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.25-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Thu Jan 5 2023 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.25-1
|
||||
- Update to 2.0.25.
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.24-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.0.24-2
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Sat May 28 2022 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.24-1
|
||||
- Update to 2.0.24.
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.23-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Dec 22 2021 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.23-1
|
||||
- Update to 2.0.23.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue