Hello community,

here is the log from the commit of package opencv for openSUSE:Factory checked 
in at 2012-06-10 23:01:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opencv (Old)
 and      /work/SRC/openSUSE:Factory/.opencv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opencv", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/opencv/opencv.changes    2012-05-16 
21:08:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.opencv.new/opencv.changes       2012-06-10 
23:01:33.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Jun  8 11:07:47 EEST 2012 - kop...@nand.bg
+
+- Update to OpenCV 2.4.1
+  More info at:
+  http://code.opencv.org/projects/opencv/wiki/ChangeLog
+
+-------------------------------------------------------------------

Old:
----
  OpenCV-2.4.0.tar.bz2
  opencv-2.3-underlinking.patch

New:
----
  OpenCV-2.4.1.tar.bz2
  opencv-underlinking.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ opencv.spec ++++++
--- /var/tmp/diff_new_pack.EdVJqC/_old  2012-06-10 23:01:35.000000000 +0200
+++ /var/tmp/diff_new_pack.EdVJqC/_new  2012-06-10 23:01:35.000000000 +0200
@@ -21,7 +21,7 @@
 Name:           opencv
 %define libname lib%{name}
 %define soname  2_4
-Version:        2.4.0
+Version:        2.4.1
 Release:        0
 Summary:        Collection of algorithms for computer vision
 License:        BSD-3-Clause
@@ -30,8 +30,8 @@
 Source0:        
http://downloads.sourceforge.net/project/%{name}library/%{name}-unix/%{version}/OpenCV-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM opencv-samples.patch kop...@nand.bg -- Improve samples 
installation.
 Patch1:         %{name}-samples.patch
-# PATCH-FIX-UPSTREAM opencv-2.3-underlinking.patch reddw...@opensuse.org -- 
Make libopencv_highgui.so link to libv4l2 since it's using symbols defined 
there.
-Patch2:         %{name}-2.3-underlinking.patch
+# PATCH-FIX-UPSTREAM opencv-underlinking.patch kop...@nand.bg -- Make 
libopencv_highgui.so link to libv4l2 since it's using symbols defined there.
+Patch2:         %{name}-underlinking.patch
 # PATCH-FIX-OPENSUSE opencv-datadir.patch kop...@nand.bg -- Install data files 
in share/opencv instead of share/OpenCV.
 Patch3:         %{name}-datadir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -105,7 +105,7 @@
 %prep
 %setup -qn OpenCV-%{version}
 %patch1 -p1
-%patch2
+%patch2 -p1
 %patch3 -p1
 
 # Windows specific and with wrong end of line

++++++ OpenCV-2.4.0.tar.bz2 -> OpenCV-2.4.1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/opencv/OpenCV-2.4.0.tar.bz2 
/work/SRC/openSUSE:Factory/.opencv.new/OpenCV-2.4.1.tar.bz2 differ: char 11, 
line 1

++++++ opencv-underlinking.patch ++++++
diff -urN OpenCV-2.4.1-orig/cmake/OpenCVFindLibsVideo.cmake 
OpenCV-2.4.1/cmake/OpenCVFindLibsVideo.cmake
--- OpenCV-2.4.1-orig/cmake/OpenCVFindLibsVideo.cmake   2012-05-31 
17:05:39.000000000 +0300
+++ OpenCV-2.4.1/cmake/OpenCVFindLibsVideo.cmake        2012-06-08 
11:26:23.643869881 +0300
@@ -75,6 +75,7 @@
 ocv_clear_vars(HAVE_LIBV4L HAVE_CAMV4L HAVE_CAMV4L2)
 if(WITH_V4L)
   CHECK_MODULE(libv4l1 HAVE_LIBV4L)
+  CHECK_MODULE(libv4l2 HAVE_LIBV4L2)
   CHECK_INCLUDE_FILE(linux/videodev.h HAVE_CAMV4L)
   CHECK_INCLUDE_FILE(linux/videodev2.h HAVE_CAMV4L2)
 endif(WITH_V4L)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to