Update to 1.6.10.

Remove patch applied upstream.
epel8
Thomas Moschny 13 years ago
parent e5c5085472
commit 2f896fb09b

1
.gitignore vendored

@ -6,3 +6,4 @@ waf-1.5.18.stripped.tar.bz2
/waf-1.6.6.stripped.tar.bz2
/waf-1.6.8.stripped.tar.bz2
/waf-1.6.9.stripped.tar.bz2
/waf-1.6.10.stripped.tar.bz2

@ -1,6 +1,6 @@
#! /bin/bash
version=1.6.9
version=1.6.10
src=waf-${version}.tar.bz2
dst=${src%.tar.bz2}.stripped.tar.bz2

@ -1 +1 @@
7af2af06813a366eba6fabc76cee47e5 waf-1.6.9.stripped.tar.bz2
7402024d472d80357bad08844d038a09 waf-1.6.10.stripped.tar.bz2

@ -1,12 +0,0 @@
diff -up waf-1.6.8/waflib/extras/qnxnto.py.orig waf-1.6.8/waflib/extras/qnxnto.py
--- waf-1.6.8/waflib/extras/qnxnto.py.orig 2011-10-01 19:06:38.000000000 +0200
+++ waf-1.6.8/waflib/extras/qnxnto.py 2011-10-03 12:29:27.970114038 +0200
@@ -34,7 +34,7 @@ class Popen(object):
else:
if Popen.verbose:
print("Emulating")
- except Exception, e:
+ except Exception as e:
if Popen.verbose:
print("Exception: %s" % e)
raise

@ -10,7 +10,7 @@
%global with_docs 1
Name: waf
Version: 1.6.9
Version: 1.6.10
Release: 1%{?dist}
Summary: A Python-based build system
Group: Development/Tools
@ -27,8 +27,7 @@ URL: http://code.google.com/p/waf/
Source: waf-%{version}.stripped.tar.bz2
# use _datadir instead of /usr/lib
Patch0: waf-1.6.2-libdir.patch
Patch1: waf-1.6.8-syntax.patch
Patch2: waf-1.6.9-logo.patch
Patch1: waf-1.6.9-logo.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
BuildRequires: python-devel
@ -98,8 +97,7 @@ This package contains the HTML documentation for %{name}.
%prep
%setup -q
%patch0 -p0 -b .libdir
%patch1 -p1 -b .syntax
%patch2 -p1 -b .logo
%patch1 -p1 -b .logo
%build
@ -201,6 +199,10 @@ rm -rf %{buildroot}
%changelog
* Sun Dec 18 2011 Thomas Moschny <thomas.moschny@gmx.de> - 1.6.10-1
- Update to 1.6.10.
- Remove patch applied upstream.
* Sat Nov 26 2011 Thomas Moschny <thomas.moschny@gmx.de> - 1.6.9-1
- Update to 1.6.9.
- Patch to not use the logo (which has been removed) in the docs.

Loading…
Cancel
Save