From 45dbf7c85e683eff94d2a5b402df17b751a6379c Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Tue, 2 Oct 2012 10:59:40 +0200 Subject: [PATCH] Update to 1.7.5. --- .gitignore | 1 + repack.sh | 2 +- sources | 2 +- waf.spec | 5 ++++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6b51d05..9c27628 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /waf-1.7.1.stripped.tar.bz2 /waf-1.7.2.stripped.tar.bz2 /waf-1.7.4.stripped.tar.bz2 +/waf-1.7.5.stripped.tar.bz2 diff --git a/repack.sh b/repack.sh index 3173baa..b8851a6 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=1.7.4 +version=1.7.5 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index 766c371..e23b8c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf9e39b587eb7b46bf6f270afbc31cdb waf-1.7.4.stripped.tar.bz2 +6a5126cea24365755f0f7ff648278c22 waf-1.7.5.stripped.tar.bz2 diff --git a/waf.spec b/waf.spec index 6f3cb95..486bcae 100644 --- a/waf.spec +++ b/waf.spec @@ -13,7 +13,7 @@ %undefine prerel Name: waf -Version: 1.7.4 +Version: 1.7.5 Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist} Summary: A Python-based build system Group: Development/Tools @@ -209,6 +209,9 @@ rm -rf %{buildroot} %changelog +* Tue Oct 2 2012 Thomas Moschny - 1.7.5-1 +- Update to 1.7.5. + * Wed Sep 26 2012 Thomas Moschny - 1.7.4-1 - Update to 1.7.4.