Update to 2.0.25.

epel8
Thomas Moschny 2 years ago
parent 1af427026a
commit 30a97f5f0e

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

@ -1 +1 @@
SHA512 (waf-2.0.24.stripped.tar.bz2) = 56771854356597345da19607d2c2c23fc69d8dc10ad77bb3007a0be239511318bb480d3c6f7ede0a12399e4cff0e73a00a56b9ccf612ade7b3618bd0cc6056a2
SHA512 (waf-2.0.25.stripped.tar.bz2) = 828b7b67d906883bb608826416567cddc8a96bf022e48ef6fd8606f55bf045723bafbe3e60b02963f384536cef38b1440e7280ed26154202582b567b17af2d2e

@ -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 <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

Loading…
Cancel
Save