From d85401c7173eb97b23bb373f2af274dd69a56b73 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sun, 7 Mar 2010 18:53:50 +0000 Subject: [PATCH] Update to 1.5.14. --- .cvsignore | 2 +- import.log | 1 + sources | 2 +- waf-1.5.13-libdir.patch => waf-1.5.14-libdir.patch | 4 ++-- waf.spec | 7 +++++-- 5 files changed, 10 insertions(+), 6 deletions(-) rename waf-1.5.13-libdir.patch => waf-1.5.14-libdir.patch (92%) diff --git a/.cvsignore b/.cvsignore index 79fd516..384f7d5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -waf-1.5.13.stripped.tar.bz2 +waf-1.5.14.stripped.tar.bz2 diff --git a/import.log b/import.log index 011a33d..d39bd78 100644 --- a/import.log +++ b/import.log @@ -12,3 +12,4 @@ 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 waf-1_5_13-1_fc12:HEAD:waf-1.5.13-1.fc12.src.rpm:1267653823 +waf-1_5_14-1_fc12:HEAD:waf-1.5.14-1.fc12.src.rpm:1267987981 diff --git a/sources b/sources index 44a2d3a..4592210 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5578e758437ad3af563b625ca448034b waf-1.5.13.stripped.tar.bz2 +d57c6c3778dba5c53c364dcedbcfb67c waf-1.5.14.stripped.tar.bz2 diff --git a/waf-1.5.13-libdir.patch b/waf-1.5.14-libdir.patch similarity index 92% rename from waf-1.5.13-libdir.patch rename to waf-1.5.14-libdir.patch index 4697aba..4de8741 100644 --- a/waf-1.5.13-libdir.patch +++ b/waf-1.5.14-libdir.patch @@ -1,5 +1,5 @@ diff --git a/waf-light b/waf-light -index f828e0e..b116d40 100755 +index 1fb8ce4..e0e0f53 100755 --- a/waf-light +++ b/waf-light @@ -127,7 +127,7 @@ def find_lib(): @@ -12,7 +12,7 @@ index f828e0e..b116d40 100755 w = test(i+dir) if w: return w diff --git a/wscript b/wscript -index 8343ac7..5b45aa3 100644 +index e660196..6b2e754 100644 --- a/wscript +++ b/wscript @@ -313,7 +313,7 @@ def build(bld): diff --git a/waf.spec b/waf.spec index 40f2de5..cf86c53 100644 --- a/waf.spec +++ b/waf.spec @@ -1,5 +1,5 @@ Name: waf -Version: 1.5.13 +Version: 1.5.14 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.13-libdir.patch +Patch0: waf-1.5.14-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 Mar 7 2010 Thomas Moschny - 1.5.14-1 +- Update to 1.5.14. + * Wed Mar 3 2010 Thomas Moschny - 1.5.13-1 - Update to 1.5.13.