Update to 1.8.6.

epel8
Thomas Moschny 10 years ago
parent 0b21f39c3e
commit 9c83b689d2

1
.gitignore vendored

@ -20,3 +20,4 @@
/waf-1.8.2.stripped.tar.bz2
/waf-1.8.4.stripped.tar.bz2
/waf-1.8.5.stripped.tar.bz2
/waf-1.8.6.stripped.tar.bz2

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

@ -1 +1 @@
953d7bba1a0aaa6fbe1a99246a7bfd4d waf-1.8.5.stripped.tar.bz2
142832b1ed7a0519b42c8d6606a424e5 waf-1.8.6.stripped.tar.bz2

@ -13,7 +13,7 @@
%undefine prerel
Name: waf
Version: 1.8.5
Version: 1.8.6
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 Feb 22 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.6-1
- Update to 1.8.6.
* Thu Dec 18 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.5-1
- Update to 1.8.5.

Loading…
Cancel
Save