Hello community, here is the log from the commit of package opencv for openSUSE:Factory checked in at Sat Nov 20 12:23:28 CET 2010. -------- --- opencv/opencv.changes 2010-10-08 09:33:17.000000000 +0200 +++ /mounts/work_src_done/STABLE/opencv/opencv.changes 2010-11-11 15:50:37.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Nov 11 15:50:25 CET 2010 - dmueller@suse.de + +- fix build with gcc 4.6 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- opencv-gcc-46.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opencv.spec ++++++ --- /var/tmp/diff_new_pack.jsu9bu/_old 2010-11-20 12:23:21.000000000 +0100 +++ /var/tmp/diff_new_pack.jsu9bu/_new 2010-11-20 12:23:21.000000000 +0100 @@ -22,7 +22,7 @@ %define libname lib%{name} %define soname 2 Version: 2.1.0 -Release: 5 +Release: 6 Summary: Collection of algorithms for computer vision Group: Development/Libraries License: BSD3c @@ -33,6 +33,7 @@ Patch2: libpng14.patch # PATCH-FIX-UPSTREAM %{name}-2.1-underlinking.patch sf#3083546 reddwarf@opensuse.org -- Link against libv4l2 Patch3: %{name}-2.1-underlinking.patch +Patch4: opencv-gcc-46.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel %if 0%{?suse_version} >= 1110 @@ -112,6 +113,7 @@ %patch1 -p1 %patch2 -p1 %patch3 +%patch4 # Windows specific and with wrong end of line %{__rm} -f doc/packaging.txt %{__chmod} +x samples/c/build_all.sh ++++++ opencv-gcc-46.diff ++++++ --- include/opencv/cxcore.hpp +++ include/opencv/cxcore.hpp @@ -51,6 +51,7 @@ #include <algorithm> #include <cmath> #include <complex> +#include <cstddef> #include <map> #include <new> #include <string> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org