Update to 1.8.4.

epel8
Thomas Moschny 10 years ago
parent 568dddb1dd
commit 2c09874197

1
.gitignore vendored

@ -18,3 +18,4 @@
/waf-1.7.15.stripped.tar.bz2
/waf-1.7.16.stripped.tar.bz2
/waf-1.8.2.stripped.tar.bz2
/waf-1.8.4.stripped.tar.bz2

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

@ -1 +1 @@
00f4e60b66adfd6e256c913046cf79d4 waf-1.8.2.stripped.tar.bz2
2f1391ab8135b207670d38e861c5a98a waf-1.8.4.stripped.tar.bz2

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

Loading…
Cancel
Save