Update to 1.6.11

- Build in verbose mode
epel8
Michel Alexandre Salim 13 years ago
parent 537561cdc7
commit 2317c43487

10
.gitignore vendored

@ -1,9 +1 @@
waf-1.5.18.stripped.tar.bz2
/waf-1.5.19.stripped.tar.bz2
/waf-1.6.2.stripped.tar.bz2
/waf-1.6.3.stripped.tar.bz2
/waf-1.6.4.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
/waf-1.6.11.stripped.tar.bz2

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

@ -1 +1 @@
7402024d472d80357bad08844d038a09 waf-1.6.10.stripped.tar.bz2
87a22e5dd54e36e164fb2e44007b11b2 waf-1.6.11.stripped.tar.bz2

@ -10,8 +10,8 @@
%global with_docs 1
Name: waf
Version: 1.6.10
Release: 2%{?dist}
Version: 1.6.11
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)
@ -116,7 +116,7 @@ pushd docs/sphinx
%if ! 0%{?fedora > 13}
export SPHINX_BUILD=sphinx-1.0-build
%endif
../../waf configure build
../../waf -v configure build
popd
%endif # with_docs
@ -199,6 +199,10 @@ rm -rf %{buildroot}
%changelog
* Mon Feb 6 2012 Michel Salim <salimma@fedoraproject.org> - 1.6.11-1
- Update to 1.6.11
- Build in verbose mode
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

Loading…
Cancel
Save