Update to 1.7.5.

epel8
Thomas Moschny 12 years ago
parent b76d21f8b0
commit 45dbf7c85e

1
.gitignore vendored

@ -6,3 +6,4 @@
/waf-1.7.1.stripped.tar.bz2
/waf-1.7.2.stripped.tar.bz2
/waf-1.7.4.stripped.tar.bz2
/waf-1.7.5.stripped.tar.bz2

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

@ -1 +1 @@
bf9e39b587eb7b46bf6f270afbc31cdb waf-1.7.4.stripped.tar.bz2
6a5126cea24365755f0f7ff648278c22 waf-1.7.5.stripped.tar.bz2

@ -13,7 +13,7 @@
%undefine prerel
Name: waf
Version: 1.7.4
Version: 1.7.5
Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist}
Summary: A Python-based build system
Group: Development/Tools
@ -209,6 +209,9 @@ rm -rf %{buildroot}
%changelog
* Tue Oct 2 2012 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.5-1
- Update to 1.7.5.
* Wed Sep 26 2012 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.4-1
- Update to 1.7.4.

Loading…
Cancel
Save