Update to 2.0.10.

epel8
Thomas Moschny 7 years ago
parent f07eace344
commit b615096160

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

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

@ -16,8 +16,8 @@
%global waf_py2_priority 20
Name: waf
Version: 1.9.14
Release: 2%{?dist}
Version: 2.0.10
Release: 1%{?dist}
Summary: A Python-based build system
# The entire source code is BSD apart from pproc.py (taken from Python 2.5)
License: BSD and Python
@ -243,6 +243,9 @@ rm -f docs/sphinx/build/html/.buildinfo
%changelog
* Wed Aug 15 2018 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.10-1
- Update to 2.0.10.
* Fri Jul 20 2018 Thomas Moschny <thomas.moschny@gmx.de> - 1.9.14-2
- Spec file cleanups.
- Add unpack_wafdir.py (rhbz#1509550).

Loading…
Cancel
Save