Update to 1.7.10.

epel8
Thomas Moschny 12 years ago
parent 47d5254e98
commit 46ad5f7763

1
.gitignore vendored

@ -11,3 +11,4 @@
/waf-1.7.7.stripped.tar.bz2
/waf-1.7.8.stripped.tar.bz2
/waf-1.7.9.stripped.tar.bz2
/waf-1.7.10.stripped.tar.bz2

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

@ -1 +1 @@
7e33d306ecba3a35e18ab82aab72e1df waf-1.7.9.stripped.tar.bz2
2a5ad0186783c93537f7c34b1ef993ce waf-1.7.10.stripped.tar.bz2

@ -13,8 +13,8 @@
%undefine prerel
Name: waf
Version: 1.7.9
Release: %{?prerel:0.}2%{?prerel:.%prerel}%{?dist}
Version: 1.7.10
Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist}
Summary: A Python-based build system
Group: Development/Tools
# The entire source code is BSD apart from pproc.py (taken from Python 2.5)
@ -216,6 +216,9 @@ rm -rf %{buildroot}
%changelog
* Fri Mar 22 2013 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.10-1
- Update to 1.7.10.
* Sat Mar 9 2013 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.9-2
- Add fix for FTBFS bug rhbz#914566.

Loading…
Cancel
Save