[waf] Update to 1.7.5.

Thomas Moschny thm at fedoraproject.org
Tue Oct 2 09:00:53 UTC 2012


commit 45dbf7c85e683eff94d2a5b402df17b751a6379c
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Tue Oct 2 10:59:40 2012 +0200

    Update to 1.7.5.

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


More information about the scm-commits mailing list