From 995acf242b7d2d508a6562e14df45f18ac018777 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Mon, 12 Nov 2018 11:21:39 +0100 Subject: [PATCH] Update to 2.0.12. --- repack.sh | 2 +- sources | 2 +- waf.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/repack.sh b/repack.sh index 2b8b833..f8f69cd 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=2.0.10 +version=2.0.12 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 7580fb1..7634cf2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.0.10.stripped.tar.bz2) = 547ac54732ecfd48eaa09ed56269a62660ae46df12fb0a788177cce4987d53801c7f8c324cf42e9dd4d1932da35a0d2a3b6626f94204cfe2e5067d6dafd01eaf +SHA512 (waf-2.0.12.stripped.tar.bz2) = ea895a0df1e0549fd782f035cd275713ed4565a7d8ed88243a4d1fadd125634238a5fe11e92977418ce917a8fc48f1ef79b46dc3a2fe970ec6f510555f2328d7 diff --git a/waf.spec b/waf.spec index da8159f..1c1d33c 100644 --- a/waf.spec +++ b/waf.spec @@ -16,7 +16,7 @@ %global waf_py2_priority 20 Name: waf -Version: 2.0.10 +Version: 2.0.12 Release: 1%{?dist} Summary: A Python-based build system # 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 +* Mon Nov 12 2018 Thomas Moschny - 2.0.12-1 +- Update to 2.0.12. + * Wed Aug 15 2018 Thomas Moschny - 2.0.10-1 - Update to 2.0.10.