[waf] Update to 1.7.14.

Thomas Moschny thm at fedoraproject.org
Tue Jan 7 18:20:04 UTC 2014


commit 12a1b3dac99d0e65fe23241497bdca9ca2369734
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Tue Jan 7 19:15:57 2014 +0100

    Update to 1.7.14.

 .gitignore |    1 +
 repack.sh  |    2 +-
 sources    |    2 +-
 waf.spec   |    5 ++++-
 4 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dc35570..9d42e62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /waf-1.7.10.stripped.tar.bz2
 /waf-1.7.11.stripped.tar.bz2
 /waf-1.7.13.stripped.tar.bz2
+/waf-1.7.14.stripped.tar.bz2
diff --git a/repack.sh b/repack.sh
index 132146a..c412eb1 100755
--- a/repack.sh
+++ b/repack.sh
@@ -1,6 +1,6 @@
 #! /bin/bash
 
-version=1.7.13
+version=1.7.14
 prerel=
 
 src=waf-${version}${prerel}.tar.bz2
diff --git a/sources b/sources
index 19c2433..687e7aa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aec916b42f4305868fd77adc8959ca2a  waf-1.7.13.stripped.tar.bz2
+b0844c520e9091d3a67fe256268656f8  waf-1.7.14.stripped.tar.bz2
diff --git a/waf.spec b/waf.spec
index 7259176..28808ef 100644
--- a/waf.spec
+++ b/waf.spec
@@ -13,7 +13,7 @@
 %undefine prerel
 
 Name:           waf
-Version:        1.7.13
+Version:        1.7.14
 Release:        %{?prerel:0.}1%{?prerel:.%prerel}%{?dist}
 Summary:        A Python-based build system
 Group:          Development/Tools
@@ -216,6 +216,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jan  7 2014 Thomas Moschny <thomas.moschny at gmx.de> - 1.7.14-1
+- Update to 1.7.14.
+
 * Tue Sep 10 2013 Thomas Moschny <thomas.moschny at gmx.de> - 1.7.13-1
 - Update to 1.7.13.
 


More information about the scm-commits mailing list