diff --git a/.gitignore b/.gitignore index 6a2167a..df6b61b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1 @@ -waf-1.5.18.stripped.tar.bz2 -/waf-1.5.19.stripped.tar.bz2 -/waf-1.6.2.stripped.tar.bz2 -/waf-1.6.3.stripped.tar.bz2 -/waf-1.6.4.stripped.tar.bz2 -/waf-1.6.6.stripped.tar.bz2 -/waf-1.6.8.stripped.tar.bz2 -/waf-1.6.9.stripped.tar.bz2 -/waf-1.6.10.stripped.tar.bz2 +/waf-1.6.11.stripped.tar.bz2 diff --git a/repack.sh b/repack.sh index f32355c..6170517 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.6.10 +version=1.6.11 src=waf-${version}.tar.bz2 dst=${src%.tar.bz2}.stripped.tar.bz2 diff --git a/sources b/sources index 5e44827..44b307e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7402024d472d80357bad08844d038a09 waf-1.6.10.stripped.tar.bz2 +87a22e5dd54e36e164fb2e44007b11b2 waf-1.6.11.stripped.tar.bz2 diff --git a/waf.spec b/waf.spec index 6433060..028703f 100644 --- a/waf.spec +++ b/waf.spec @@ -10,8 +10,8 @@ %global with_docs 1 Name: waf -Version: 1.6.10 -Release: 2%{?dist} +Version: 1.6.11 +Release: 1%{?dist} Summary: A Python-based build system Group: Development/Tools # The entire source code is BSD apart from pproc.py (taken from Python 2.5) @@ -116,7 +116,7 @@ pushd docs/sphinx %if ! 0%{?fedora > 13} export SPHINX_BUILD=sphinx-1.0-build %endif -../../waf configure build +../../waf -v configure build popd %endif # with_docs @@ -199,6 +199,10 @@ rm -rf %{buildroot} %changelog +* Mon Feb 6 2012 Michel Salim - 1.6.11-1 +- Update to 1.6.11 +- Build in verbose mode + * Sat Jan 14 2012 Fedora Release Engineering - 1.6.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild