diff --git a/repack.sh b/repack.sh index 5b3cb47..06b2fa0 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.9.4 +version=1.9.5 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 83cfa98..b925ce5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dadb7e4becbdccf29a4c8f7be5a0ec7f waf-1.9.4.stripped.tar.bz2 +9df5d9c03aa08d86453e908d51b79868 waf-1.9.5.stripped.tar.bz2 diff --git a/waf.spec b/waf.spec index 5679e76..8ae5709 100644 --- a/waf.spec +++ b/waf.spec @@ -16,7 +16,7 @@ %undefine prerel Name: waf -Version: 1.9.4 +Version: 1.9.5 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 +* Mon Oct 10 2016 Thomas Moschny <thomas.moschny@gmx.de> - 1.9.5-1 +- Update to 1.9.5. + * Sat Sep 24 2016 Thomas Moschny <thomas.moschny@gmx.de> - 1.9.4-1 - Update to 1.9.4.