From efe96355137b537b2a83e69e973af2aee765ab77 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Fri, 30 Jul 2010 14:01:06 +0200 Subject: [PATCH] * Fri Jul 30 2010 Thomas Moschny - 1.5.18-3 - Require 'python(abi)' instead of 'python-abi', seems more common now. --- waf.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/waf.spec b/waf.spec index 33f60df..5793ef6 100644 --- a/waf.spec +++ b/waf.spec @@ -1,6 +1,6 @@ Name: waf Version: 1.5.18 -Release: 2%{?dist} +Release: 3%{?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) @@ -20,7 +20,7 @@ BuildArch: noarch BuildRequires: python-devel # Seems like automatic ABI dependency is not detected since the files are # going to a non-standard location -Requires: python-abi %(%{__python} -c "import sys ; print \"=\", sys.version[:3]") +Requires: python(abi) %(%{__python} -c "import sys ; print \"=\", sys.version[:3]") # the demo suite contains a perl module, which draws in unwanted @@ -86,6 +86,10 @@ find demos utils -type f -exec %{__chmod} 0644 {} \; %changelog +* Fri Jul 30 2010 Thomas Moschny - 1.5.18-3 +- Require 'python(abi)' instead of 'python-abi', seems more common + now. + * Fri Jul 30 2010 Thomas Moschny - 1.5.18-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild