- Update to 1.5.19.

epel8
Thomas Moschny 14 years ago
parent efe9635513
commit 5396849817

1
.gitignore vendored

@ -1 +1,2 @@
waf-1.5.18.stripped.tar.bz2
/waf-1.5.19.stripped.tar.bz2

@ -1 +1 @@
4dc98c413e9663b86e22b485932f90a8 waf-1.5.18.stripped.tar.bz2
22d4d60c866b4380b3b03830b505fbf2 waf-1.5.19.stripped.tar.bz2

@ -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):

@ -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):

@ -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@gmx.de> - 1.5.19-1
- Update to 1.5.19.
* Fri Jul 30 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.5.18-3
- Require 'python(abi)' instead of 'python-abi', seems more common
now.

Loading…
Cancel
Save