Hello community, here is the log from the commit of package opencv for openSUSE:Factory checked in at 2014-05-17 21:46:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opencv (Old) and /work/SRC/openSUSE:Factory/.opencv.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opencv" Changes: -------- --- /work/SRC/openSUSE:Factory/opencv/opencv.changes 2014-04-30 15:10:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.opencv.new/opencv.changes 2014-05-17 21:46:43.000000000 +0200 @@ -1,0 +2,15 @@ +Tue May 13 14:56:21 EEST 2014 - [email protected] + +- Update to OpenCV 2.4.9 + More info at: + http://opencv.org/opencv-2-4-9-is-out.html + The brief list of changes: + * new 3D visualization module ‘viz’; + * performance fixes in ‘ocl’ module; + * fixes in Android Camera; + * improved CUDA support for mobile platforms; + * bugfixes from community; + * 55 reported bugs have been closed; + * 156 pull requests have been merged. + +------------------------------------------------------------------- Old: ---- 2.4.8.tar.gz New: ---- 2.4.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opencv.spec ++++++ --- /var/tmp/diff_new_pack.zfp2NC/_old 2014-05-17 21:46:46.000000000 +0200 +++ /var/tmp/diff_new_pack.zfp2NC/_new 2014-05-17 21:46:46.000000000 +0200 @@ -22,7 +22,7 @@ %define soname 2_4 Name: opencv -Version: 2.4.8 +Version: 2.4.9 Release: 0 Summary: Collection of algorithms for computer vision License: BSD-3-Clause ++++++ 2.4.8.tar.gz -> 2.4.9.tar.gz ++++++ /work/SRC/openSUSE:Factory/opencv/2.4.8.tar.gz /work/SRC/openSUSE:Factory/.opencv.new/2.4.9.tar.gz differ: char 28, line 1 ++++++ opencv-samples.patch ++++++ --- /var/tmp/diff_new_pack.zfp2NC/_old 2014-05-17 21:46:46.000000000 +0200 +++ /var/tmp/diff_new_pack.zfp2NC/_new 2014-05-17 21:46:46.000000000 +0200 @@ -1,7 +1,7 @@ -diff -Naur opencv-2.4.7.orig/CMakeLists.txt opencv-2.4.7/CMakeLists.txt ---- opencv-2.4.7.orig/CMakeLists.txt 2013-11-06 15:26:39.000000000 +0100 -+++ opencv-2.4.7/CMakeLists.txt 2013-11-12 23:58:52.378443609 +0100 -@@ -504,7 +504,7 @@ +diff -urN opencv-2.4.9-orig/CMakeLists.txt opencv-2.4.9/CMakeLists.txt +--- opencv-2.4.9-orig/CMakeLists.txt 2014-04-11 13:15:26.000000000 +0300 ++++ opencv-2.4.9/CMakeLists.txt 2014-05-13 14:42:25.709764721 +0300 +@@ -556,7 +556,7 @@ endif() # examples @@ -10,9 +10,9 @@ add_subdirectory(samples) endif() -diff -Naur opencv-2.4.7.orig/samples/CMakeLists.txt opencv-2.4.7/samples/CMakeLists.txt ---- opencv-2.4.7.orig/samples/CMakeLists.txt 2013-11-06 15:26:39.000000000 +0100 -+++ opencv-2.4.7/samples/CMakeLists.txt 2013-11-13 00:01:39.970348422 +0100 +diff -urN opencv-2.4.9-orig/samples/CMakeLists.txt opencv-2.4.9/samples/CMakeLists.txt +--- opencv-2.4.9-orig/samples/CMakeLists.txt 2014-04-11 13:15:26.000000000 +0300 ++++ opencv-2.4.9/samples/CMakeLists.txt 2014-05-13 14:42:25.710764736 +0300 @@ -10,6 +10,7 @@ # # ---------------------------------------------------------------------------- @@ -34,20 +34,9 @@ # # END OF BUILD CASE 1: Build samples with library sources -diff -Naur opencv-2.4.7.orig/samples/gpu/CMakeLists.txt opencv-2.4.7/samples/gpu/CMakeLists.txt ---- opencv-2.4.7.orig/samples/gpu/CMakeLists.txt 2013-11-06 15:26:39.000000000 +0100 -+++ opencv-2.4.7/samples/gpu/CMakeLists.txt 2013-11-13 00:02:21.474829545 +0100 -@@ -83,6 +83,6 @@ - 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 -Naur opencv-2.4.7.orig/samples/python/CMakeLists.txt opencv-2.4.7/samples/python/CMakeLists.txt ---- opencv-2.4.7.orig/samples/python/CMakeLists.txt 1970-01-01 01:00:00.000000000 +0100 -+++ opencv-2.4.7/samples/python/CMakeLists.txt 2013-11-13 00:03:21.049084764 +0100 +diff -urN opencv-2.4.9-orig/samples/python/CMakeLists.txt opencv-2.4.9/samples/python/CMakeLists.txt +--- opencv-2.4.9-orig/samples/python/CMakeLists.txt 1970-01-01 02:00:00.000000000 +0200 ++++ opencv-2.4.9/samples/python/CMakeLists.txt 2014-05-13 14:42:25.710764736 +0300 @@ -0,0 +1,12 @@ +# ------------------------------------------------------------------------- +# CMake file for Python samples. See root CMakeLists.txt @@ -61,9 +50,9 @@ + GROUP_READ GROUP_EXECUTE + WORLD_READ WORLD_EXECUTE) +endif() -diff -Naur opencv-2.4.7.orig/samples/python2/CMakeLists.txt opencv-2.4.7/samples/python2/CMakeLists.txt ---- opencv-2.4.7.orig/samples/python2/CMakeLists.txt 1970-01-01 01:00:00.000000000 +0100 -+++ opencv-2.4.7/samples/python2/CMakeLists.txt 2013-11-13 00:03:51.490704191 +0100 +diff -urN opencv-2.4.9-orig/samples/python2/CMakeLists.txt opencv-2.4.9/samples/python2/CMakeLists.txt +--- opencv-2.4.9-orig/samples/python2/CMakeLists.txt 1970-01-01 02:00:00.000000000 +0200 ++++ opencv-2.4.9/samples/python2/CMakeLists.txt 2014-05-13 14:42:25.711764750 +0300 @@ -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]
