[waf] Update to 1.7.4.

Thomas Moschny thm at fedoraproject.org
Wed Sep 26 16:53:11 UTC 2012


commit b76d21f8b0e01ea346ac192ff0a0034c042e9eab
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Wed Sep 26 18:51:44 2012 +0200

    Update to 1.7.4.

 .gitignore |    1 +
 repack.sh  |    2 +-
 sources    |    2 +-
 waf.spec   |    5 ++++-
 4 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 20fb36e..6b51d05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /waf-1.7.0.stripped.tar.bz2
 /waf-1.7.1.stripped.tar.bz2
 /waf-1.7.2.stripped.tar.bz2
+/waf-1.7.4.stripped.tar.bz2
diff --git a/repack.sh b/repack.sh
index 3850e0c..3173baa 100755
--- a/repack.sh
+++ b/repack.sh
@@ -1,6 +1,6 @@
 #! /bin/bash
 
-version=1.7.2
+version=1.7.4
 prerel=
 
 src=waf-${version}${prerel}.tar.bz2
diff --git a/sources b/sources
index 058a669..766c371 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a27ddfae3eb0b83c12a4360050ab4f6b  waf-1.7.2.stripped.tar.bz2
+bf9e39b587eb7b46bf6f270afbc31cdb  waf-1.7.4.stripped.tar.bz2
diff --git a/waf.spec b/waf.spec
index 6d3173c..6f3cb95 100644
--- a/waf.spec
+++ b/waf.spec
@@ -13,7 +13,7 @@
 %undefine prerel
 
 Name:           waf
-Version:        1.7.2
+Version:        1.7.4
 Release:        %{?prerel:0.}1%{?prerel:.%prerel}%{?dist}
 Summary:        A Python-based build system
 Group:          Development/Tools
@@ -209,6 +209,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Sep 26 2012 Thomas Moschny <thomas.moschny at gmx.de> - 1.7.4-1
+- Update to 1.7.4.
+
 * Mon Aug  6 2012 Thomas Moschny <thomas.moschny at gmx.de> - 1.7.2-1
 - Update to 1.7.2.
 


More information about the scm-commits mailing list