From 15ffb09150c1d82183ec96b0a6a67c18526599e1 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Tue, 16 May 2017 21:45:14 +0200 Subject: [PATCH] Update to 1.9.11. --- repack.sh | 2 +- sources | 2 +- waf.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/repack.sh b/repack.sh index a8a57e8..4323253 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.9.10 +version=1.9.11 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 1bcec41..4d314c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-1.9.10.stripped.tar.bz2) = 880cefae1ba40aeeadccf118f823cead6470a9c51f7ae264b7d9fa14b139e5d9affb6e7c0bb478c17513fe11e8b21760d0ee1df9d328ca6cb63dd3bd63c6fba8 +SHA512 (waf-1.9.11.stripped.tar.bz2) = 3e2582641171d6114e2e8dcdc87fa5bc94ab59a818f88d1d73b777f2a4b83b01a7b0f9a2d3c3f73c3015a035355971a7b9ae3ef3b7611bf1293b13ba1b2aa53b diff --git a/waf.spec b/waf.spec index 347d761..a3dbc04 100644 --- a/waf.spec +++ b/waf.spec @@ -26,7 +26,7 @@ %endif Name: waf -Version: 1.9.10 +Version: 1.9.11 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 +* Mon May 15 2017 Thomas Moschny - 1.9.11-1 +- Update to 1.9.11. + * Sun Apr 23 2017 Thomas Moschny - 1.9.10-1 - Update to 1.9.10.