Hello community, here is the log from the commit of package xorg-x11-driver-video for openSUSE:Factory checked in at 2011-11-02 15:46:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-video (Old) and /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xorg-x11-driver-video", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes 2011-10-11 17:07:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xorg-x11-driver-video.new/xorg-x11-driver-video.changes 2011-11-02 15:46:52.000000000 +0100 @@ -1,0 +2,8 @@ +Mon Oct 31 10:40:20 UTC 2011 - [email protected] + +- U_API-compat-fix-for-DRAWABLE_BUFFER.patch: + Fix for API change in Xserver: Removed DRAWABLE_BUFFER which is + no longer in the Xserver fixes an big endian issue in the xgixp + driver (for ppc). + +------------------------------------------------------------------- New: ---- U_API-compat-fix-for-DRAWABLE_BUFFER.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-driver-video.spec ++++++ --- /var/tmp/diff_new_pack.5qhhOy/_old 2011-11-02 15:46:56.000000000 +0100 +++ /var/tmp/diff_new_pack.5qhhOy/_new 2011-11-02 15:46:56.000000000 +0100 @@ -100,6 +100,7 @@ Patch155: xf86-video-intel-copyfb.diff %ifnarch %arm Patch157: U_xgi-Fix-build-on-bigendian.patch +Patch158: U_API-compat-fix-for-DRAWABLE_BUFFER.patch %endif %description @@ -160,6 +161,7 @@ popd pushd xf86-video-xgixp-* %patch145 -p1 +%patch158 -p1 popd %endif ++++++ U_API-compat-fix-for-DRAWABLE_BUFFER.patch ++++++ From: Adam Jackson <[email protected]> Date: Fri Mar 25 18:46:55 2011 -0400 Subject: [PATCH] API compat fix for DRAWABLE_BUFFER Patch-Mainline: Upstream Git-commit: 86258a6fd8fc8bb09a52ee446b37abe6bd0843ef References: Signed-off-by: Egbert Eich <[email protected]> Signed-off-by: Adam Jackson <[email protected]> --- src/xgi_driver.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/xgi_driver.c b/src/xgi_driver.c index e54d8c7..189b84a 100644 --- a/src/xgi_driver.c +++ b/src/xgi_driver.c @@ -2708,7 +2708,9 @@ xg47_setup_fb_wrap(ReadMemoryProcPtr *read_ptr, { switch (pDraw->type) { case DRAWABLE_WINDOW: +#ifdef DRAWABLE_BUFFER case DRAWABLE_BUFFER: +#endif *read_ptr = xg47_read_memory_swap_func; *write_ptr = xg47_write_memory_swap_func; break; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
