Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2015-09-24 06:12:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-intel (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-video-intel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-video-intel"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes        
2015-08-21 07:36:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2015-09-24 06:12:56.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Sep 11 13:52:33 UTC 2015 - tobias.johannes.klausm...@mni.thm.de
+
+ - Fix build against upcoming X-Server 1.18:
+  + Add missing required package xfont
+  + Add 
U_uxa_fix_the_call_to_PixmapSyncDirtyHelper_broken_by_xservers_90db5ed.patch
+
+-------------------------------------------------------------------

New:
----
  U_uxa_fix_the_call_to_PixmapSyncDirtyHelper_broken_by_xservers_90db5ed.patch

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

Other differences:
------------------
++++++ xf86-video-intel.spec ++++++
--- /var/tmp/diff_new_pack.KurwLd/_old  2015-09-24 06:12:57.000000000 +0200
+++ /var/tmp/diff_new_pack.KurwLd/_new  2015-09-24 06:12:57.000000000 +0200
@@ -35,7 +35,7 @@
 Patch0:         U_sna-Protect-against-ABI-breakage-in-recent-versions-.patch
 Patch1:         u_sna-fix-missing-includes-for-fstat.patch
 Patch2:         u_uxa-fix-missing-includes-for-fstat.patch
-
+Patch10:        
U_uxa_fix_the_call_to_PixmapSyncDirtyHelper_broken_by_xservers_90db5ed.patch
 %if %glamor
 Requires:       glamor
 %endif
@@ -66,6 +66,7 @@
 BuildRequires:  pkgconfig(xextproto)
 BuildRequires:  pkgconfig(xf86driproto)
 BuildRequires:  pkgconfig(xfixes)
+BuildRequires:  pkgconfig(xfont)
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 BuildRequires:  pkgconfig(xorg-server) >= 1.0.99.901
@@ -108,6 +109,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch10 -p1
 
 %build
 ###    --enable-dri3 \

++++++ 
U_uxa_fix_the_call_to_PixmapSyncDirtyHelper_broken_by_xservers_90db5ed.patch 
++++++
>From 2c5063938cc809f624e56efd4673041fa8141e81 Mon Sep 17 00:00:00 2001
From: Martin Peres <martin.pe...@linux.intel.com>
Date: Thu, 9 Jul 2015 11:26:38 +0300
Subject: uxa: fix the call to PixmapSyncDirtyHelper, broken by xserver's
 90db5ed

[ickle: switch to HAS_DIRTYTRACKING_ROTATION as suggested by Dave Airlie]
Signed-off-by: Martin Peres <martin.pe...@linux.intel.com>

diff --git a/src/compat-api.h b/src/compat-api.h
index aa93bee..293e9d7 100644
--- a/src/compat-api.h
+++ b/src/compat-api.h
@@ -247,3 +247,7 @@ static inline void FreePixmap(PixmapPtr pixmap)
 #endif
 
 #endif
+
+#if HAS_DIRTYTRACKING_ROTATION
+#define PixmapSyncDirtyHelper(d, dd) PixmapSyncDirtyHelper(d)
+#endif
-- 
cgit v0.10.2


Reply via email to