diff --git a/.gitignore b/.gitignore index b835c11..e9257e8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /waf-1.7.7.stripped.tar.bz2 /waf-1.7.8.stripped.tar.bz2 /waf-1.7.9.stripped.tar.bz2 +/waf-1.7.10.stripped.tar.bz2 diff --git a/repack.sh b/repack.sh index d02893c..3c3c547 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.7.9 +version=1.7.10 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 07ca81b..806169a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7e33d306ecba3a35e18ab82aab72e1df waf-1.7.9.stripped.tar.bz2 +2a5ad0186783c93537f7c34b1ef993ce waf-1.7.10.stripped.tar.bz2 diff --git a/waf.spec b/waf.spec index ea69527..115f29b 100644 --- a/waf.spec +++ b/waf.spec @@ -13,8 +13,8 @@ %undefine prerel Name: waf -Version: 1.7.9 -Release: %{?prerel:0.}2%{?prerel:.%prerel}%{?dist} +Version: 1.7.10 +Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?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) @@ -216,6 +216,9 @@ rm -rf %{buildroot} %changelog +* Fri Mar 22 2013 Thomas Moschny - 1.7.10-1 +- Update to 1.7.10. + * Sat Mar 9 2013 Thomas Moschny - 1.7.9-2 - Add fix for FTBFS bug rhbz#914566.