Update to 1.7.11.

epel8
Thomas Moschny 12 years ago
parent 46ad5f7763
commit 88b9cd243c

1
.gitignore vendored

@ -12,3 +12,4 @@
/waf-1.7.8.stripped.tar.bz2
/waf-1.7.9.stripped.tar.bz2
/waf-1.7.10.stripped.tar.bz2
/waf-1.7.11.stripped.tar.bz2

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

@ -1 +1 @@
2a5ad0186783c93537f7c34b1ef993ce waf-1.7.10.stripped.tar.bz2
33d703c2672c0cbbae76cb7dec518dac waf-1.7.11.stripped.tar.bz2

@ -13,7 +13,7 @@
%undefine prerel
Name: waf
Version: 1.7.10
Version: 1.7.11
Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist}
Summary: A Python-based build system
Group: Development/Tools
@ -216,6 +216,9 @@ rm -rf %{buildroot}
%changelog
* Sun May 26 2013 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.11-1
- Update to 1.7.11.
* Fri Mar 22 2013 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.10-1
- Update to 1.7.10.

Loading…
Cancel
Save