diff --git a/.gitignore b/.gitignore index 38083b4..2cc9f2f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /waf-1.7.13.stripped.tar.bz2 /waf-1.7.14.stripped.tar.bz2 /waf-1.7.15.stripped.tar.bz2 +/waf-1.7.16.stripped.tar.bz2 diff --git a/repack.sh b/repack.sh index 6ebe45f..9e4a260 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.7.15 +version=1.7.16 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index f82164f..16eaf33 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9387d390b9a5e9fedf0ef775a30f5b92 waf-1.7.15.stripped.tar.bz2 +1be4736dfaa590e80ed55adbda203a1f waf-1.7.16.stripped.tar.bz2 diff --git a/waf.spec b/waf.spec index 98cb167..825b33a 100644 --- a/waf.spec +++ b/waf.spec @@ -13,7 +13,7 @@ %undefine prerel Name: waf -Version: 1.7.15 +Version: 1.7.16 Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist} Summary: A Python-based build system Group: Development/Tools @@ -21,9 +21,9 @@ Group: Development/Tools License: BSD and Python URL: http://code.google.com/p/waf/ # Original tarfile can be found at -# http://waf.googlecode.com/files/waf-%%{version}.tar.bz2 +# http://ftp.waf.io/pub/release/waf-%%{version}.tar.bz2 # We remove: -# - /docs/book, licensed CC BY-NC-ND +# - docs/book, licensed CC BY-NC-ND # - Waf logos, licensed CC BY-NC Source: waf-%{version}%{?prerel}.stripped.tar.bz2 Patch0: waf-1.6.2-libdir.patch @@ -209,6 +209,10 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Fri Mar 21 2014 Thomas Moschny - 1.7.16-1 +- Update to 1.7.16. +- Update download URL. + * Sat Jan 25 2014 Thomas Moschny - 1.7.15-1 - Update to 1.7.15. - Modernize spec file.