From cfba127e387f81163968281ef1f8e7d34488aabf Mon Sep 17 00:00:00 2001 From: corsepiu Date: Mon, 11 Dec 2006 08:54:03 +0000 Subject: [PATCH] - Remove python-abi. --- opencv.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/opencv.spec b/opencv.spec index fc0dce5..caffbea 100644 --- a/opencv.spec +++ b/opencv.spec @@ -5,7 +5,7 @@ Name: opencv Version: 0.9.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Collection of algorithms for computer vision Group: Development/Libraries @@ -47,7 +47,6 @@ will use the OpenCV library. Summary: Python bindings for apps which use OpenCV Group: Development/Libraries Requires: opencv = %{version}-%{release} -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description python This package contains Python bindings for the OpenCV library. @@ -131,8 +130,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Dec 11 2006 Ralf Corsépius - 0.9.9-4 +- Remove python-abi. + * Thu Oct 05 2006 Christian Iseli 0.9.9-3 - - rebuilt for unwind info generation, broken in gcc-4.1.1-21 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Thu Sep 21 2006 Ralf Corsépius - 0.9.9-2 - Stop configure.in from hacking CXXFLAGS.