rpms/waf/devel waf-1.4.1-libdir.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 waf.spec, 1.3, 1.4 waf-1.4.0-libdir.patch, 1.1, NONE

Thomas Moschny (thm) fedora-extras-commits at redhat.com
Sun May 4 16:34:43 UTC 2008


Author: thm

Update of /cvs/pkgs/rpms/waf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11823/devel

Modified Files:
	.cvsignore sources waf.spec 
Added Files:
	waf-1.4.1-libdir.patch 
Removed Files:
	waf-1.4.0-libdir.patch 
Log Message:
Update to upstream version 1.4.1.

waf-1.4.1-libdir.patch:

--- NEW FILE waf-1.4.1-libdir.patch ---
--- waf-light.libdir	2008-05-04 16:54:14.000000000 +0200
+++ waf-light	2008-05-04 18:25:13.000000000 +0200
@@ -109,7 +109,7 @@
 		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
--- wscript.libdir	2008-05-04 16:54:14.000000000 +0200
+++ wscript	2008-05-04 18:25:13.000000000 +0200
@@ -295,7 +295,7 @@
 		prefix = Params.g_options.prefix
 
 	binpath     = os.path.join(prefix, 'bin%swaf' % os.sep)
-	wafadmindir = os.path.join(prefix, 'lib%swaf-%s-%s%swafadmin%s' % (os.sep, VERSION, REVISION, os.sep, os.sep))
+	wafadmindir = os.path.join(prefix, 'share%swaf%swafadmin%s' % (os.sep, os.sep, os.sep))
 	toolsdir    = os.path.join(wafadmindir, 'Tools' + os.sep)
 
 	try: os.makedirs(os.path.join(prefix, 'bin'))


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/waf/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	19 Apr 2008 10:46:28 -0000	1.3
+++ .cvsignore	4 May 2008 16:34:04 -0000	1.4
@@ -1 +1 @@
-waf-1.4.0.tar.bz2
+waf-1.4.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/waf/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	19 Apr 2008 10:46:28 -0000	1.3
+++ sources	4 May 2008 16:34:04 -0000	1.4
@@ -1 +1 @@
-bf99b9bad69707816de5b5a910357611  waf-1.4.0.tar.bz2
+2e9055fe3b5e0ab1917f5e1ff1fa8c81  waf-1.4.1.tar.bz2


Index: waf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/waf/devel/waf.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- waf.spec	19 Apr 2008 10:46:28 -0000	1.3
+++ waf.spec	4 May 2008 16:34:04 -0000	1.4
@@ -1,5 +1,5 @@
 Name:           waf
-Version:        1.4.0
+Version:        1.4.1
 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.0-libdir.patch
+Patch0:         waf-1.4.1-libdir.patch
 
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:      noarch
@@ -72,6 +72,9 @@
 
 
 %changelog
+* Sun May  4 2008 Thomas Moschny <thomas.moschny at gmx.de> - 1.4.1-1
+- Update to upstream version 1.4.1.
+
 * Sat Apr 19 2008 Thomas Moschny <thomas.moschny at gmx.de> - 1.4.0-1
 - Update to upstream version 1.4.0.
 


--- waf-1.4.0-libdir.patch DELETED ---




More information about the fedora-extras-commits mailing list