Hello community, here is the log from the commit of package DirectFB for openSUSE:Factory checked in at 2015-10-19 22:14:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/DirectFB (Old) and /work/SRC/openSUSE:Factory/.DirectFB.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "DirectFB" Changes: -------- --- /work/SRC/openSUSE:Factory/DirectFB/DirectFB.changes 2015-08-21 07:36:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.DirectFB.new/DirectFB.changes 2015-10-19 22:14:32.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Oct 14 10:45:13 UTC 2015 - [email protected] + +- Add DirectFB-i2c-tools.patch in order to fix build failure with + new i2c-tools + +------------------------------------------------------------------- New: ---- DirectFB-i2c-tools.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ DirectFB.spec ++++++ --- /var/tmp/diff_new_pack.YPmCqM/_old 2015-10-19 22:14:33.000000000 +0200 +++ /var/tmp/diff_new_pack.YPmCqM/_new 2015-10-19 22:14:33.000000000 +0200 @@ -64,6 +64,8 @@ Patch22: DirectFB-CVE-2014-2977.patch # PATCH-FIX-UPSTREAM http://mail.directfb.org/pipermail/directfb-dev/2015-March/006879.html Patch23: DirectFB-CVE-2014-2978.patch +# PATCH-FIX-OPENSUSE DirectFB-i2c-tools.patch -- [email protected]; fix build against new i2c-tools +Patch24: DirectFB-i2c-tools.patch BuildRequires: LibVNCServer-devel %if 0%{?suse_version} > 1220 # Mesa-lib* available only in 12.2+ @@ -226,6 +228,7 @@ %patch21 -p1 %patch22 %patch23 +%patch24 -p1 #Disable ppc asm since compilation fails (and it seems better to use glibc) sed -i.noppcasm -e 's/want_ppcasm=yes/want_ppcasm=no/'g configure.in configure ++++++ DirectFB-i2c-tools.patch ++++++ Index: DirectFB-1.7.7/gfxdrivers/matrox/matrox_maven.c =================================================================== --- DirectFB-1.7.7.orig/gfxdrivers/matrox/matrox_maven.c +++ DirectFB-1.7.7/gfxdrivers/matrox/matrox_maven.c @@ -36,6 +36,7 @@ //#include <linux/i2c.h> #include <linux/i2c-dev.h> +#include <i2c/smbus.h> #include <directfb.h>
