Update to 1.6.4.

epel8
Thomas Moschny 14 years ago
parent 58a9c2acd5
commit a5b6c58d17

1
.gitignore vendored

@ -2,3 +2,4 @@ waf-1.5.18.stripped.tar.bz2
/waf-1.5.19.stripped.tar.bz2 /waf-1.5.19.stripped.tar.bz2
/waf-1.6.2.stripped.tar.bz2 /waf-1.6.2.stripped.tar.bz2
/waf-1.6.3.stripped.tar.bz2 /waf-1.6.3.stripped.tar.bz2
/waf-1.6.4.stripped.tar.bz2

@ -1,6 +1,6 @@
#! /bin/bash #! /bin/bash
version=1.6.3 version=1.6.4
src=waf-${version}.tar.bz2 src=waf-${version}.tar.bz2
dst=${src%.tar.bz2}.stripped.tar.bz2 dst=${src%.tar.bz2}.stripped.tar.bz2

@ -1 +1 @@
53ba169d5b59dc531a51a4873521f11c waf-1.6.3.stripped.tar.bz2 4942858f48533826909a3334daf28454 waf-1.6.4.stripped.tar.bz2

@ -9,8 +9,8 @@
%global with_docs 1 %global with_docs 1
Name: waf Name: waf
Version: 1.6.3 Version: 1.6.4
Release: 2%{?dist} Release: 1%{?dist}
Summary: A Python-based build system Summary: A Python-based build system
Group: Development/Tools Group: Development/Tools
# The entire source code is BSD apart from pproc.py (taken from Python 2.5) # The entire source code is BSD apart from pproc.py (taken from Python 2.5)
@ -140,6 +140,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Sun Apr 17 2011 Thomas Moschny <thomas.moschny@gmx.de> - 1.6.4-1
- Update to 1.6.4.
* Sat Apr 9 2011 Thomas Moschny <thomas.moschny@gmx.de> - 1.6.3-2 * Sat Apr 9 2011 Thomas Moschny <thomas.moschny@gmx.de> - 1.6.3-2
- Use python-sphinx10 where available. - Use python-sphinx10 where available.
- Turn off standard brp-python-bytecompile only when building the - Turn off standard brp-python-bytecompile only when building the

Loading…
Cancel
Save