Update to 1.7.14.

epel8
Thomas Moschny 11 years ago
parent 0c90a3c711
commit 12a1b3dac9

1
.gitignore vendored

@ -14,3 +14,4 @@
/waf-1.7.10.stripped.tar.bz2
/waf-1.7.11.stripped.tar.bz2
/waf-1.7.13.stripped.tar.bz2
/waf-1.7.14.stripped.tar.bz2

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

@ -1 +1 @@
aec916b42f4305868fd77adc8959ca2a waf-1.7.13.stripped.tar.bz2
b0844c520e9091d3a67fe256268656f8 waf-1.7.14.stripped.tar.bz2

@ -13,7 +13,7 @@
%undefine prerel
Name: waf
Version: 1.7.13
Version: 1.7.14
Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist}
Summary: A Python-based build system
Group: Development/Tools
@ -216,6 +216,9 @@ rm -rf %{buildroot}
%changelog
* Tue Jan 7 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.14-1
- Update to 1.7.14.
* Tue Sep 10 2013 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.13-1
- Update to 1.7.13.

Loading…
Cancel
Save