rpms/waf/F-11 waf-1.5.13-libdir.patch, NONE, 1.1 .cvsignore, 1.18, 1.19 import.log, 1.13, 1.14 sources, 1.18, 1.19 waf.spec, 1.21, 1.22 waf-1.5.12-libdir.patch, 1.1, NONE

Thomas Moschny thm at fedoraproject.org
Wed Mar 3 22:38:06 UTC 2010


Author: thm

Update of /cvs/pkgs/rpms/waf/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12548/F-11

Modified Files:
	.cvsignore import.log sources waf.spec 
Added Files:
	waf-1.5.13-libdir.patch 
Removed Files:
	waf-1.5.12-libdir.patch 
Log Message:
Update to 1.5.13.

waf-1.5.13-libdir.patch:
 waf-light |    2 +-
 wscript   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE waf-1.5.13-libdir.patch ---
diff --git a/waf-light b/waf-light
index f828e0e..b116d40 100755
--- a/waf-light
+++ b/waf-light
@@ -127,7 +127,7 @@ def find_lib():
 		if w: return w
 		err("waf-light requires wafadmin -> export WAFDIR=/folder")
 
-	dir = "/lib/%s-%s-%s/" % (WAF, VERSION, REVISION)
+	dir = "/share/waf/"
 	for i in [INSTALL,'/usr','/usr/local','/opt']:
 		w = test(i+dir)
 		if w: return w
diff --git a/wscript b/wscript
index 8343ac7..5b45aa3 100644
--- a/wscript
+++ b/wscript
@@ -313,7 +313,7 @@ def build(bld):
 		if val != True and val != "y": sys.exit(1)
 		create_waf()
 
-	dir = os.path.join('lib', 'waf-%s-%s' % (VERSION, REVISION), 'wafadmin')
+	dir = os.path.join('share', 'waf', 'wafadmin')
 
 	wafadmin = bld('py')
 	wafadmin.find_sources_in_dirs('wafadmin', exts=['.py'])


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/waf/F-11/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- .cvsignore	14 Feb 2010 18:40:50 -0000	1.18
+++ .cvsignore	3 Mar 2010 22:38:06 -0000	1.19
@@ -1 +1 @@
-waf-1.5.12.stripped.tar.bz2
+waf-1.5.13.stripped.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/waf/F-11/import.log,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- import.log	14 Feb 2010 18:40:50 -0000	1.13
+++ import.log	3 Mar 2010 22:38:06 -0000	1.14
@@ -11,3 +11,4 @@ waf-1_5_9-1_fc11:F-11:waf-1.5.9-1.fc11.s
 waf-1_5_10-1_fc12:F-11:waf-1.5.10-1.fc12.src.rpm:1258444869
 waf-1_5_11-1_fc12:F-11:waf-1.5.11-1.fc12.src.rpm:1263889048
 waf-1_5_12-1_fc12:F-11:waf-1.5.12-1.fc12.src.rpm:1266172779
+waf-1_5_13-1_fc12:F-11:waf-1.5.13-1.fc12.src.rpm:1267655767


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/waf/F-11/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- sources	14 Feb 2010 18:40:50 -0000	1.18
+++ sources	3 Mar 2010 22:38:06 -0000	1.19
@@ -1 +1 @@
-c57cfa5d3983aa897752a16be9982681  waf-1.5.12.stripped.tar.bz2
+5578e758437ad3af563b625ca448034b  waf-1.5.13.stripped.tar.bz2


Index: waf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/waf/F-11/waf.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- waf.spec	14 Feb 2010 18:40:50 -0000	1.21
+++ waf.spec	3 Mar 2010 22:38:06 -0000	1.22
@@ -1,5 +1,5 @@
 Name:           waf
-Version:        1.5.12
+Version:        1.5.13
 Release:        1%{?dist}
 Summary:        A Python-based build system
 Group:          Development/Tools
@@ -12,7 +12,7 @@ URL:            http://code.google.com/p
 # allowed in Fedora.
 Source:         waf-%{version}.stripped.tar.bz2
 # use _datadir instead of /usr/lib
-Patch0:         waf-1.5.12-libdir.patch
+Patch0:         waf-1.5.13-libdir.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:      noarch
 BuildRequires:  python-devel
@@ -83,6 +83,9 @@ find demos utils -type f -exec %{__chmod
 
 
 %changelog
+* Wed Mar  3 2010 Thomas Moschny <thomas.moschny at gmx.de> - 1.5.13-1
+- Update to 1.5.13.
+
 * Sun Feb 14 2010 Thomas Moschny <thomas.moschny at gmx.de> - 1.5.12-1
 - Update to 1.5.12.
 


--- waf-1.5.12-libdir.patch DELETED ---



More information about the scm-commits mailing list