diff --git a/.gitignore b/.gitignore index b875f45..3600b91 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /waf-1.8.6.stripped.tar.bz2 /waf-1.8.7.stripped.tar.bz2 /waf-1.8.8.stripped.tar.bz2 +/waf-1.8.9.stripped.tar.bz2 diff --git a/repack.sh b/repack.sh index 296f3db..ec271cb 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.8.8 +version=1.8.9 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 7d3f8af..dfe634f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c4d59b3101047ad6e1cccfe0d037b8d7 waf-1.8.8.stripped.tar.bz2 +5aaa2557029e1eccc2e67609c12f6267 waf-1.8.9.stripped.tar.bz2 diff --git a/waf.spec b/waf.spec index 576dd39..a2f4ccd 100644 --- a/waf.spec +++ b/waf.spec @@ -13,8 +13,8 @@ %undefine prerel Name: waf -Version: 1.8.8 -Release: %{?prerel:0.}2%{?prerel:.%prerel}%{?dist} +Version: 1.8.9 +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) @@ -201,6 +201,10 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Fri May 1 2015 Thomas Moschny - 1.8.9-1 +- Update to 1.8.9. +- Update upstream URL. + * Sun Apr 19 2015 Thomas Moschny - 1.8.8-2 - Project moved to github.