From a09679577012e5f098befa4a3bf260559b105b45 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sun, 19 Apr 2015 17:34:39 +0200 Subject: [PATCH] Project moved to github. --- waf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/waf.spec b/waf.spec index 1d340c9..576dd39 100644 --- a/waf.spec +++ b/waf.spec @@ -14,12 +14,12 @@ Name: waf Version: 1.8.8 -Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist} +Release: %{?prerel:0.}2%{?prerel:.%prerel}%{?dist} Summary: A Python-based build system Group: Development/Tools # The entire source code is BSD apart from pproc.py (taken from Python 2.5) License: BSD and Python -URL: http://code.google.com/p/waf/ +URL: https://github.com/waf-project/waf # Original tarfile can be found at # https://waf.io/waf-%%{version}.tar.bz2 or # http://www.freehackers.org/%7Etnagy/release/waf-%%{version}.tar.bz2 @@ -201,6 +201,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Sun Apr 19 2015 Thomas Moschny - 1.8.8-2 +- Project moved to github. + * Sun Apr 19 2015 Thomas Moschny - 1.8.8-1 - Update to 1.8.8. - Apply updated Python packaging guidelines.