From b615096160e02a6f92c11003756f433d96975d5f Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Wed, 15 Aug 2018 08:51:56 +0200 Subject: [PATCH] Update to 2.0.10. --- repack.sh | 2 +- sources | 2 +- waf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/repack.sh b/repack.sh index 19c8d82..2b8b833 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.9.14 +version=2.0.10 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 289e8ba..7580fb1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-1.9.14.stripped.tar.bz2) = a5fc0dd9f7e4c8c701556a533c9a1d188bc3f8525c9d2a6aaaee393db136f326f1f0c8cc79e31b79defba3bc743f7f5af2c250559ea3d6ef82e543f1e9d6a745 +SHA512 (waf-2.0.10.stripped.tar.bz2) = 547ac54732ecfd48eaa09ed56269a62660ae46df12fb0a788177cce4987d53801c7f8c324cf42e9dd4d1932da35a0d2a3b6626f94204cfe2e5067d6dafd01eaf diff --git a/waf.spec b/waf.spec index cd9145f..da8159f 100644 --- a/waf.spec +++ b/waf.spec @@ -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 - 2.0.10-1 +- Update to 2.0.10. + * Fri Jul 20 2018 Thomas Moschny - 1.9.14-2 - Spec file cleanups. - Add unpack_wafdir.py (rhbz#1509550).