[waf] Update to 1.7.7.

Thomas Moschny thm at fedoraproject.org
Sun Dec 16 23:11:53 UTC 2012


commit 3d4cdfd39e214657a92022ed6022d1e52840407c
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Mon Dec 17 00:11:08 2012 +0100

    Update to 1.7.7.

 .gitignore |    1 +
 repack.sh  |    2 +-
 sources    |    2 +-
 waf.spec   |    5 ++++-
 4 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8ddea36..6e9f74f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /waf-1.7.4.stripped.tar.bz2
 /waf-1.7.5.stripped.tar.bz2
 /waf-1.7.6.stripped.tar.bz2
+/waf-1.7.7.stripped.tar.bz2
diff --git a/repack.sh b/repack.sh
index 78321f5..188882b 100755
--- a/repack.sh
+++ b/repack.sh
@@ -1,6 +1,6 @@
 #! /bin/bash
 
-version=1.7.6
+version=1.7.7
 prerel=
 
 src=waf-${version}${prerel}.tar.bz2
diff --git a/sources b/sources
index fb58ad2..df617c4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5f8cf42743aa00232b93b6bad76e1755  waf-1.7.6.stripped.tar.bz2
+3df0990908597196b1872c35c49412dd  waf-1.7.7.stripped.tar.bz2
diff --git a/waf.spec b/waf.spec
index 6895f76..45e8616 100644
--- a/waf.spec
+++ b/waf.spec
@@ -13,7 +13,7 @@
 %undefine prerel
 
 Name:           waf
-Version:        1.7.6
+Version:        1.7.7
 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 Dec 16 2012 Thomas Moschny <thomas.moschny at gmx.de> - 1.7.7-1
+- Update to 1.7.7.
+
 * Tue Nov 20 2012 Thomas Moschny <thomas.moschny at gmx.de> - 1.7.6-1
 - Update to 1.7.6.
 


More information about the scm-commits mailing list