Hello community,

here is the log from the commit of package opencv for openSUSE:Factory checked 
in at 2012-11-30 12:26:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-23 
08:08:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.opencv.new/opencv.changes       2012-11-30 
12:28:06.000000000 +0100
@@ -1,0 +2,29 @@
+Wed Nov 28 11:33:38 EET 2012 - [email protected]
+
+- Update to OpenCV 2.4.3
+  More info at:
+  http://opencv.org/opencv-2-4-3-released.html
+  The nicely formatted changelog can be seen here:
+  http://code.opencv.org/projects/opencv/wiki/ChangeLog;
+  here are the highlights:
+  * A lot of good stuff from the Google Summer of Code 2012 has been
+    integrated; this was a very productive summer!
+  * Significantly improved and optimized Android and iOS ports.
+  * Greatly extended GPU (i.e. CUDA-based) module.
+  * The brand new ocl (OpenCL-based) module that unleashes GPU power
+    also for AMD and Intel GPU users. It’s not included into the
+    binary package, since there are different SDKs, and it’s not
+    turned on by default. You need to run CMake and turn on
+    “WITH_OPENCL”. Also, please note that this is very first version
+    of the module, so it may be not very stable and not very
+    functional.
+  * Much better performance on many-core systems out of the box. You
+    do not need TBB anymore on MacOSX, iOS and Windows. BTW, the
+    binary package for Windows is now built without TBB support.
+    Libraries and DLLs for Visual Studio 2010 use the Concurrency
+    framework.
+  * About 130 bugs have been fixed since 2.4.2.
+  * Since 2.4.3rc we fixed several more problems, in particular some
+    compile problems with iOS 6 SDK.
+
+-------------------------------------------------------------------

Old:
----
  OpenCV-2.4.2.tar.bz2

New:
----
  OpenCV-2.4.3.tar.bz2

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

Other differences:
------------------
++++++ opencv.spec ++++++
--- /var/tmp/diff_new_pack.ndTK9N/_old  2012-11-30 12:28:09.000000000 +0100
+++ /var/tmp/diff_new_pack.ndTK9N/_new  2012-11-30 12:28:09.000000000 +0100
@@ -21,7 +21,7 @@
 Name:           opencv
 %define libname lib%{name}
 %define soname  2_4
-Version:        2.4.2
+Version:        2.4.3
 Release:        0
 Summary:        Collection of algorithms for computer vision
 License:        BSD-3-Clause

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

++++++ opencv-samples.patch ++++++
--- /var/tmp/diff_new_pack.ndTK9N/_old  2012-11-30 12:28:09.000000000 +0100
+++ /var/tmp/diff_new_pack.ndTK9N/_new  2012-11-30 12:28:09.000000000 +0100
@@ -1,7 +1,7 @@
-diff -urN OpenCV-2.4.2-orig/CMakeLists.txt OpenCV-2.4.2/CMakeLists.txt
---- OpenCV-2.4.2-orig/CMakeLists.txt   2012-06-29 01:56:14.000000000 +0300
-+++ OpenCV-2.4.2/CMakeLists.txt        2012-07-05 11:43:12.211958988 +0300
-@@ -423,7 +423,7 @@
+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)
  
  # examples
@@ -10,9 +10,9 @@
    add_subdirectory(samples)
  endif()
  
-diff -urN OpenCV-2.4.2-orig/samples/CMakeLists.txt 
OpenCV-2.4.2/samples/CMakeLists.txt
---- OpenCV-2.4.2-orig/samples/CMakeLists.txt   2012-06-29 01:55:28.000000000 
+0300
-+++ OpenCV-2.4.2/samples/CMakeLists.txt        2012-07-05 11:43:12.212959015 
+0300
+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
 @@ -3,6 +3,7 @@
  #
  # ----------------------------------------------------------------------------
@@ -21,7 +21,7 @@
  add_subdirectory(c)
  add_subdirectory(cpp)
  add_subdirectory(gpu)
-@@ -10,3 +11,9 @@
+@@ -11,3 +12,9 @@
  if(ANDROID AND BUILD_ANDROID_EXAMPLES)
    add_subdirectory(android)
  endif()
@@ -31,21 +31,33 @@
 +add_subdirectory(python)
 +add_subdirectory(python2)
 +endif()
-diff -urN OpenCV-2.4.2-orig/samples/gpu/CMakeLists.txt 
OpenCV-2.4.2/samples/gpu/CMakeLists.txt
---- OpenCV-2.4.2-orig/samples/gpu/CMakeLists.txt       2012-06-29 
01:55:28.000000000 +0300
-+++ OpenCV-2.4.2/samples/gpu/CMakeLists.txt    2012-07-05 11:43:12.212959015 
+0300
+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
 @@ -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 )
-   install(FILES ${install_list}
--          DESTINATION share/OpenCV/samples/${project}
-+          DESTINATION share/OpenCV/samples/gpu
-           PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)
- endif()
- 
-diff -urN OpenCV-2.4.2-orig/samples/python/CMakeLists.txt 
OpenCV-2.4.2/samples/python/CMakeLists.txt
---- OpenCV-2.4.2-orig/samples/python/CMakeLists.txt    1970-01-01 
02:00:00.000000000 +0200
-+++ OpenCV-2.4.2/samples/python/CMakeLists.txt 2012-07-05 11:43:25.429310480 
+0300
+ 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}
++          DESTINATION share/OpenCV/samples/gpu
+           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
+@@ -58,7 +58,7 @@
+ if (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}
++          DESTINATION share/OpenCV/samples/ocl
+           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
 @@ -0,0 +1,12 @@
 +# -------------------------------------------------------------------------
 +#  CMake file for Python samples. See root CMakeLists.txt
@@ -59,9 +71,9 @@
 +                    GROUP_READ GROUP_EXECUTE
 +                    WORLD_READ WORLD_EXECUTE)
 +endif()
-diff -urN OpenCV-2.4.2-orig/samples/python2/CMakeLists.txt 
OpenCV-2.4.2/samples/python2/CMakeLists.txt
---- OpenCV-2.4.2-orig/samples/python2/CMakeLists.txt   1970-01-01 
02:00:00.000000000 +0200
-+++ OpenCV-2.4.2/samples/python2/CMakeLists.txt        2012-07-05 
11:43:39.461679267 +0300
+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
 @@ -0,0 +1,12 @@
 +# -------------------------------------------------------------------------
 +#  CMake file for Python samples. See root CMakeLists.txt

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

Reply via email to