[waf] Update to 1.8.7.

Thomas Moschny thm at fedoraproject.org
Sun Mar 1 14:39:26 UTC 2015


commit 17f7b897eb17fd155d3b964d3ed644dedf369d96
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Sun Mar 1 15:35:28 2015 +0100

    Update to 1.8.7.

 .gitignore | 1 +
 repack.sh  | 2 +-
 sources    | 2 +-
 waf.spec   | 5 ++++-
 4 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b7ba92c..e41b612 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /waf-1.8.4.stripped.tar.bz2
 /waf-1.8.5.stripped.tar.bz2
 /waf-1.8.6.stripped.tar.bz2
+/waf-1.8.7.stripped.tar.bz2
diff --git a/repack.sh b/repack.sh
index 94c1e17..ff330b4 100755
--- a/repack.sh
+++ b/repack.sh
@@ -1,6 +1,6 @@
 #! /bin/bash
 
-version=1.8.6
+version=1.8.7
 prerel=
 
 src=waf-${version}${prerel}.tar.bz2
diff --git a/sources b/sources
index 483d496..9429986 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-142832b1ed7a0519b42c8d6606a424e5  waf-1.8.6.stripped.tar.bz2
+dd1ab8ca1c5be6d79b17124df0ad64f5  waf-1.8.7.stripped.tar.bz2
diff --git a/waf.spec b/waf.spec
index b2182b7..ff4f202 100644
--- a/waf.spec
+++ b/waf.spec
@@ -13,7 +13,7 @@
 %undefine prerel
 
 Name:           waf
-Version:        1.8.6
+Version:        1.8.7
 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 Mar  1 2015 Thomas Moschny <thomas.moschny at gmx.de> - 1.8.7-1
+- Update to 1.8.7.
+
 * Sun Feb 22 2015 Thomas Moschny <thomas.moschny at gmx.de> - 1.8.6-1
 - Update to 1.8.6.
 


More information about the scm-commits mailing list