Update to 2.0.18.

epel8
Thomas Moschny 5 years ago
parent 3bd4f74950
commit d8aee9e23d

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

@ -1 +1 @@
SHA512 (waf-2.0.17.stripped.tar.bz2) = 80b85d066326dabc9c828af86d720ac61772e96d171eb3532481e41055b3bac7db96b5579efb460522248eab43eee7dd6ec658151bd1349d22f6746919f441f9 SHA512 (waf-2.0.18.stripped.tar.bz2) = 160a41ba6c57ad1698a0065bfa9fa15a4f379ccade7a5534923176ddf9c8eac528f7642dc7be0679c0694e27abba1a7eade344a8521d1d7bc252db7cb8c23cdb

@ -16,8 +16,8 @@
%global waf_py2_priority 20 %global waf_py2_priority 20
Name: waf Name: waf
Version: 2.0.17 Version: 2.0.18
Release: 4%{?dist} Release: 1%{?dist}
Summary: A Python-based build system Summary: A Python-based build system
# The entire source code is BSD apart from pproc.py (taken from Python 2.5) # The entire source code is BSD apart from pproc.py (taken from Python 2.5)
License: BSD and Python License: BSD and Python
@ -243,6 +243,9 @@ rm -f docs/sphinx/build/html/.buildinfo
%changelog %changelog
* Sat Oct 5 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.18-1
- Update to 2.0.18.
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.0.17-4 * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.0.17-4
- Rebuilt for Python 3.8.0rc1 (#1748018) - Rebuilt for Python 3.8.0rc1 (#1748018)

Loading…
Cancel
Save