rpms/waf/F-9 waf-1.4.4-libdir.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 import.log, 1.1, 1.2 sources, 1.6, 1.7 waf.spec, 1.6, 1.7 waf-1.4.3-libdir.patch, 1.1, NONE

Thomas Moschny thm at fedoraproject.org
Sun Aug 31 20:58:53 UTC 2008


Author: thm

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

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

waf-1.4.4-libdir.patch:

--- NEW FILE waf-1.4.4-libdir.patch ---
diff -up waf-1.4.4/waf-light.orig waf-1.4.4/waf-light
--- waf-1.4.4/waf-light.orig	2008-08-26 23:44:34.000000000 +0200
+++ waf-1.4.4/waf-light	2008-08-31 22:35:35.000000000 +0200
@@ -109,7 +109,7 @@ def find_lib():
 		if w: return w
 		err("waf-light requires wafadmin -> export WAFDIR=/folder")
 
-	dir = "/lib/waf-%s-%s/" % (VERSION, REVISION)
+	dir = "/share/waf/"
 	for i in [INSTALL,'/usr','/usr/local','/opt']:
 		w = test(i+dir)
 		if w: return w
diff -up waf-1.4.4/wscript.orig waf-1.4.4/wscript
--- waf-1.4.4/wscript.orig	2008-08-26 23:44:34.000000000 +0200
+++ waf-1.4.4/wscript	2008-08-31 22:35:35.000000000 +0200
@@ -324,7 +324,7 @@ def build(bld):
 	wafadmin = bld.create_obj('py')
 	wafadmin.find_sources_in_dirs('wafadmin', exts=['.py'])
 	wafadmin.inst_var = 'PREFIX'
-	wafadmin.inst_dir = os.path.join('lib', 'waf-%s-%s' % (VERSION, REVISION), 'wafadmin')
+	wafadmin.inst_dir = os.path.join('share', 'waf', 'wafadmin')
 
 	tools = bld.create_obj('py')
 	tools.find_sources_in_dirs('wafadmin/Tools', exts=['.py'])


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/waf/F-9/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	28 Jun 2008 23:12:26 -0000	1.6
+++ .cvsignore	31 Aug 2008 20:58:21 -0000	1.7
@@ -1 +1 @@
-waf-1.4.3.tar.bz2
+waf-1.4.4.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/waf/F-9/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	28 Jun 2008 23:12:26 -0000	1.1
+++ import.log	31 Aug 2008 20:58:22 -0000	1.2
@@ -1 +1,2 @@
 waf-1_4_3-1_fc9:F-9:waf-1.4.3-1.fc9.src.rpm:1214694700
+waf-1_4_4-1_fc9:F-9:waf-1.4.4-1.fc9.src.rpm:1220216236


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/waf/F-9/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	28 Jun 2008 23:12:26 -0000	1.6
+++ sources	31 Aug 2008 20:58:22 -0000	1.7
@@ -1 +1 @@
-fb4acb46dbb612e911d7296282269743  waf-1.4.3.tar.bz2
+6a809e446497b710592579772c8b22bd  waf-1.4.4.tar.bz2


Index: waf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/waf/F-9/waf.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- waf.spec	28 Jun 2008 23:12:26 -0000	1.6
+++ waf.spec	31 Aug 2008 20:58:23 -0000	1.7
@@ -1,5 +1,5 @@
 Name:           waf
-Version:        1.4.3
+Version:        1.4.4
 Release:        1%{?dist}
 Summary:        A Python-based build system
 
@@ -9,7 +9,7 @@
 URL:            http://code.google.com/p/waf/
 Source0:        http://waf.googlecode.com/files/waf-%{version}.tar.bz2
 # use _datadir instead of /usr/lib
-Patch0:         waf-1.4.3-libdir.patch
+Patch0:         waf-1.4.4-libdir.patch
 
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:      noarch
@@ -81,6 +81,12 @@
 
 
 %changelog
+* Sun Aug 31 2008 Thomas Moschny <thomas.moschny at gmx.de> - 1.4.4-1
+- Update to 1.4.4:
+  - python 2.3 compatibility was restored
+  - task randomization was removed
+  - the vala tool was updated
+
 * Sat Jun 28 2008 Thomas Moschny <thomas.moschny at gmx.de> - 1.4.3-1
 - Update to 1.4.3.
 - Remove fcntl patch (fixed upstream).


--- waf-1.4.3-libdir.patch DELETED ---




More information about the fedora-extras-commits mailing list