Update to 1.7.8.

epel8
Thomas Moschny 12 years ago
parent 3d4cdfd39e
commit cbab6b4849

1
.gitignore vendored

@ -9,3 +9,4 @@
/waf-1.7.5.stripped.tar.bz2
/waf-1.7.6.stripped.tar.bz2
/waf-1.7.7.stripped.tar.bz2
/waf-1.7.8.stripped.tar.bz2

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

@ -1 +1 @@
3df0990908597196b1872c35c49412dd waf-1.7.7.stripped.tar.bz2
d61e33fe3dd0702f2d6fb0a36b685989 waf-1.7.8.stripped.tar.bz2

@ -13,7 +13,7 @@
%undefine prerel
Name: waf
Version: 1.7.7
Version: 1.7.8
Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist}
Summary: A Python-based build system
Group: Development/Tools
@ -209,6 +209,9 @@ rm -rf %{buildroot}
%changelog
* Fri Dec 21 2012 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.8-1
- Update to 1.7.8.
* Sun Dec 16 2012 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.7-1
- Update to 1.7.7.

Loading…
Cancel
Save