Update to 1.7.9.

epel8
Thomas Moschny 12 years ago
parent cbab6b4849
commit 14d77a8be8

1
.gitignore vendored

@ -10,3 +10,4 @@
/waf-1.7.6.stripped.tar.bz2
/waf-1.7.7.stripped.tar.bz2
/waf-1.7.8.stripped.tar.bz2
/waf-1.7.9.stripped.tar.bz2

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

@ -1 +1 @@
d61e33fe3dd0702f2d6fb0a36b685989 waf-1.7.8.stripped.tar.bz2
7e33d306ecba3a35e18ab82aab72e1df waf-1.7.9.stripped.tar.bz2

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

Loading…
Cancel
Save