diff --git a/.gitignore b/.gitignore index 9c27628..8ddea36 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /waf-1.7.2.stripped.tar.bz2 /waf-1.7.4.stripped.tar.bz2 /waf-1.7.5.stripped.tar.bz2 +/waf-1.7.6.stripped.tar.bz2 diff --git a/repack.sh b/repack.sh index b8851a6..78321f5 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.7.5 +version=1.7.6 prerel= src=waf-${version}${prerel}.tar.bz2 @@ -14,7 +14,6 @@ bzip2 -d ${dst} tar --delete --file=${dst%.bz2} \ waf-${version}/docs/book \ waf-${version}/docs/sphinx/_images/waf-64x64.png \ - waf-${version}/docs/gfx/waflogo.svg \ waf-${version}/docs/slides/presentation/gfx/waflogo.svg bzip2 ${dst%.bz2} diff --git a/sources b/sources index e23b8c4..fb58ad2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a5126cea24365755f0f7ff648278c22 waf-1.7.5.stripped.tar.bz2 +5f8cf42743aa00232b93b6bad76e1755 waf-1.7.6.stripped.tar.bz2 diff --git a/waf.spec b/waf.spec index 486bcae..6895f76 100644 --- a/waf.spec +++ b/waf.spec @@ -13,7 +13,7 @@ %undefine prerel Name: waf -Version: 1.7.5 +Version: 1.7.6 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 Nov 20 2012 Thomas Moschny - 1.7.6-1 +- Update to 1.7.6. + * Tue Oct 2 2012 Thomas Moschny - 1.7.5-1 - Update to 1.7.5.