diff --git a/.gitignore b/.gitignore index 6b51d05..9c27628 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /waf-1.7.1.stripped.tar.bz2 /waf-1.7.2.stripped.tar.bz2 /waf-1.7.4.stripped.tar.bz2 +/waf-1.7.5.stripped.tar.bz2 diff --git a/repack.sh b/repack.sh index 3173baa..b8851a6 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.7.4 +version=1.7.5 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 766c371..e23b8c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf9e39b587eb7b46bf6f270afbc31cdb waf-1.7.4.stripped.tar.bz2 +6a5126cea24365755f0f7ff648278c22 waf-1.7.5.stripped.tar.bz2 diff --git a/waf.spec b/waf.spec index 6f3cb95..486bcae 100644 --- a/waf.spec +++ b/waf.spec @@ -13,7 +13,7 @@ %undefine prerel Name: waf -Version: 1.7.4 +Version: 1.7.5 Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist} Summary: A Python-based build system Group: Development/Tools @@ -209,6 +209,9 @@ rm -rf %{buildroot} %changelog +* Tue Oct 2 2012 Thomas Moschny - 1.7.5-1 +- Update to 1.7.5. + * Wed Sep 26 2012 Thomas Moschny - 1.7.4-1 - Update to 1.7.4.