[waf] Update to 1.7.0pre5.

Thomas Moschny thm at fedoraproject.org
Sat Jun 16 21:09:01 UTC 2012


commit e79aaa3042af50e944c7747fef7fc44ab7f874ed
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Sat Jun 16 22:48:17 2012 +0200

    Update to 1.7.0pre5.

 .gitignore |    1 +
 repack.sh  |    2 +-
 sources    |    2 +-
 waf.spec   |    7 +++++--
 4 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9214948..0da341d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /waf-1.6.11.stripped.tar.bz2
 /waf-1.7.0pre3.stripped.tar.bz2
 /waf-1.7.0pre4.stripped.tar.bz2
+/waf-1.7.0pre5.stripped.tar.bz2
diff --git a/repack.sh b/repack.sh
index a925cca..ef97548 100755
--- a/repack.sh
+++ b/repack.sh
@@ -1,7 +1,7 @@
 #! /bin/bash
 
 version=1.7.0
-prerel=pre4
+prerel=pre5
 
 src=waf-${version}${prerel}.tar.bz2
 dst=${src%.tar.bz2}.stripped.tar.bz2
diff --git a/sources b/sources
index 7bbdce0..a3c68f3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4691d8cffab7606bdd9d680d47bcfba6  waf-1.7.0pre4.stripped.tar.bz2
+825e73204c4dd7bd3d63ba35f14fff61  waf-1.7.0pre5.stripped.tar.bz2
diff --git a/waf.spec b/waf.spec
index 323aa21..971efea 100644
--- a/waf.spec
+++ b/waf.spec
@@ -10,11 +10,11 @@
 %global with_docs 1
 
 # For pre-releases
-%global prerel pre4
+%global prerel pre5
 
 Name:           waf
 Version:        1.7.0
-Release:        %{?prerel:0.}1%{?prerel:.%prerel}%{?dist}
+Release:        %{?prerel:0.}2%{?prerel:.%prerel}%{?dist}
 Summary:        A Python-based build system
 Group:          Development/Tools
 # The entire source code is BSD apart from pproc.py (taken from Python 2.5)
@@ -206,6 +206,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Jun 16 2012 Thomas Moschny <thomas.moschny at gmx.de> - 1.7.0-0.2.pre5
+- Update to 1.7.0pre5.
+
 * Thu Jun  7 2012 Thomas Moschny <thomas.moschny at gmx.de> - 1.7.0-0.1.pre4
 - Update to 1.7.0pre4.
 


More information about the scm-commits mailing list