diff --git a/repack.sh b/repack.sh index 1105afb..c6d77e1 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.8.18 +version=1.8.19 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index dba35b8..bd012f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03097a846d4c0c42e1712a213bfffef3 waf-1.8.18.stripped.tar.bz2 +8a55fc783383b72c253b1f8df93f40bf waf-1.8.19.stripped.tar.bz2 diff --git a/waf.spec b/waf.spec index a86d621..eb0642a 100644 --- a/waf.spec +++ b/waf.spec @@ -13,7 +13,7 @@ %undefine prerel Name: waf -Version: 1.8.18 +Version: 1.8.19 Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist} Summary: A Python-based build system Group: Development/Tools @@ -209,6 +209,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Mon Feb 1 2016 Thomas Moschny - 1.8.19-1 +- Update to 1.8.19. + * Sat Jan 9 2016 Thomas Moschny - 1.8.18-1 - Update to 1.8.18.