From f5a6efabda86d900bf8b30ab918b2c8c97ce786f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=C3=AFkel=20Gu=C3=A9mar?= Date: Sat, 27 Feb 2010 21:47:58 +0000 Subject: [PATCH] replaced BR unicap-devel by libucil-devel due to unicap package split --- opencv.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/opencv.spec b/opencv.spec index ed0a0b6..45dbadb 100644 --- a/opencv.spec +++ b/opencv.spec @@ -4,7 +4,7 @@ Name: opencv Version: 2.0.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Collection of algorithms for computer vision Group: Development/Libraries @@ -21,7 +21,7 @@ BuildRequires: libtool BuildRequires: cmake >= 2.4 BuildRequires: gtk2-devel -BuildRequires: unicap-devel +BuildRequires: libucil-devel BuildRequires: libtheora-devel BuildRequires: libvorbis-devel %ifnarch s390 s390x @@ -179,6 +179,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Feb 27 2010 Haïkel Guémar - 2.0.0-7 +- replaced BR unicap-devel by libucil-devel (unicap split) + * Thu Feb 25 2010 Haïkel Guémar - 2.0.0-6 - use cmake build system - applications renamed to opencv_xxx instead of opencv-xxx