[waf] * Fri Jul 30 2010 Thomas Moschny <thomas.moschny at gmx.de> - 1.5.18-3 - Require 'python(abi)' instead

Thomas Moschny thm at fedoraproject.org
Fri Jul 30 12:01:14 UTC 2010


commit efe96355137b537b2a83e69e973af2aee765ab77
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Fri Jul 30 14:01:06 2010 +0200

    * Fri Jul 30 2010 Thomas Moschny <thomas.moschny at gmx.de> - 1.5.18-3
    - Require 'python(abi)' instead of 'python-abi', seems more common
      now.

 waf.spec |    8 ++++++--
 1 files 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 <thomas.moschny at gmx.de> - 1.5.18-3
+- Require 'python(abi)' instead of 'python-abi', seems more common
+  now.
+
 * Fri Jul 30 2010 Thomas Moschny <thomas.moschny at gmx.de> - 1.5.18-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list