[waf] Update to 1.7.8.

Thomas Moschny thm at fedoraproject.org
Fri Dec 21 20:47:02 UTC 2012


commit cbab6b4849e028e69e00070dae5485c11486cf97
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Fri Dec 21 21:40:40 2012 +0100

    Update to 1.7.8.

 .gitignore |    1 +
 repack.sh  |    2 +-
 sources    |    2 +-
 waf.spec   |    5 ++++-
 4 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e9f74f..5f91da0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/repack.sh b/repack.sh
index 188882b..59bd4e1 100755
--- a/repack.sh
+++ b/repack.sh
@@ -1,6 +1,6 @@
 #! /bin/bash
 
-version=1.7.7
+version=1.7.8
 prerel=
 
 src=waf-${version}${prerel}.tar.bz2
diff --git a/sources b/sources
index df617c4..fdbc3ef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3df0990908597196b1872c35c49412dd  waf-1.7.7.stripped.tar.bz2
+d61e33fe3dd0702f2d6fb0a36b685989  waf-1.7.8.stripped.tar.bz2
diff --git a/waf.spec b/waf.spec
index 45e8616..b5c5b53 100644
--- a/waf.spec
+++ b/waf.spec
@@ -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 at gmx.de> - 1.7.8-1
+- Update to 1.7.8.
+
 * Sun Dec 16 2012 Thomas Moschny <thomas.moschny at gmx.de> - 1.7.7-1
 - Update to 1.7.7.
 


More information about the scm-commits mailing list