From 5e71212521a5ad6c73e0f9616f042a2c87fdb1b2 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sun, 14 Feb 2010 17:51:06 +0000 Subject: [PATCH] Update to 1.5.12. --- .cvsignore | 2 +- import.log | 1 + sources | 2 +- waf-1.5.11-libdir.patch => waf-1.5.12-libdir.patch | 4 ++-- waf.spec | 7 +++++-- 5 files changed, 10 insertions(+), 6 deletions(-) rename waf-1.5.11-libdir.patch => waf-1.5.12-libdir.patch (92%) diff --git a/.cvsignore b/.cvsignore index 4b9be3e..4134f75 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -waf-1.5.11.stripped.tar.bz2 +waf-1.5.12.stripped.tar.bz2 diff --git a/import.log b/import.log index 0bef9ba..026a40f 100644 --- a/import.log +++ b/import.log @@ -10,3 +10,4 @@ waf-1_5_8-1_fc11:HEAD:waf-1.5.8-1.fc11.src.rpm:1244757177 waf-1_5_9-1_fc11:HEAD:waf-1.5.9-1.fc11.src.rpm:1251738819 waf-1_5_10-1_fc12:HEAD:waf-1.5.10-1.fc12.src.rpm:1258443992 waf-1_5_11-1_fc12:HEAD:waf-1.5.11-1.fc12.src.rpm:1263888781 +waf-1_5_12-1_fc12:HEAD:waf-1.5.12-1.fc12.src.rpm:1266169833 diff --git a/sources b/sources index c7f3015..2597964 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -66e1e46e6f8535a1633a1c4f7ff2fa5e waf-1.5.11.stripped.tar.bz2 +c57cfa5d3983aa897752a16be9982681 waf-1.5.12.stripped.tar.bz2 diff --git a/waf-1.5.11-libdir.patch b/waf-1.5.12-libdir.patch similarity index 92% rename from waf-1.5.11-libdir.patch rename to waf-1.5.12-libdir.patch index ebbc1f2..353d318 100644 --- a/waf-1.5.11-libdir.patch +++ b/waf-1.5.12-libdir.patch @@ -1,5 +1,5 @@ diff --git a/waf-light b/waf-light -index 2b8f9a9..0bde2fa 100755 +index 471b4f1..65a886b 100755 --- a/waf-light +++ b/waf-light @@ -127,7 +127,7 @@ def find_lib(): @@ -12,7 +12,7 @@ index 2b8f9a9..0bde2fa 100755 w = test(i+dir) if w: return w diff --git a/wscript b/wscript -index 42c39e9..2b3b42d 100644 +index b9eebdc..9bbcdec 100644 --- a/wscript +++ b/wscript @@ -313,7 +313,7 @@ def build(bld): diff --git a/waf.spec b/waf.spec index 5b7e04f..476089a 100644 --- a/waf.spec +++ b/waf.spec @@ -1,5 +1,5 @@ Name: waf -Version: 1.5.11 +Version: 1.5.12 Release: 1%{?dist} Summary: A Python-based build system Group: Development/Tools @@ -12,7 +12,7 @@ URL: http://code.google.com/p/waf/ # allowed in Fedora. Source: waf-%{version}.stripped.tar.bz2 # use _datadir instead of /usr/lib -Patch0: waf-1.5.11-libdir.patch +Patch0: waf-1.5.12-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} 0644 {} \; %changelog +* Sun Feb 14 2010 Thomas Moschny - 1.5.12-1 +- Update to 1.5.12. + * Mon Jan 18 2010 Thomas Moschny - 1.5.11-1 - Update to 1.5.11. - Use %%global instead of %%define.