[waf] - Update to 1.6.3.

Thomas Moschny thm at fedoraproject.org
Mon Feb 21 23:32:24 UTC 2011


commit 69ed7a9cc6ce77416adb7998796bd89a565f1d20
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Tue Feb 22 00:26:07 2011 +0100

    - Update to 1.6.3.

 repack.sh                           |    2 +-
 waf-1.6.2-extras-boost-syntax.patch |   22 ----------------------
 waf.spec                            |   10 +++++-----
 3 files changed, 6 insertions(+), 28 deletions(-)
---
diff --git a/repack.sh b/repack.sh
index adc405a..c6da3f4 100755
--- a/repack.sh
+++ b/repack.sh
@@ -1,6 +1,6 @@
 #! /bin/bash
 
-version=1.6.2
+version=1.6.3
 
 src=waf-${version}.tar.bz2
 dst=${src%.tar.bz2}.stripped.tar.bz2
diff --git a/waf.spec b/waf.spec
index c493b67..53beef0 100644
--- a/waf.spec
+++ b/waf.spec
@@ -10,8 +10,8 @@
 %global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
 
 Name:           waf
-Version:        1.6.2
-Release:        5%{?dist}
+Version:        1.6.3
+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)
@@ -24,8 +24,6 @@ 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
-# upstream r10895
-Patch1:         waf-1.6.2-extras-boost-syntax.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:      noarch
 BuildRequires:  python-devel
@@ -57,7 +55,6 @@ Autotools, Scons, CMake or Ant.
 %prep
 %setup -q
 %patch0 -p0 -b .libdir
-%patch1 -p0 -b .py3k
 
 
 %build
@@ -137,6 +134,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Feb 19 2011 Thomas Moschny <thomas.moschny at gmx.de> - 1.6.3-1
+- Update to 1.6.3.
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list