diff --git a/.gitignore b/.gitignore index dc35570..9d42e62 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /waf-1.7.10.stripped.tar.bz2 /waf-1.7.11.stripped.tar.bz2 /waf-1.7.13.stripped.tar.bz2 +/waf-1.7.14.stripped.tar.bz2 diff --git a/repack.sh b/repack.sh index 132146a..c412eb1 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.7.13 +version=1.7.14 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 19c2433..687e7aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aec916b42f4305868fd77adc8959ca2a waf-1.7.13.stripped.tar.bz2 +b0844c520e9091d3a67fe256268656f8 waf-1.7.14.stripped.tar.bz2 diff --git a/waf.spec b/waf.spec index 7259176..28808ef 100644 --- a/waf.spec +++ b/waf.spec @@ -13,7 +13,7 @@ %undefine prerel Name: waf -Version: 1.7.13 +Version: 1.7.14 Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist} Summary: A Python-based build system Group: Development/Tools @@ -216,6 +216,9 @@ rm -rf %{buildroot} %changelog +* Tue Jan 7 2014 Thomas Moschny - 1.7.14-1 +- Update to 1.7.14. + * Tue Sep 10 2013 Thomas Moschny - 1.7.13-1 - Update to 1.7.13.