Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2013-11-06 11:02:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old)
 and      /work/SRC/openSUSE:Factory/.xorg-x11-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xorg-x11-server"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2013-10-29 09:42:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes     
2013-11-06 11:02:29.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Nov  1 13:46:06 UTC 2013 - [email protected]
+
+- N_randr_fix_abi.patch
+  * Fixes compatibility with nvidia binary drivers. (bnc#849152)
+
+-------------------------------------------------------------------

New:
----
  N_randr_fix_abi.patch

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

Other differences:
------------------
++++++ xorg-x11-server.spec ++++++
--- /var/tmp/diff_new_pack.mivId3/_old  2013-11-06 11:02:30.000000000 +0100
+++ /var/tmp/diff_new_pack.mivId3/_new  2013-11-06 11:02:30.000000000 +0100
@@ -163,6 +163,7 @@
 Patch245:       u_randr_send_rrresourcechangenotify_event.patch
 Patch246:       u_randr_deliver_output_and_crtc_events_of_attached_output.patch
 Patch247:       
u_randr_allow_rrselectinput_for_providerchange_and_resourcechange_events.patch
+Patch248:       N_randr_fix_abi.patch
 
 %description
 This package contains the X.Org Server.
@@ -255,6 +256,7 @@
 %patch245 -p1
 %patch246 -p1
 %patch247 -p1
+%patch248 -p1
 
 %build
 autoreconf -fi

++++++ N_randr_fix_abi.patch ++++++
diff --git a/randr/randrstr.h b/randr/randrstr.h
index 15299fd..03ed146 100644
--- a/randr/randrstr.h
+++ b/randr/randrstr.h
@@ -301,7 +301,6 @@ typedef struct _rrScrPriv {
     Bool changed;               /* some config changed */
     Bool configChanged;         /* configuration changed */
     Bool layoutChanged;         /* screen layout changed */
-    Bool resourcesChanged;      /* screen resources change */
 
     CARD16 minWidth, minHeight;
     CARD16 maxWidth, maxHeight;
@@ -338,6 +337,7 @@ typedef struct _rrScrPriv {
 
     RRProviderDestroyProcPtr rrProviderDestroy;
 
+    Bool resourcesChanged;      /* screen resources change */
 } rrScrPrivRec, *rrScrPrivPtr;
 
 extern _X_EXPORT DevPrivateKeyRec rrPrivKeyRec;
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to