Update to 1.7.16.

- Update download URL.
epel8
Thomas Moschny 11 years ago
parent 482095d0fc
commit 3c73cb55b5

1
.gitignore vendored

@ -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

@ -1,6 +1,6 @@
#! /bin/bash
version=1.7.15
version=1.7.16
prerel=
src=waf-${version}${prerel}.tar.bz2

@ -1 +1 @@
9387d390b9a5e9fedf0ef775a30f5b92 waf-1.7.15.stripped.tar.bz2
1be4736dfaa590e80ed55adbda203a1f waf-1.7.16.stripped.tar.bz2

@ -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 <thomas.moschny@gmx.de> - 1.7.16-1
- Update to 1.7.16.
- Update download URL.
* Sat Jan 25 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.15-1
- Update to 1.7.15.
- Modernize spec file.

Loading…
Cancel
Save