From 8c8f2edbd83615e90e5dca67e164168aaeec44eb Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sun, 4 Jun 2017 14:33:26 +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 4323253..dbb2a42 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.9.11 +version=1.9.12 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 4d314c9..e529cd3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-1.9.11.stripped.tar.bz2) = 3e2582641171d6114e2e8dcdc87fa5bc94ab59a818f88d1d73b777f2a4b83b01a7b0f9a2d3c3f73c3015a035355971a7b9ae3ef3b7611bf1293b13ba1b2aa53b +SHA512 (waf-1.9.12.stripped.tar.bz2) = d032a65a67f048d9adb6417bb38954dc41cfee16a3385e949306997945f30a297653df731eb332d70d2205752f1ddd74139b5083b58c0d5bdcd508794fb24c50 diff --git a/waf.spec b/waf.spec index a3dbc04..c21fa9d 100644 --- a/waf.spec +++ b/waf.spec @@ -26,7 +26,7 @@ %endif Name: waf -Version: 1.9.11 +Version: 1.9.12 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 +* Sun Jun 4 2017 Thomas Moschny - 1.9.12-1 +- Update to 1.9.12. + * Mon May 15 2017 Thomas Moschny - 1.9.11-1 - Update to 1.9.11.