Update to 2.0.17.

epel8
Thomas Moschny 6 years ago
parent 3c889e8a96
commit c7b44d8697

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

@ -1 +1 @@
SHA512 (waf-2.0.16.stripped.tar.bz2) = 58d9221c5851fa86deb44876ae4c8544b597111ee9dd83b5ee9d6cd27dc36d7e6f24e4cf5209f04dd4c045afe462ae15bf33a530c77adf0f1acdc3ec161947d0 SHA512 (waf-2.0.17.stripped.tar.bz2) = 80b85d066326dabc9c828af86d720ac61772e96d171eb3532481e41055b3bac7db96b5579efb460522248eab43eee7dd6ec658151bd1349d22f6746919f441f9

@ -16,7 +16,7 @@
%global waf_py2_priority 20 %global waf_py2_priority 20
Name: waf Name: waf
Version: 2.0.16 Version: 2.0.17
Release: 1%{?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)
@ -243,6 +243,9 @@ rm -f docs/sphinx/build/html/.buildinfo
%changelog %changelog
* Wed Jun 5 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.17-1
- Update to 2.0.17.
* Sun May 19 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.16-1 * Sun May 19 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.16-1
- Update to 2.0.16. - Update to 2.0.16.

Loading…
Cancel
Save