Update to 2.0.12.

epel8
Thomas Moschny 6 years ago
parent b615096160
commit 995acf242b

@ -1,6 +1,6 @@
#! /bin/bash #! /bin/bash
version=2.0.10 version=2.0.12
prerel= prerel=
src=waf-${version}${prerel}.tar.bz2 src=waf-${version}${prerel}.tar.bz2

@ -1 +1 @@
SHA512 (waf-2.0.10.stripped.tar.bz2) = 547ac54732ecfd48eaa09ed56269a62660ae46df12fb0a788177cce4987d53801c7f8c324cf42e9dd4d1932da35a0d2a3b6626f94204cfe2e5067d6dafd01eaf SHA512 (waf-2.0.12.stripped.tar.bz2) = ea895a0df1e0549fd782f035cd275713ed4565a7d8ed88243a4d1fadd125634238a5fe11e92977418ce917a8fc48f1ef79b46dc3a2fe970ec6f510555f2328d7

@ -16,7 +16,7 @@
%global waf_py2_priority 20 %global waf_py2_priority 20
Name: waf Name: waf
Version: 2.0.10 Version: 2.0.12
Release: 1%{?dist} Release: 1%{?dist}
Summary: A Python-based build system Summary: A Python-based build system
# The entire source code is BSD apart from pproc.py (taken from Python 2.5) # The entire source code is BSD apart from pproc.py (taken from Python 2.5)
@ -243,6 +243,9 @@ rm -f docs/sphinx/build/html/.buildinfo
%changelog %changelog
* Mon Nov 12 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.12-1
- Update to 2.0.12.
* Wed Aug 15 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.10-1 * Wed Aug 15 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.10-1
- Update to 2.0.10. - Update to 2.0.10.

Loading…
Cancel
Save