Hello community,

here is the log from the commit of package opencv for openSUSE:Factory checked 
in at 2013-03-06 07:22:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-10 
10:58:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.opencv.new/opencv.changes       2013-03-06 
07:22:21.000000000 +0100
@@ -1,0 +2,22 @@
+Tue Mar  5 14:42:49 EET 2013 - [email protected]
+
+- Update to OpenCV 2.4.4
+  More info at:
+  http://opencv.org/opencv-2-4-4-is-out.html
+  The brief list of changes:
+  * OpenCV Java bindings are ported from Android to desktop Java!
+    Actually any JVM language will work, see Tutorial for details,
+    and Java or Scala code samples.
+  * Android application framework, samples, tutorials, and OpenCV
+    Manager are improved.
+  * Optimizations for the new NVIDIA Kepler architecture, CARMA
+    platform support and other new optimizations in CUDA.
+  * OpenCL module now builds successfully with various SDKs (from
+    AMD, NVIDIA, Intel and Apple) and runs well on different GPUs
+    (AMD, NVidia, Intel HD4000). A lot of new functionality has been
+    added, tons of bugs fixed, performance of many functions has
+    been significantly improved.
+  * 100+ reported problems have been resolved since 2.4.3, thanks
+    everybody who participated!
+
+-------------------------------------------------------------------

Old:
----
  OpenCV-2.4.3.tar.bz2

New:
----
  OpenCV-2.4.4.tar.bz2

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

Other differences:
------------------
++++++ opencv.spec ++++++
--- /var/tmp/diff_new_pack.BiINsJ/_old  2013-03-06 07:22:25.000000000 +0100
+++ /var/tmp/diff_new_pack.BiINsJ/_new  2013-03-06 07:22:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opencv
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Name:           opencv
 %define libname lib%{name}
 %define soname  2_4
-Version:        2.4.3
+Version:        2.4.4
 Release:        0
 Summary:        Collection of algorithms for computer vision
 License:        BSD-3-Clause
@@ -55,6 +55,7 @@
 BuildRequires:  libffmpeg-devel
 %endif
 BuildRequires:  libv4l-devel
+BuildRequires:  python-sphinx
 
 %description
 OpenCV means IntelĀ® Open Source Computer Vision Library. It is a collection of 
C

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

++++++ opencv-samples.patch ++++++
--- /var/tmp/diff_new_pack.BiINsJ/_old  2013-03-06 07:22:25.000000000 +0100
+++ /var/tmp/diff_new_pack.BiINsJ/_new  2013-03-06 07:22:25.000000000 +0100
@@ -1,8 +1,8 @@
-diff -urN OpenCV-2.4.3-orig/CMakeLists.txt OpenCV-2.4.3/CMakeLists.txt
---- OpenCV-2.4.3-orig/CMakeLists.txt   2012-11-02 17:04:07.000000000 +0200
-+++ OpenCV-2.4.3/CMakeLists.txt        2012-11-28 12:01:07.942804657 +0200
-@@ -455,7 +455,7 @@
- add_subdirectory(apps)
+diff -urN OpenCV-2.4.4-orig/CMakeLists.txt OpenCV-2.4.4/CMakeLists.txt
+--- OpenCV-2.4.4-orig/CMakeLists.txt   2013-03-01 17:48:03.000000000 +0200
++++ OpenCV-2.4.4/CMakeLists.txt        2013-03-05 15:05:43.155239930 +0200
+@@ -457,7 +457,7 @@
+ endif()
  
  # examples
 -if(BUILD_EXAMPLES OR BUILD_ANDROID_EXAMPLES OR INSTALL_PYTHON_EXAMPLES)
@@ -10,9 +10,9 @@
    add_subdirectory(samples)
  endif()
  
-diff -urN OpenCV-2.4.3-orig/samples/CMakeLists.txt 
OpenCV-2.4.3/samples/CMakeLists.txt
---- OpenCV-2.4.3-orig/samples/CMakeLists.txt   2012-08-09 01:55:05.000000000 
+0300
-+++ OpenCV-2.4.3/samples/CMakeLists.txt        2012-11-28 12:01:07.943804624 
+0200
+diff -urN OpenCV-2.4.4-orig/samples/CMakeLists.txt 
OpenCV-2.4.4/samples/CMakeLists.txt
+--- OpenCV-2.4.4-orig/samples/CMakeLists.txt   2013-01-28 01:00:48.000000000 
+0200
++++ OpenCV-2.4.4/samples/CMakeLists.txt        2013-03-05 15:05:43.156239810 
+0200
 @@ -3,6 +3,7 @@
  #
  # ----------------------------------------------------------------------------
@@ -31,9 +31,9 @@
 +add_subdirectory(python)
 +add_subdirectory(python2)
 +endif()
