Update to 1.8.9.

epel8
Thomas Moschny 10 years ago
parent a096795770
commit 44cbca5250

1
.gitignore vendored

@ -23,3 +23,4 @@
/waf-1.8.6.stripped.tar.bz2 /waf-1.8.6.stripped.tar.bz2
/waf-1.8.7.stripped.tar.bz2 /waf-1.8.7.stripped.tar.bz2
/waf-1.8.8.stripped.tar.bz2 /waf-1.8.8.stripped.tar.bz2
/waf-1.8.9.stripped.tar.bz2

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

@ -1 +1 @@
c4d59b3101047ad6e1cccfe0d037b8d7 waf-1.8.8.stripped.tar.bz2 5aaa2557029e1eccc2e67609c12f6267 waf-1.8.9.stripped.tar.bz2

@ -13,8 +13,8 @@
%undefine prerel %undefine prerel
Name: waf Name: waf
Version: 1.8.8 Version: 1.8.9
Release: %{?prerel:0.}2%{?prerel:.%prerel}%{?dist} Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?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)
@ -201,6 +201,10 @@ rm -f docs/sphinx/build/html/.buildinfo
%changelog %changelog
* Fri May 1 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.9-1
- Update to 1.8.9.
- Update upstream URL.
* Sun Apr 19 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.8-2 * Sun Apr 19 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.8-2
- Project moved to github. - Project moved to github.

Loading…
Cancel
Save