diff --git a/repack.sh b/repack.sh index 25db95c..5b3cb47 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.9.3 +version=1.9.4 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 25cb14b..83cfa98 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -836a277e6231da55e53d6a551563e198 waf-1.9.3.stripped.tar.bz2 +dadb7e4becbdccf29a4c8f7be5a0ec7f waf-1.9.4.stripped.tar.bz2 diff --git a/waf.spec b/waf.spec index 6556b44..5679e76 100644 --- a/waf.spec +++ b/waf.spec @@ -16,7 +16,7 @@ %undefine prerel Name: waf -Version: 1.9.3 +Version: 1.9.4 Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist} Summary: A Python-based build system Group: Development/Tools @@ -222,6 +222,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Sat Sep 24 2016 Thomas Moschny - 1.9.4-1 +- Update to 1.9.4. + * Sat Aug 27 2016 Thomas Moschny - 1.9.3-1 - Update to 1.9.3.