From 570866b718e3a0ed1bde897902e67ea266d35cf9 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sat, 21 Oct 2017 13:58:03 +0200 Subject: [PATCH] Update to 1.9.14. --- repack.sh | 2 +- sources | 2 +- waf.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/repack.sh b/repack.sh index 5514853..19c8d82 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.9.13 +version=1.9.14 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 47c7112..289e8ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-1.9.13.stripped.tar.bz2) = 3cfbd06c9d87fb4edc0113507eef786ed80201da8d33aec32c8c25b865a7da03ac3b5ddd91378a59aa8b640c651db810203ed49b4fe7992a278a5765d6b39d07 +SHA512 (waf-1.9.14.stripped.tar.bz2) = a5fc0dd9f7e4c8c701556a533c9a1d188bc3f8525c9d2a6aaaee393db136f326f1f0c8cc79e31b79defba3bc743f7f5af2c250559ea3d6ef82e543f1e9d6a745 diff --git a/waf.spec b/waf.spec index 91cb5a5..9826175 100644 --- a/waf.spec +++ b/waf.spec @@ -26,7 +26,7 @@ %endif Name: waf -Version: 1.9.13 +Version: 1.9.14 Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist} Summary: A Python-based build system Group: Development/Tools @@ -258,6 +258,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Sat Oct 21 2017 Thomas Moschny - 1.9.14-1 +- Update to 1.9.14. + * Wed Aug 30 2017 Thomas Moschny - 1.9.13-1 - Update to 1.9.13.