Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2015-11-17 14:20:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2015-10-30 21:52:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes     
2015-11-17 14:20:07.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Nov 10 13:42:47 UTC 2015 - sndir...@suse.com
+
+- Update to version 1.18.0
+  - refreshed N_zap_warning_xserver.diff,
+    N_Force-swcursor-for-KMS-drivers-without-hw-cursor-sup.patch
+  - supersedes u_fbdevhw.diff, 
+    U_linux-Add-linux_parse_vt_settings-and-linux_get_keep.patch,
+    U_linux-Add-a-may_fail-paramter-to-linux_parse_vt_sett.patch,
+    U_systemd-logind-Only-use-systemd-logind-integration-t.patch
+
+-------------------------------------------------------------------

Old:
----
  U_linux-Add-a-may_fail-paramter-to-linux_parse_vt_sett.patch
  U_linux-Add-linux_parse_vt_settings-and-linux_get_keep.patch
  U_systemd-logind-Only-use-systemd-logind-integration-t.patch
  u_fbdevhw.diff
  xorg-server-1.17.4.tar.bz2

New:
----
  xorg-server-1.18.0.tar.bz2

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

Other differences:
------------------
++++++ xorg-x11-server.spec ++++++
--- /var/tmp/diff_new_pack.lCDhNd/_old  2015-11-17 14:20:09.000000000 +0100
+++ /var/tmp/diff_new_pack.lCDhNd/_new  2015-11-17 14:20:09.000000000 +0100
@@ -26,7 +26,7 @@
 
 Name:           xorg-x11-server
 
-%define dirsuffix 1.17.4
+%define dirsuffix 1.18.0
 
 Summary:        X
 License:        MIT
@@ -164,7 +164,6 @@
 Patch4:         N_fix_fglrx_screendepth_issue.patch
 Patch6:         N_fix-dpi-values.diff
 
-Patch100:       u_fbdevhw.diff
 Patch101:       u_confine_to_shape.diff
 # PATCH-FIX-UPSTREAM u_x86emu-include-order.patch sch...@suse.de -- Change 
include order to avoid conflict with system header, remove duplicate definitions
 Patch102:       u_x86emu-include-order.patch
@@ -181,9 +180,6 @@
 
 Patch160:       u_vesa-Add-VBEDPMSGetCapabilities-VBEDPMSGet.patch
 
-Patch201:       U_linux-Add-linux_parse_vt_settings-and-linux_get_keep.patch
-Patch202:       U_linux-Add-a-may_fail-paramter-to-linux_parse_vt_sett.patch
-Patch203:       U_systemd-logind-Only-use-systemd-logind-integration-t.patch
 Patch204:       U_systemd-logind-do-not-rely-on-directed-signals.patch
 
 Patch1000:      n_xserver-optimus-autoconfig-hack.patch
@@ -262,7 +258,6 @@
 %patch4 -p0
 %patch6 -p0
 #
-%patch100
 %patch101
 %patch102 -p1
 %patch104 -p1
@@ -278,9 +273,6 @@
 
 %patch160 -p1
 
-%patch201 -p1
-%patch202 -p1
-%patch203 -p1
 %patch204 -p1
 
 %patch1000 -p1

++++++ N_Force-swcursor-for-KMS-drivers-without-hw-cursor-sup.patch ++++++
--- /var/tmp/diff_new_pack.lCDhNd/_old  2015-11-17 14:20:09.000000000 +0100
+++ /var/tmp/diff_new_pack.lCDhNd/_new  2015-11-17 14:20:09.000000000 +0100
@@ -4,26 +4,17 @@
 Subject: [PATCH] Force swcursor for KMS drivers without hw cursor support
 
 hwcursor still considered broken on cirrus KMS (bnc#864141, bnc#866152)
----
- hw/xfree86/drivers/modesetting/driver.c | 5 ++---
- 1 file changed, 2 insertions(+), 3 deletions(-)
-
-diff --git a/hw/xfree86/drivers/modesetting/driver.c 
b/hw/xfree86/drivers/modesetting/driver.c
-index d52517d..e1af7d4 100644
---- a/hw/xfree86/drivers/modesetting/driver.c
-+++ b/hw/xfree86/drivers/modesetting/driver.c
-@@ -764,9 +764,8 @@ PreInit(ScrnInfoPtr pScrn, int flags)
+--- xorg-server-1.18.0.orig/hw/xfree86/drivers/modesetting/driver.c    
2015-11-10 14:24:35.978379000 +0100
++++ xorg-server-1.18.0/hw/xfree86/drivers/modesetting/driver.c 2015-11-10 
14:58:55.846459000 +0100
+@@ -855,9 +855,8 @@ PreInit(ScrnInfoPtr pScrn, int flags)
      if (!xf86SetDefaultVisual(pScrn, -1))
          return FALSE;
  
--    if (xf86ReturnOptValBool(ms->Options, OPTION_SW_CURSOR, FALSE)) {
+-    if (xf86ReturnOptValBool(ms->drmmode.Options, OPTION_SW_CURSOR, FALSE)) {
 -        ms->drmmode.sw_cursor = TRUE;
 -    }
 +    /* hw cursor still considered broken on cirrus */
-+    ms->drmmode.sw_cursor = xf86ReturnOptValBool(ms->Options, 
OPTION_SW_CURSOR, TRUE);
++    ms->drmmode.sw_cursor = TRUE;
  
      ms->cursor_width = 64;
      ms->cursor_height = 64;
--- 
-1.8.4.5
-

++++++ N_zap_warning_xserver.diff ++++++
--- /var/tmp/diff_new_pack.lCDhNd/_old  2015-11-17 14:20:09.000000000 +0100
+++ /var/tmp/diff_new_pack.lCDhNd/_new  2015-11-17 14:20:09.000000000 +0100
@@ -42,7 +42,7 @@
 --- xorg-server-1.12.1.orig/hw/xfree86/common/xf86Events.c
 +++ xorg-server-1.12.1/hw/xfree86/common/xf86Events.c
 @@ -182,13 +182,25 @@ xf86ProcessActionEvent(ActionEvent actio
-     DebugF("ProcessActionEvent(%d,%x)\n", (int) action, arg);
+     DebugF("ProcessActionEvent(%d,%p)\n", (int) action, arg);
      switch (action) {
      case ACTION_TERMINATE:
 -        if (!xf86Info.dontZap) {

++++++ xorg-server-1.17.4.tar.bz2 -> xorg-server-1.18.0.tar.bz2 ++++++
++++ 44371 lines of diff (skipped)

++++++ xorg-server-provides ++++++
--- /var/tmp/diff_new_pack.lCDhNd/_old  2015-11-17 14:20:13.000000000 +0100
+++ /var/tmp/diff_new_pack.lCDhNd/_new  2015-11-17 14:20:13.000000000 +0100
@@ -1,4 +1,4 @@
-Provides: X11_ABI_XINPUT = 21.0
-Provides: X11_ABI_VIDEODRV = 19.0
+Provides: X11_ABI_XINPUT = 22.1
+Provides: X11_ABI_VIDEODRV = 20.0
 Provides: X11_ABI_ANSIC = 0.4
 Provides: X11_ABI_EXTENSION = 9.0


Reply via email to