From ee0b7e3fdb767c9c02cdec023ccdc716593ea315 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sun, 4 May 2008 16:34:04 +0000 Subject: [PATCH] Update to upstream version 1.4.1. --- .cvsignore | 2 +- sources | 2 +- waf-1.4.0-libdir.patch => waf-1.4.1-libdir.patch | 10 +++++----- waf.spec | 7 +++++-- 4 files changed, 12 insertions(+), 9 deletions(-) rename waf-1.4.0-libdir.patch => waf-1.4.1-libdir.patch (74%) diff --git a/.cvsignore b/.cvsignore index 7d6efba..9ad7b85 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -waf-1.4.0.tar.bz2 +waf-1.4.1.tar.bz2 diff --git a/sources b/sources index 9480ba8..b96a17d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf99b9bad69707816de5b5a910357611 waf-1.4.0.tar.bz2 +2e9055fe3b5e0ab1917f5e1ff1fa8c81 waf-1.4.1.tar.bz2 diff --git a/waf-1.4.0-libdir.patch b/waf-1.4.1-libdir.patch similarity index 74% rename from waf-1.4.0-libdir.patch rename to waf-1.4.1-libdir.patch index dd434d5..8d1047f 100644 --- a/waf-1.4.0-libdir.patch +++ b/waf-1.4.1-libdir.patch @@ -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 diff --git a/waf.spec b/waf.spec index 73a080a..76ef916 100644 --- a/waf.spec +++ b/waf.spec @@ -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 - 1.4.1-1 +- Update to upstream version 1.4.1. + * Sat Apr 19 2008 Thomas Moschny - 1.4.0-1 - Update to upstream version 1.4.0.