Update to 1.9.2.

epel8
Thomas Moschny 9 years ago
parent 4adec89348
commit 4482074d11

@ -1,6 +1,6 @@
#! /bin/bash
version=1.9.1
version=1.9.2
prerel=
src=waf-${version}${prerel}.tar.bz2
@ -12,7 +12,6 @@ cp -av ${src} ${dst}
bzip2 -d ${dst}
tar --delete --file=${dst%.bz2} \
waf-${version}/docs/book \
waf-${version}/docs/sphinx/_images/waf-64x64.png \
waf-${version}/docs/slides/presentation/gfx/waflogo.svg

@ -1 +1 @@
966f28e733b22a7dc9937cbe64d9faf8 waf-1.9.1.stripped.tar.bz2
efc06c88b8c60df9f9892f90ce5f64aa waf-1.9.2.stripped.tar.bz2

@ -16,7 +16,7 @@
%undefine prerel
Name: waf
Version: 1.9.1
Version: 1.9.2
Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist}
Summary: A Python-based build system
Group: Development/Tools
@ -222,6 +222,9 @@ rm -f docs/sphinx/build/html/.buildinfo
%changelog
* Thu Aug 4 2016 Thomas Moschny <thomas.moschny@gmx.de> - 1.9.2-1
- Update to 1.9.2.
* Thu Aug 4 2016 Thomas Moschny <thomas.moschny@gmx.de> - 1.9.1-1
- Update to 1.9.1.
- Fix some rpmlint warnings.

Loading…
Cancel
Save