rpms/opencv/devel opencv.spec,1.35,1.36

Haïkel Guémar hguemar at fedoraproject.org
Thu Jul 30 13:14:07 UTC 2009


Author: hguemar

Update of /cvs/extras/rpms/opencv/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv616

Modified Files:
	opencv.spec 
Log Message:
fix typo that prevented build on i386/i586


Index: opencv.spec
===================================================================
RCS file: /cvs/extras/rpms/opencv/devel/opencv.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- opencv.spec	30 Jul 2009 11:22:15 -0000	1.35
+++ opencv.spec	30 Jul 2009 13:14:06 -0000	1.36
@@ -3,7 +3,7 @@
 
 Name:           opencv
 Version:        1.1.0
-Release:        0.5.pre1%{?dist}
+Release:        0.6.pre1%{?dist}
 Summary:        Collection of algorithms for computer vision
 
 Group:          Development/Libraries
@@ -91,7 +91,7 @@ export SWIG_PYTHON_LIBS=%{_libdir}
   %{!?_without_gstreamer:--with-gstreamer} \
   %{?_with_xine:--with-xine --without-quicktime} \
   --with-unicap \
-  --with-1394libs --without-quicktime
+  --with-1394libs --without-quicktime \
 %ifarch i386 i586
   --disable-sse2 \
 %endif
@@ -162,6 +162,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 30 2009 Haïkel Guémar <karlthered at gmail.com> 1.1.0.0.6.pre1
+- Fix typo I introduced that prevented build on i386/i586
+
 * Fri Jul 30 2009 Haïkel Guémar <karlthered at gmail.com> 1.1.0.0.5.pre1
 - Added 1394libs and unicap support
 




More information about the fedora-extras-commits mailing list