[waf] - Update to 1.5.19.

Thomas Moschny thm at fedoraproject.org
Sat Oct 2 21:18:18 UTC 2010


commit 5396849817c4fe550d3fb3e5843fa0dc916ac2ae
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Sat Oct 2 23:17:29 2010 +0200

    - Update to 1.5.19.

 .gitignore                                         |    1 +
 sources                                            |    2 +-
 ...arty.patch => waf-1.5.19-install_3rdparty.patch |    2 +-
 waf-1.5.17-libdir.patch => waf-1.5.19-libdir.patch |    4 ++--
 waf.spec                                           |   11 +++++++----
 5 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f0cef46..0b53125 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 waf-1.5.18.stripped.tar.bz2
+/waf-1.5.19.stripped.tar.bz2
diff --git a/sources b/sources
index 6a9e823..7544006 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4dc98c413e9663b86e22b485932f90a8  waf-1.5.18.stripped.tar.bz2
+22d4d60c866b4380b3b03830b505fbf2  waf-1.5.19.stripped.tar.bz2
diff --git a/waf-1.5.17-install_3rdparty.patch b/waf-1.5.19-install_3rdparty.patch
similarity index 94%
rename from waf-1.5.17-install_3rdparty.patch
rename to waf-1.5.19-install_3rdparty.patch
index 78ac379..83f0091 100644
--- a/waf-1.5.17-install_3rdparty.patch
+++ b/waf-1.5.19-install_3rdparty.patch
@@ -1,5 +1,5 @@
 diff --git a/wscript b/wscript
-index 438dc4c..cc6557b 100644
+index 8e73abb..5daeb97 100644
 --- a/wscript
 +++ b/wscript
 @@ -350,6 +350,10 @@ def build(bld):
diff --git a/waf-1.5.17-libdir.patch b/waf-1.5.19-libdir.patch
similarity index 92%
rename from waf-1.5.17-libdir.patch
rename to waf-1.5.19-libdir.patch
index 3ed4147..7ef7b5d 100644
--- a/waf-1.5.17-libdir.patch
+++ b/waf-1.5.19-libdir.patch
@@ -1,5 +1,5 @@
 diff --git a/waf-light b/waf-light
-index 16131d7..f613966 100755
+index dd568f3..035cdda 100755
 --- a/waf-light
 +++ b/waf-light
 @@ -131,7 +131,7 @@ def find_lib():
@@ -12,7 +12,7 @@ index 16131d7..f613966 100755
  		w = test(i+dir)
  		if w: return w
 diff --git a/wscript b/wscript
-index 3b02a42..438dc4c 100644
+index 52d3b6e..8e73abb 100644
 --- a/wscript
 +++ b/wscript
 @@ -340,7 +340,7 @@ def build(bld):
diff --git a/waf.spec b/waf.spec
index 5793ef6..fc97c2c 100644
--- a/waf.spec
+++ b/waf.spec
@@ -1,6 +1,6 @@
 Name:           waf
-Version:        1.5.18
-Release:        3%{?dist}
+Version:        1.5.19
+Release:        1%{?dist}
 Summary:        A Python-based build system
 Group:          Development/Tools
 # The entire source code is BSD apart from pproc.py (taken from Python 2.5)
@@ -12,9 +12,9 @@ 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.17-libdir.patch
+Patch0:         waf-1.5.19-libdir.patch
 # patch from ticket 682
-Patch1:         waf-1.5.17-install_3rdparty.patch
+Patch1:         waf-1.5.19-install_3rdparty.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:      noarch
 BuildRequires:  python-devel
@@ -86,6 +86,9 @@ find demos utils -type f -exec %{__chmod} 0644 {} \;
 
 
 %changelog
+* Fri Oct  1 2010 Thomas Moschny <thomas.moschny at gmx.de> - 1.5.19-1
+- Update to 1.5.19.
+
 * Fri Jul 30 2010 Thomas Moschny <thomas.moschny at gmx.de> - 1.5.18-3
 - Require 'python(abi)' instead of 'python-abi', seems more common
   now.


More information about the scm-commits mailing list