[packages/waf] - missing patch update for 1.8.4 - rel 2

atler atler at pld-linux.org
Wed Nov 26 14:01:46 CET 2014


commit 115fc9d5f2cca5d23903517564458162d33c9186
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Nov 26 14:01:00 2014 +0100

    - missing patch update for 1.8.4
    - rel 2

 waf-path.patch | 4 ++--
 waf.spec       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/waf.spec b/waf.spec
index 261aaf4..0d71697 100644
--- a/waf.spec
+++ b/waf.spec
@@ -2,7 +2,7 @@ Summary:	The Waf build system
 Summary(pl.UTF-8):	System budowania Waf
 Name:		waf
 Version:	1.8.4
-Release:	1
+Release:	2
 # note: waf book is on CC-BY-NC-ND (not included in binary package)
 License:	BSD
 Group:		Development/Building
diff --git a/waf-path.patch b/waf-path.patch
index a770f19..864f352 100644
--- a/waf-path.patch
+++ b/waf-path.patch
@@ -20,10 +20,10 @@
  		err('waf-light requires waflib -> export WAFDIR=/folder')
  
 -	dirname = '%s-%s-%s' % (WAF, VERSION, REVISION)
--	for i in [INSTALL,'/usr','/usr/local','/opt']:
+-	for i in (INSTALL,'/usr','/usr/local','/opt'):
 -		w = test(i + '/lib/' + dirname)
 +	dirname = WAF
-+	for i in [INSTALL,'/usr/lib','/usr/local/lib','/opt']:
++	for i in (INSTALL,'/usr/lib','/usr/local/lib','/opt'):
 +		w = test(i + '/' + dirname)
  		if w: return w
 --- waf-1.6.4/wscript.orig	2011-04-17 12:02:50.000000000 +0200
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/waf.git/commitdiff/115fc9d5f2cca5d23903517564458162d33c9186



More information about the pld-cvs-commit mailing list