Update to 1.9.10.

epel8
Thomas Moschny 8 years ago
parent c20554ceb5
commit d9fdadc48f

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

@ -1 +1 @@
SHA512 (waf-1.9.9.stripped.tar.bz2) = 6a8fd102483a5253b30256f9544bf6d57488b7baacd2c6ab694c1c573a9e93e2c9e52f7dc094985e5b6fb97065a3cd3541e034030358e2ae1f99ecd7f38447b8
SHA512 (waf-1.9.10.stripped.tar.bz2) = 880cefae1ba40aeeadccf118f823cead6470a9c51f7ae264b7d9fa14b139e5d9affb6e7c0bb478c17513fe11e8b21760d0ee1df9d328ca6cb63dd3bd63c6fba8

@ -26,7 +26,7 @@
%endif
Name: waf
Version: 1.9.9
Version: 1.9.10
Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist}
Summary: A Python-based build system
Group: Development/Tools
@ -258,6 +258,9 @@ rm -f docs/sphinx/build/html/.buildinfo
%changelog
* Sun Apr 23 2017 Thomas Moschny <thomas.moschny@gmx.de> - 1.9.10-1
- Update to 1.9.10.
* Wed Apr 5 2017 Thomas Moschny <thomas.moschny@gmx.de> - 1.9.9-1
- Update to 1.9.9.
- Use alternatives to manage %%{_bindir}/waf (rhbz#1404699).

Loading…
Cancel
Save