-diff -urN OpenCV-2.4.3-orig/samples/gpu/CMakeLists.txt 
OpenCV-2.4.3/samples/gpu/CMakeLists.txt
---- OpenCV-2.4.3-orig/samples/gpu/CMakeLists.txt       2012-10-18 
01:55:38.000000000 +0300
-+++ OpenCV-2.4.3/samples/gpu/CMakeLists.txt    2012-11-28 12:01:07.943804624 
+0200
+diff -urN OpenCV-2.4.4-orig/samples/gpu/CMakeLists.txt 
OpenCV-2.4.4/samples/gpu/CMakeLists.txt
+--- OpenCV-2.4.4-orig/samples/gpu/CMakeLists.txt       2013-01-28 
01:00:49.000000000 +0200
++++ OpenCV-2.4.4/samples/gpu/CMakeLists.txt    2013-03-05 15:05:43.156239810 
+0200
 @@ -64,7 +64,7 @@
  if (INSTALL_C_EXAMPLES AND NOT WIN32)
    file(GLOB install_list *.c *.cpp *.jpg *.png *.data makefile.* build_all.sh 
*.dsp *.cmd )
@@ -43,11 +43,11 @@
            PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)
  endif()
  
-diff -urN OpenCV-2.4.3-orig/samples/ocl/CMakeLists.txt 
OpenCV-2.4.3/samples/ocl/CMakeLists.txt
---- OpenCV-2.4.3-orig/samples/ocl/CMakeLists.txt       2012-10-18 
01:55:38.000000000 +0300
-+++ OpenCV-2.4.3/samples/ocl/CMakeLists.txt    2012-11-28 13:16:24.943465391 
+0200
+diff -urN OpenCV-2.4.4-orig/samples/ocl/CMakeLists.txt 
OpenCV-2.4.4/samples/ocl/CMakeLists.txt
+--- OpenCV-2.4.4-orig/samples/ocl/CMakeLists.txt       2013-01-28 
01:00:49.000000000 +0200
++++ OpenCV-2.4.4/samples/ocl/CMakeLists.txt    2013-03-05 15:05:43.156239810 
+0200
 @@ -58,7 +58,7 @@
- if (NOT WIN32)
+ if (INSTALL_C_EXAMPLES AND NOT WIN32)
    file(GLOB install_list *.c *.cpp *.jpg *.png *.data makefile.* build_all.sh 
*.dsp *.cmd )
    install(FILES ${install_list}
 -          DESTINATION share/opencv/samples/${project}
@@ -55,9 +55,9 @@
            PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)
  endif()
  
-diff -urN OpenCV-2.4.3-orig/samples/python/CMakeLists.txt 
OpenCV-2.4.3/samples/python/CMakeLists.txt
---- OpenCV-2.4.3-orig/samples/python/CMakeLists.txt    1970-01-01 
02:00:00.000000000 +0200
-+++ OpenCV-2.4.3/samples/python/CMakeLists.txt 2012-11-28 12:01:07.943804624 
+0200
+diff -urN OpenCV-2.4.4-orig/samples/python/CMakeLists.txt 
OpenCV-2.4.4/samples/python/CMakeLists.txt
+--- OpenCV-2.4.4-orig/samples/python/CMakeLists.txt    1970-01-01 
02:00:00.000000000 +0200
++++ OpenCV-2.4.4/samples/python/CMakeLists.txt 2013-03-05 15:05:43.157239687 
+0200
 @@ -0,0 +1,12 @@
 +# -------------------------------------------------------------------------
 +#  CMake file for Python samples. See root CMakeLists.txt
@@ -71,9 +71,9 @@
 +                    GROUP_READ GROUP_EXECUTE
 +                    WORLD_READ WORLD_EXECUTE)
 +endif()
-diff -urN OpenCV-2.4.3-orig/samples/python2/CMakeLists.txt 
OpenCV-2.4.3/samples/python2/CMakeLists.txt
---- OpenCV-2.4.3-orig/samples/python2/CMakeLists.txt   1970-01-01 
02:00:00.000000000 +0200
-+++ OpenCV-2.4.3/samples/python2/CMakeLists.txt        2012-11-28 
12:01:07.943804624 +0200
+diff -urN OpenCV-2.4.4-orig/samples/python2/CMakeLists.txt 
OpenCV-2.4.4/samples/python2/CMakeLists.txt
+--- OpenCV-2.4.4-orig/samples/python2/CMakeLists.txt   1970-01-01 
02:00:00.000000000 +0200
++++ OpenCV-2.4.4/samples/python2/CMakeLists.txt        2013-03-05 
15:05:43.157239687 +0200
 @@ -0,0 +1,12 @@
 +# -------------------------------------------------------------------------
 +#  CMake file for Python samples. See root CMakeLists.txt

++++++ opencv-underlinking.patch ++++++
--- /var/tmp/diff_new_pack.BiINsJ/_old  2013-03-06 07:22:25.000000000 +0100
+++ /var/tmp/diff_new_pack.BiINsJ/_new  2013-03-06 07:22:25.000000000 +0100
@@ -1,11 +1,11 @@
-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)
+diff -urN OpenCV-2.4.4-orig/cmake/OpenCVFindLibsVideo.cmake 
OpenCV-2.4.4/cmake/OpenCVFindLibsVideo.cmake
+--- OpenCV-2.4.4-orig/cmake/OpenCVFindLibsVideo.cmake  2013-01-30 
00:55:13.000000000 +0200
++++ OpenCV-2.4.4/cmake/OpenCVFindLibsVideo.cmake       2013-03-05 
15:14:30.268631569 +0200
+@@ -88,6 +88,7 @@
+ ocv_clear_vars(HAVE_LIBV4L HAVE_CAMV4L HAVE_CAMV4L2 HAVE_VIDEOIO)
  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)
+   CHECK_INCLUDE_FILE(sys/videoio.h HAVE_VIDEOIO)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to