Update to 1.8.5.

epel8
Thomas Moschny 10 years ago
parent 2c09874197
commit 0b21f39c3e

1
.gitignore vendored

@ -19,3 +19,4 @@
/waf-1.7.16.stripped.tar.bz2
/waf-1.8.2.stripped.tar.bz2
/waf-1.8.4.stripped.tar.bz2
/waf-1.8.5.stripped.tar.bz2

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

@ -1 +1 @@
2f1391ab8135b207670d38e861c5a98a waf-1.8.4.stripped.tar.bz2
953d7bba1a0aaa6fbe1a99246a7bfd4d waf-1.8.5.stripped.tar.bz2

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

Loading…
Cancel
Save