Update to 1.8.7.

epel8
Thomas Moschny 10 years ago
parent 9c83b689d2
commit 17f7b897eb

1
.gitignore vendored

@ -21,3 +21,4 @@
/waf-1.8.4.stripped.tar.bz2
/waf-1.8.5.stripped.tar.bz2
/waf-1.8.6.stripped.tar.bz2
/waf-1.8.7.stripped.tar.bz2

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

@ -1 +1 @@
142832b1ed7a0519b42c8d6606a424e5 waf-1.8.6.stripped.tar.bz2
dd1ab8ca1c5be6d79b17124df0ad64f5 waf-1.8.7.stripped.tar.bz2

@ -13,7 +13,7 @@
%undefine prerel
Name: waf
Version: 1.8.6
Version: 1.8.7
Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist}
Summary: A Python-based build system
Group: Development/Tools
@ -199,6 +199,9 @@ rm -f docs/sphinx/build/html/.buildinfo
%changelog
* Sun Mar 1 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.7-1
- Update to 1.8.7.
* Sun Feb 22 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.6-1
- Update to 1.8.6.

Loading…
Cancel
Save