Update to 2.0.19.

epel8
Thomas Moschny 5 years ago
parent ed708c72d4
commit 035d75a73a

@ -1,6 +1,6 @@
#! /bin/bash
version=2.0.18
version=2.0.19
prerel=
src=waf-${version}${prerel}.tar.bz2

@ -1 +1 @@
SHA512 (waf-2.0.18.stripped.tar.bz2) = 160a41ba6c57ad1698a0065bfa9fa15a4f379ccade7a5534923176ddf9c8eac528f7642dc7be0679c0694e27abba1a7eade344a8521d1d7bc252db7cb8c23cdb
SHA512 (waf-2.0.19.stripped.tar.bz2) = 03fb06fb3d4002b583df2f55959154502ae1c14eb4ad0671bff5f48a5d3546f9c7f2d1e2cbd83448c9e9c1d2ecc30fb3c6d68479508f8b884193a96cc9bd2c9f

@ -1,6 +1,6 @@
Name: waf
Version: 2.0.18
Release: 2%{?dist}
Version: 2.0.19
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 Nov 28 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.19-1
- Update to 2.0.19.
* Tue Oct 8 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.18-2
- Make waf Python3-only (#1753963).
- Spec file modernization and cleanups.

Loading…
Cancel
Save