Update to upstream version 1.4.1.

epel8
Thomas Moschny 17 years ago
parent b8853bd087
commit ee0b7e3fdb

@ -1 +1 @@
waf-1.4.0.tar.bz2
waf-1.4.1.tar.bz2

@ -1 +1 @@
bf99b9bad69707816de5b5a910357611 waf-1.4.0.tar.bz2
2e9055fe3b5e0ab1917f5e1ff1fa8c81 waf-1.4.1.tar.bz2

@ -1,6 +1,6 @@
--- waf-light.orig 2008-04-11 23:12:27.000000000 +0200
+++ waf-light 2008-04-19 12:10:49.000000000 +0200
@@ -107,7 +107,7 @@
--- 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")
@ -9,8 +9,8 @@
for i in [INSTALL,'/usr','/usr/local','/opt']:
w = test(i+dir)
if w: return w
--- wscript.orig 2008-04-11 23:12:27.000000000 +0200
+++ wscript 2008-04-19 12:10:49.000000000 +0200
--- 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

@ -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 @@ License: BSD and Python
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 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun May 4 2008 Thomas Moschny <thomas.moschny@gmx.de> - 1.4.1-1
- Update to upstream version 1.4.1.
* Sat Apr 19 2008 Thomas Moschny <thomas.moschny@gmx.de> - 1.4.0-1
- Update to upstream version 1.4.0.

Loading…
Cancel
Save