From 9c2877435f37a3f2d07e876da44dcdae96ee07b4 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sat, 3 Dec 2016 08:50:14 +0100 Subject: [PATCH] Update to 1.9.6. --- repack.sh | 2 +- sources | 2 +- waf.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/repack.sh b/repack.sh index 06b2fa0..d1a060a 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.9.5 +version=1.9.6 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index b925ce5..bcdee02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9df5d9c03aa08d86453e908d51b79868 waf-1.9.5.stripped.tar.bz2 +811241a171c07a4a55d7ff98a01c49ef waf-1.9.6.stripped.tar.bz2 diff --git a/waf.spec b/waf.spec index 8ae5709..f408546 100644 --- a/waf.spec +++ b/waf.spec @@ -16,7 +16,7 @@ %undefine prerel Name: waf -Version: 1.9.5 +Version: 1.9.6 Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist} Summary: A Python-based build system Group: Development/Tools @@ -222,6 +222,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Sat Dec 3 2016 Thomas Moschny - 1.9.6-1 +- Update to 1.9.6. + * Mon Oct 10 2016 Thomas Moschny - 1.9.5-1 - Update to 1.9.5.