[waf] Update to 1.8.6.

Thomas Moschny thm at fedoraproject.org
Sun Feb 22 21:29:00 UTC 2015


commit 9c83b689d255b6d0bd7fa08f917265bcec6c76e2
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Sun Feb 22 22:27:56 2015 +0100

    Update to 1.8.6.

 .gitignore | 1 +
 repack.sh  | 2 +-
 sources    | 2 +-
 waf.spec   | 5 ++++-
 4 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6abee6c..b7ba92c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /waf-1.8.2.stripped.tar.bz2
 /waf-1.8.4.stripped.tar.bz2
 /waf-1.8.5.stripped.tar.bz2
+/waf-1.8.6.stripped.tar.bz2
diff --git a/repack.sh b/repack.sh
index 1a6180a..94c1e17 100755
--- a/repack.sh
+++ b/repack.sh
@@ -1,6 +1,6 @@
 #! /bin/bash
 
-version=1.8.5
+version=1.8.6
 prerel=
 
 src=waf-${version}${prerel}.tar.bz2
diff --git a/sources b/sources
index f9edbce..483d496 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-953d7bba1a0aaa6fbe1a99246a7bfd4d  waf-1.8.5.stripped.tar.bz2
+142832b1ed7a0519b42c8d6606a424e5  waf-1.8.6.stripped.tar.bz2
diff --git a/waf.spec b/waf.spec
index 137e899..b2182b7 100644
--- a/waf.spec
+++ b/waf.spec
@@ -13,7 +13,7 @@
 %undefine prerel
 
 Name:           waf
-Version:        1.8.5
+Version:        1.8.6
 Release:        %{?prerel:0.}1%{?prerel:.%prerel}%{?dist}
 Summary:        A Python-based build system
 Group:          Development/Tools
@@ -199,6 +199,9 @@ rm -f docs/sphinx/build/html/.buildinfo
 
 
 %changelog
+* Sun Feb 22 2015 Thomas Moschny <thomas.moschny at gmx.de> - 1.8.6-1
+- Update to 1.8.6.
+
 * Thu Dec 18 2014 Thomas Moschny <thomas.moschny at gmx.de> - 1.8.5-1
 - Update to 1.8.5.
 


More information about the scm-commits mailing list