diff --git a/.gitignore b/.gitignore index b672750..20fb36e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /waf-1.7.0pre5.stripped.tar.bz2 /waf-1.7.0.stripped.tar.bz2 /waf-1.7.1.stripped.tar.bz2 +/waf-1.7.2.stripped.tar.bz2 diff --git a/repack.sh b/repack.sh index 0a22218..3850e0c 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.7.1 +version=1.7.2 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 50a935e..058a669 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -146a88f9d3abbf8f903604fff476c44a waf-1.7.1.stripped.tar.bz2 +a27ddfae3eb0b83c12a4360050ab4f6b waf-1.7.2.stripped.tar.bz2 diff --git a/waf.spec b/waf.spec index ccb5bdd..6d3173c 100644 --- a/waf.spec +++ b/waf.spec @@ -13,7 +13,7 @@ %undefine prerel Name: waf -Version: 1.7.1 +Version: 1.7.2 Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist} Summary: A Python-based build system Group: Development/Tools @@ -209,6 +209,9 @@ rm -rf %{buildroot} %changelog +* Mon Aug 6 2012 Thomas Moschny - 1.7.2-1 +- Update to 1.7.2. + * Sat Aug 4 2012 Thomas Moschny - 1.7.1-1 - Update to 1.7.1. - Remove rhel logic from with_python3 conditional.