diff --git a/.gitignore b/.gitignore index ce42f0a..a6fe6fe 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/repack.sh b/repack.sh index e7892cc..8cd1857 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.8.2 +version=1.8.4 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 278922e..24ca876 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -00f4e60b66adfd6e256c913046cf79d4 waf-1.8.2.stripped.tar.bz2 +2f1391ab8135b207670d38e861c5a98a waf-1.8.4.stripped.tar.bz2 diff --git a/waf.spec b/waf.spec index 9713a39..46739a4 100644 --- a/waf.spec +++ b/waf.spec @@ -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 - 1.8.4-1 +- Update to 1.8.4. + * Sun Oct 12 2014 Thomas Moschny - 1.8.2-1 - Update to 1.8.2.